LICENSE.txt
Makefile
README.md
activate_venv
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/test_workflow.yml
examples/Basic_usage.ipynb
examples/Implicit_rows.ipynb
examples/data/implicit.png
examples/data/tables.pdf
examples/data/tables.png
examples/data/tables.xlsx
src/img2table/__init__.py
src/img2table.egg-info/PKG-INFO
src/img2table.egg-info/SOURCES.txt
src/img2table.egg-info/dependency_links.txt
src/img2table.egg-info/not-zip-safe
src/img2table.egg-info/pbr.json
src/img2table.egg-info/requires.txt
src/img2table.egg-info/top_level.txt
src/img2table/document/__init__.py
src/img2table/document/image.py
src/img2table/document/pdf.py
src/img2table/document/base/__init__.py
src/img2table/document/base/rotation.py
src/img2table/ocr/__init__.py
src/img2table/ocr/aws_textract.py
src/img2table/ocr/azure.py
src/img2table/ocr/base.py
src/img2table/ocr/data.py
src/img2table/ocr/google_vision.py
src/img2table/ocr/paddle.py
src/img2table/ocr/pdf.py
src/img2table/ocr/tesseract.py
src/img2table/tables/__init__.py
src/img2table/tables/image.py
src/img2table/tables/objects/__init__.py
src/img2table/tables/objects/cell.py
src/img2table/tables/objects/extraction.py
src/img2table/tables/objects/line.py
src/img2table/tables/objects/row.py
src/img2table/tables/objects/table.py
src/img2table/tables/processing/__init__.py
src/img2table/tables/processing/common.py
src/img2table/tables/processing/lines.py
src/img2table/tables/processing/cells/__init__.py
src/img2table/tables/processing/cells/deduplication.py
src/img2table/tables/processing/cells/identification.py
src/img2table/tables/processing/tables/__init__.py
src/img2table/tables/processing/tables/cell_clustering.py
src/img2table/tables/processing/tables/implicit_rows.py
src/img2table/tables/processing/tables/table_creation.py
src/img2table/tables/processing/text/__init__.py
src/img2table/tables/processing/text/titles.py
tests/__init__.py
tests/conftest.py
tests/_mock_data/azure.pkl
tests/_mock_data/tesseract_hocr.html
tests/_mock_data/textract.json
tests/_mock_data/vision.json
tests/_mock_data/vision.pkl
tests/document/__init__.py
tests/document/base/__init__.py
tests/document/base/test_rotation.py
tests/document/base/test_data/test.png
tests/document/image/__init__.py
tests/document/image/test_image.py
tests/document/image/test_data/blank.png
tests/document/image/test_data/expected.xlsx
tests/document/image/test_data/extracted_tables.json
tests/document/image/test_data/test.png
tests/document/pdf/__init__.py
tests/document/pdf/test_pdf.py
tests/document/pdf/test_data/extracted_tables.json
tests/document/pdf/test_data/test.pdf
tests/ocr/__init__.py
tests/ocr/aws_textract/__init__.py
tests/ocr/aws_textract/test_aws_textract.py
tests/ocr/aws_textract/test_data/content.json
tests/ocr/aws_textract/test_data/ocr_df.csv
tests/ocr/aws_textract/test_data/test.png
tests/ocr/azure/__init__.py
tests/ocr/azure/test_azure.py
tests/ocr/azure/test_data/ocr_df.csv
tests/ocr/azure/test_data/test.png
tests/ocr/data/__init__.py
tests/ocr/data/test_ocr_data.py
tests/ocr/data/test_data/expected_table.json
tests/ocr/data/test_data/ocr_df.csv
tests/ocr/data/test_data/table.json
tests/ocr/google_vision/__init__.py
tests/ocr/google_vision/test_google_vision.py
tests/ocr/google_vision/test_data/expected_content.json
tests/ocr/google_vision/test_data/ocr_df.csv
tests/ocr/google_vision/test_data/test.png
tests/ocr/paddle/__init__.py
tests/ocr/paddle/test_paddle.py
tests/ocr/paddle/test_data/hocr.json
tests/ocr/paddle/test_data/ocr_df.csv
tests/ocr/paddle/test_data/test.png
tests/ocr/pdf/__init__.py
tests/ocr/pdf/test_pdf_ocr.py
tests/ocr/pdf/test_data/content.json
tests/ocr/pdf/test_data/ocr_df.csv
tests/ocr/pdf/test_data/test.pdf
tests/ocr/tesseract/__init__.py
tests/ocr/tesseract/test_tesseract.py
tests/ocr/tesseract/test_data/ocr_df.csv
tests/ocr/tesseract/test_data/test.png
tests/tables/__init__.py
tests/tables/image/__init__.py
tests/tables/image/test_image.py
tests/tables/image/test_data/expected_tables.json
tests/tables/image/test_data/ocr.csv
tests/tables/image/test_data/test.png
tests/tables/objects/__init__.py
tests/tables/objects/test_extraction.py
tests/tables/objects/test_line.py
tests/tables/objects/test_row.py
tests/tables/objects/test_table.py
tests/tables/objects/test_data/expected_tables.json
tests/tables/objects/test_data/ocr.csv
tests/tables/objects/test_data/tables.json
tests/tables/processing/__init__.py
tests/tables/processing/cells/__init__.py
tests/tables/processing/cells/test_cells.py
tests/tables/processing/cells/test_deduplication_cells.py
tests/tables/processing/cells/test_identification_cells.py
tests/tables/processing/cells/test_data/expected.csv
tests/tables/processing/cells/test_data/expected_ident_cells.csv
tests/tables/processing/cells/test_data/expected_vertical_dedup.csv
tests/tables/processing/cells/test_data/lines.json
tests/tables/processing/common/__init__.py
tests/tables/processing/common/test_common.py
tests/tables/processing/common/test_data/test.jpg
tests/tables/processing/lines/__init__.py
tests/tables/processing/lines/test_lines.py
tests/tables/processing/lines/test_data/expected.json
tests/tables/processing/lines/test_data/ocr.csv
tests/tables/processing/lines/test_data/test.png
tests/tables/processing/tables/__init__.py
tests/tables/processing/tables/test_cell_clustering.py
tests/tables/processing/tables/test_implicit_rows.py
tests/tables/processing/tables/test_table_creation.py
tests/tables/processing/tables/test_tables.py
tests/tables/processing/tables/test_data/cell_clusters_normalized.json
tests/tables/processing/tables/test_data/cells.json
tests/tables/processing/tables/test_data/cells_clustered.json
tests/tables/processing/tables/test_data/expected.json
tests/tables/processing/tables/test_data/implicit.png
tests/tables/processing/tables/test_data/implicit_ocr_df.csv
tests/tables/processing/tables/test_data/implicit_table.json
tests/tables/processing/tables/test_data/tables_from_cells.json
tests/tables/processing/tables/test_data/word_image.png
tests/tables/processing/text/__init__.py
tests/tables/processing/text/test_titles.py
tests/tables/processing/text/test_data/ocr.csv
tests/tables/processing/text/test_data/table.json
tests/tables/processing/text/test_data/test.jpg