LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
table2html/__init__.py
table2html/main.py
table2html.egg-info/PKG-INFO
table2html.egg-info/SOURCES.txt
table2html.egg-info/dependency_links.txt
table2html.egg-info/requires.txt
table2html.egg-info/top_level.txt
table2html/models/__init__.py
table2html/models/column_detection.pt
table2html/models/row_detection.pt
table2html/models/table_detection.pt
table2html/source/__init__.py
table2html/source/ocr_engine.py
table2html/source/structure_detector.py
table2html/source/table_detector.py
table2html/source/table_processor.py
table2html/source/utils.py
tests/test_table2html.py