From 8e9bc0e0a0371819cefe58f6d334db2292b97b9c Mon Sep 17 00:00:00 2001 From: Eric Ihli Date: Sat, 25 Apr 2020 12:32:14 -0700 Subject: [PATCH] Fix typo --- README.org | 2 +- pdf_table_extraction_and_ocr.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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