Remove egg info from git tracking

main
Eric Ihli 4 years ago
parent 78e9cdb3f5
commit 396782051e

1
.gitignore vendored

@ -8,3 +8,4 @@ tmp/
build
htmlcov
dist
*.egg-info

@ -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

@ -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

@ -1,2 +0,0 @@
pytesseract~=0.3
opencv-python~=4.2
Loading…
Cancel
Save