diff --git a/README.org b/README.org index b5e7efd..9488481 100644 --- a/README.org +++ b/README.org @@ -33,7 +33,7 @@ The package is split into modules with narrow focuses. - ~pdf_to_images~ uses Poppler and ImageMagick to extract images from a PDF. - ~extract_tables~ finds and extracts table-looking things from an image. - ~extract_cells~ extracts and orders cells from a table. -- ~ocr_image~ uses Tesseract to turn a OCR the text from an image of a cell. +- ~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 diff --git a/pdf_table_extraction_and_ocr.org b/pdf_table_extraction_and_ocr.org index c880745..dba995a 100644 --- a/pdf_table_extraction_and_ocr.org +++ b/pdf_table_extraction_and_ocr.org @@ -55,7 +55,7 @@ The package is split into modules with narrow focuses. - ~pdf_to_images~ uses Poppler and ImageMagick to extract images from a PDF. - ~extract_tables~ finds and extracts table-looking things from an image. - ~extract_cells~ extracts and orders cells from a table. -- ~ocr_image~ uses Tesseract to turn a OCR the text from an image of a cell. +- ~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. ** Requirements