diff --git a/.gitignore b/.gitignore index 4277629..0cbdb7d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ tmp/ build htmlcov dist +*.egg-info diff --git a/table_ocr.egg-info/PKG-INFO b/table_ocr.egg-info/PKG-INFO deleted file mode 100644 index b3c8fe5..0000000 --- a/table_ocr.egg-info/PKG-INFO +++ /dev/null @@ -1,19 +0,0 @@ -Metadata-Version: 2.1 -Name: table-ocr -Version: 0.0.1 -Summary: Turn images of tables into CSV data. -Home-page: https://github.com/eihli/image-table-ocr -Author: Eric Ihli -Author-email: eihli@owoga.com -License: UNKNOWN -Description: - Utilities for turning images of tables into CSV data. Uses Tesseract and OpenCV. - - Requires binaries for tesseract and pdfimages (from Poppler). - -Platform: UNKNOWN -Classifier: Programming Language :: Python :: 3 -Classifier: License :: OSI Approved :: MIT License -Classifier: Operating System :: OS Independent -Requires-Python: >=3.6 -Description-Content-Type: text/plain diff --git a/table_ocr.egg-info/SOURCES.txt b/table_ocr.egg-info/SOURCES.txt deleted file mode 100644 index 1d59802..0000000 --- a/table_ocr.egg-info/SOURCES.txt +++ /dev/null @@ -1,11 +0,0 @@ -setup.py -table_ocr/__init__.py -table_ocr/extract_cells_from_table.py -table_ocr/extract_tables.py -table_ocr/prepare_pdfs.py -table_ocr/util.py -table_ocr.egg-info/PKG-INFO -table_ocr.egg-info/SOURCES.txt -table_ocr.egg-info/dependency_links.txt -table_ocr.egg-info/requires.txt -table_ocr.egg-info/top_level.txt \ No newline at end of file diff --git a/table_ocr.egg-info/dependency_links.txt b/table_ocr.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/table_ocr.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/table_ocr.egg-info/requires.txt b/table_ocr.egg-info/requires.txt deleted file mode 100644 index f89f746..0000000 --- a/table_ocr.egg-info/requires.txt +++ /dev/null @@ -1,2 +0,0 @@ -pytesseract~=0.3 -opencv-python~=4.2 diff --git a/table_ocr.egg-info/top_level.txt b/table_ocr.egg-info/top_level.txt deleted file mode 100644 index 20f2e4f..0000000 --- a/table_ocr.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -table_ocr