README.md
pyproject.toml
src/deepdoctection/__init__.py
src/deepdoctection/py.typed
src/deepdoctection.egg-info/PKG-INFO
src/deepdoctection.egg-info/SOURCES.txt
src/deepdoctection.egg-info/dependency_links.txt
src/deepdoctection.egg-info/requires.txt
src/deepdoctection.egg-info/top_level.txt
src/deepdoctection/analyzer/__init__.py
src/deepdoctection/analyzer/config.py
src/deepdoctection/analyzer/dd.py
src/deepdoctection/analyzer/factory.py
src/deepdoctection/configs/__init__.py
src/deepdoctection/configs/conf_dd_one.yaml
src/deepdoctection/configs/conf_tesseract.yaml
src/deepdoctection/configs/profiles.jsonl
src/deepdoctection/eval/__init__.py
src/deepdoctection/eval/accmetric.py
src/deepdoctection/eval/base.py
src/deepdoctection/eval/cocometric.py
src/deepdoctection/eval/eval.py
src/deepdoctection/eval/registry.py
src/deepdoctection/eval/tedsmetric.py
src/deepdoctection/extern/__init__.py
src/deepdoctection/extern/base.py
src/deepdoctection/extern/d2detect.py
src/deepdoctection/extern/deskew.py
src/deepdoctection/extern/doctrocr.py
src/deepdoctection/extern/hfdetr.py
src/deepdoctection/extern/hflayoutlm.py
src/deepdoctection/extern/hflm.py
src/deepdoctection/extern/model.py
src/deepdoctection/extern/pdftext.py
src/deepdoctection/extern/tessocr.py
src/deepdoctection/extern/texocr.py
src/deepdoctection/pipe/__init__.py
src/deepdoctection/pipe/anngen.py
src/deepdoctection/pipe/base.py
src/deepdoctection/pipe/common.py
src/deepdoctection/pipe/concurrency.py
src/deepdoctection/pipe/doctectionpipe.py
src/deepdoctection/pipe/language.py
src/deepdoctection/pipe/layout.py
src/deepdoctection/pipe/lm.py
src/deepdoctection/pipe/order.py
src/deepdoctection/pipe/refine.py
src/deepdoctection/pipe/registry.py
src/deepdoctection/pipe/segment.py
src/deepdoctection/pipe/sub_layout.py
src/deepdoctection/pipe/text.py
src/deepdoctection/pipe/transform.py
src/deepdoctection/train/__init__.py
src/deepdoctection/train/d2_frcnn_train.py
src/deepdoctection/train/hf_detr_train.py
src/deepdoctection/train/hf_layoutlm_train.py