.flake8
.gitignore
.sun-ci.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
./table_reconstruction/__init__.py
./table_reconstruction/__version__.py
./table_reconstruction/line_segmentation/__init__.py
./table_reconstruction/line_segmentation/line_segment.py
./table_reconstruction/line_segmentation/utils.py
./table_reconstruction/line_segmentation/unet/__init__.py
./table_reconstruction/line_segmentation/unet/resunet.py
./table_reconstruction/line_segmentation/unet/unet_parts.py
./table_reconstruction/output/__init__.py
./table_reconstruction/output/cell.py
./table_reconstruction/output/element.py
./table_reconstruction/output/table.py
./table_reconstruction/table_detection/__init__.py
./table_reconstruction/table_detection/detector.py
./table_reconstruction/table_detection/preprocess.py
./table_reconstruction/table_detection/utils.py
./table_reconstruction/table_detection/yolov5/__init__.py
./table_reconstruction/table_detection/yolov5/hubconf.py
./table_reconstruction/table_detection/yolov5/models/__init__.py
./table_reconstruction/table_detection/yolov5/models/common.py
./table_reconstruction/table_detection/yolov5/models/experimental.py
./table_reconstruction/table_detection/yolov5/models/utils.py
./table_reconstruction/table_detection/yolov5/models/yolo.py
./table_reconstruction/utils/__init__.py
./table_reconstruction/utils/cell_utils.py
./table_reconstruction/utils/lines_utils.py
./table_reconstruction/utils/mask_utils.py
./table_reconstruction/utils/table_utils.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature-request.md
docs/source/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
example/.gitkeep
example/example.ipynb
example/table.png
table_reconstruction/__init__.py
table_reconstruction/__version__.py
table_reconstruction.egg-info/PKG-INFO
table_reconstruction.egg-info/SOURCES.txt
table_reconstruction.egg-info/dependency_links.txt
table_reconstruction.egg-info/requires.txt
table_reconstruction.egg-info/top_level.txt
table_reconstruction/line_segmentation/__init__.py
table_reconstruction/line_segmentation/line_segment.py
table_reconstruction/line_segmentation/utils.py
table_reconstruction/line_segmentation/unet/__init__.py
table_reconstruction/line_segmentation/unet/resunet.py
table_reconstruction/line_segmentation/unet/unet_parts.py
table_reconstruction/output/__init__.py
table_reconstruction/output/cell.py
table_reconstruction/output/element.py
table_reconstruction/output/table.py
table_reconstruction/table_detection/__init__.py
table_reconstruction/table_detection/detector.py
table_reconstruction/table_detection/preprocess.py
table_reconstruction/table_detection/utils.py
table_reconstruction/table_detection/yolov5/__init__.py
table_reconstruction/table_detection/yolov5/hubconf.py
table_reconstruction/table_detection/yolov5/models/__init__.py
table_reconstruction/table_detection/yolov5/models/common.py
table_reconstruction/table_detection/yolov5/models/experimental.py
table_reconstruction/table_detection/yolov5/models/utils.py
table_reconstruction/table_detection/yolov5/models/yolo.py
table_reconstruction/utils/__init__.py
table_reconstruction/utils/cell_utils.py
table_reconstruction/utils/lines_utils.py
table_reconstruction/utils/mask_utils.py
table_reconstruction/utils/table_utils.py
tests/__init__.py
tests/tableImg.jpg
tests/test_line_segment.py
tests/test_package.py
tests/test_table_detection.py