README.md
pyproject.toml
ohmytable/__init__.py
ohmytable/callback.py
ohmytable/consts.py
ohmytable/matcher.py
ohmytable/pipeline.py
ohmytable/utils.py
ohmytable.egg-info/PKG-INFO
ohmytable.egg-info/SOURCES.txt
ohmytable.egg-info/dependency_links.txt
ohmytable.egg-info/requires.txt
ohmytable.egg-info/top_level.txt
ohmytable/ocr/__init__.py
ohmytable/ocr/base_ocr.py
ohmytable/ocr/ocr.py
ohmytable/ocr/predict_det.py
ohmytable/ocr/predict_rec.py
ohmytable/ocr/data/__init__.py
ohmytable/ocr/data/operators.py
ohmytable/ocr/modeling/__init__.py
ohmytable/ocr/modeling/common.py
ohmytable/ocr/modeling/architectures/__init__.py
ohmytable/ocr/modeling/architectures/base_model.py
ohmytable/ocr/modeling/backbones/__init__.py
ohmytable/ocr/modeling/backbones/det_mobilenet_v3.py
ohmytable/ocr/modeling/backbones/rec_hgnet.py
ohmytable/ocr/modeling/backbones/rec_lcnetv3.py
ohmytable/ocr/modeling/backbones/rec_mobilenet_v3.py
ohmytable/ocr/modeling/backbones/rec_svtrnet.py
ohmytable/ocr/modeling/heads/__init__.py
ohmytable/ocr/modeling/heads/det_db_head.py
ohmytable/ocr/modeling/heads/rec_att_head.py
ohmytable/ocr/modeling/heads/rec_ctc_head.py
ohmytable/ocr/modeling/heads/rec_multi_head.py
ohmytable/ocr/modeling/necks/__init__.py
ohmytable/ocr/modeling/necks/db_fpn.py
ohmytable/ocr/modeling/necks/fpn.py
ohmytable/ocr/modeling/necks/intracl.py
ohmytable/ocr/modeling/necks/rnn.py
ohmytable/ocr/postprocess/__init__.py
ohmytable/ocr/postprocess/db_postprocess.py
ohmytable/ocr/postprocess/rec_postprocess.py
ohmytable/table_detect/__init__.py
ohmytable/table_detect/table_detect.py
ohmytable/table_structure/__init__.py
ohmytable/table_structure/components.py
ohmytable/table_structure/encoderdecoder.py
ohmytable/table_structure/gpt_fast_decoder.py
ohmytable/table_structure/table_structure.py
ohmytable/table_structure/utils.py
tests/test_all.py