From 37483148c83dd51c6f77b3e1549d57136ff79f2c Mon Sep 17 00:00:00 2001 From: Eric Ihli Date: Sat, 25 Apr 2020 13:00:27 -0700 Subject: [PATCH] Fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 67256e4..0ebdcb6 100644 --- a/README.org +++ b/README.org @@ -36,7 +36,7 @@ The package is split into modules with narrow focuses. - ~ocr_image~ uses Tesseract to OCR the text from an image of a cell. - ~ocr_to_csv~ converts into a CSV the directory structure that ~ocr_image~ outputs. -The outputs of a previous model can be used by a subsequent model so that they +The outputs of a previous module can be used by a subsequent module so that they can be chained together to create the entire workflow, as demonstrated by the following shell script.