LICENSE
README.md
setup.cfg
setup.py
deepdoctection/__init__.py
deepdoctection.egg-info/PKG-INFO
deepdoctection.egg-info/SOURCES.txt
deepdoctection.egg-info/dependency_links.txt
deepdoctection.egg-info/requires.txt
deepdoctection.egg-info/top_level.txt
deepdoctection/analyzer/__init__.py
deepdoctection/analyzer/dd.py
deepdoctection/analyzer/tools.py
deepdoctection/configs/__init__.py
deepdoctection/configs/conf_dd_one.yaml
deepdoctection/configs/conf_tesseract.yaml
deepdoctection/dataflow/__init__.py
deepdoctection/dataflow/base.py
deepdoctection/dataflow/common.py
deepdoctection/dataflow/custom.py
deepdoctection/dataflow/custom_serialize.py
deepdoctection/dataflow/parallel_map.py
deepdoctection/dataflow/serialize.py
deepdoctection/dataflow/stats.py
deepdoctection/datapoint/__init__.py
deepdoctection/datapoint/annotation.py
deepdoctection/datapoint/box.py
deepdoctection/datapoint/convert.py
deepdoctection/datapoint/image.py
deepdoctection/datapoint/view.py
deepdoctection/datasets/__init__.py
deepdoctection/datasets/adapter.py
deepdoctection/datasets/base.py
deepdoctection/datasets/dataflow_builder.py
deepdoctection/datasets/info.py
deepdoctection/datasets/registry.py
deepdoctection/datasets/save.py
deepdoctection/datasets/instances/__init__.py
deepdoctection/datasets/instances/doclaynet.py
deepdoctection/datasets/instances/fintabnet.py
deepdoctection/datasets/instances/funsd.py
deepdoctection/datasets/instances/iiitar13k.py
deepdoctection/datasets/instances/layouttest.py
deepdoctection/datasets/instances/publaynet.py
deepdoctection/datasets/instances/pubtables1m.py
deepdoctection/datasets/instances/pubtabnet.py
deepdoctection/datasets/instances/rvlcdip.py
deepdoctection/datasets/instances/xfund.py
deepdoctection/datasets/instances/xsl/__init__.py
deepdoctection/datasets/instances/xsl/pascal_voc.xsl
deepdoctection/eval/__init__.py
deepdoctection/eval/accmetric.py
deepdoctection/eval/base.py
deepdoctection/eval/cocometric.py
deepdoctection/eval/eval.py
deepdoctection/eval/registry.py
deepdoctection/eval/tedsmetric.py
deepdoctection/eval/tp_eval_callback.py
deepdoctection/extern/__init__.py
deepdoctection/extern/base.py
deepdoctection/extern/d2detect.py
deepdoctection/extern/deskew.py
deepdoctection/extern/doctrocr.py
deepdoctection/extern/fastlang.py
deepdoctection/extern/hflayoutlm.py
deepdoctection/extern/model.py
deepdoctection/extern/pdftext.py
deepdoctection/extern/tessocr.py
deepdoctection/extern/texocr.py
deepdoctection/extern/tpdetect.py
deepdoctection/extern/pt/__init__.py
deepdoctection/extern/pt/ptutils.py
deepdoctection/extern/tp/__init__.py
deepdoctection/extern/tp/tfutils.py
deepdoctection/extern/tp/tpcompat.py
deepdoctection/extern/tp/tpfrcnn/__init__.py
deepdoctection/extern/tp/tpfrcnn/common.py
deepdoctection/extern/tp/tpfrcnn/predict.py
deepdoctection/extern/tp/tpfrcnn/preproc.py
deepdoctection/extern/tp/tpfrcnn/config/__init__.py
deepdoctection/extern/tp/tpfrcnn/config/config.py
deepdoctection/extern/tp/tpfrcnn/modeling/__init__.py
deepdoctection/extern/tp/tpfrcnn/modeling/backbone.py
deepdoctection/extern/tp/tpfrcnn/modeling/generalized_rcnn.py
deepdoctection/extern/tp/tpfrcnn/modeling/model_box.py
deepdoctection/extern/tp/tpfrcnn/modeling/model_cascade.py
deepdoctection/extern/tp/tpfrcnn/modeling/model_fpn.py
deepdoctection/extern/tp/tpfrcnn/modeling/model_frcnn.py
deepdoctection/extern/tp/tpfrcnn/modeling/model_mrcnn.py
deepdoctection/extern/tp/tpfrcnn/modeling/model_rpn.py
deepdoctection/extern/tp/tpfrcnn/utils/__init__.py
deepdoctection/extern/tp/tpfrcnn/utils/box_ops.py
deepdoctection/extern/tp/tpfrcnn/utils/np_box_ops.py
deepdoctection/mapper/__init__.py
deepdoctection/mapper/cats.py
deepdoctection/mapper/cocostruct.py
deepdoctection/mapper/d2struct.py
deepdoctection/mapper/laylmstruct.py
deepdoctection/mapper/maputils.py
deepdoctection/mapper/match.py
deepdoctection/mapper/misc.py
deepdoctection/mapper/pascalstruct.py
deepdoctection/mapper/prodigystruct.py
deepdoctection/mapper/pubstruct.py
deepdoctection/mapper/tpstruct.py
deepdoctection/mapper/xfundstruct.py
deepdoctection/pipe/__init__.py
deepdoctection/pipe/anngen.py
deepdoctection/pipe/base.py
deepdoctection/pipe/cell.py
deepdoctection/pipe/common.py
deepdoctection/pipe/concurrency.py
deepdoctection/pipe/doctectionpipe.py
deepdoctection/pipe/language.py
deepdoctection/pipe/layout.py
deepdoctection/pipe/lm.py
deepdoctection/pipe/refine.py
deepdoctection/pipe/registry.py
deepdoctection/pipe/segment.py
deepdoctection/pipe/text.py
deepdoctection/pipe/transform.py
deepdoctection/train/__init__.py
deepdoctection/train/d2_frcnn_train.py
deepdoctection/train/hf_layoutlm_train.py
deepdoctection/train/tp_frcnn_train.py
deepdoctection/utils/__init__.py
deepdoctection/utils/concurrency.py
deepdoctection/utils/context.py
deepdoctection/utils/detection_types.py
deepdoctection/utils/develop.py
deepdoctection/utils/file_utils.py
deepdoctection/utils/fs.py
deepdoctection/utils/identifier.py
deepdoctection/utils/logger.py
deepdoctection/utils/metacfg.py
deepdoctection/utils/pdf_utils.py
deepdoctection/utils/settings.py
deepdoctection/utils/systools.py
deepdoctection/utils/tqdm.py
deepdoctection/utils/transform.py
deepdoctection/utils/utils.py
deepdoctection/utils/viz.py
tests/__init__.py
tests/conftest.py
tests/data.py
tests/test_utils.py
tests/analyzer/__init__.py
tests/analyzer/test_dd.py
tests/dataflow/__init__.py
tests/dataflow/conftest.py
tests/dataflow/test_common.py
tests/dataflow/test_custom.py
tests/dataflow/test_custom_serialize.py
tests/dataflow/test_parallel_map.py
tests/dataflow/test_stats.py
tests/datapoint/__init__.py
tests/datapoint/conftest.py
tests/datapoint/test_annotation.py
tests/datapoint/test_box.py
tests/datapoint/test_convert.py
tests/datapoint/test_image.py
tests/datapoint/test_view.py
tests/datasets/__init__.py
tests/datasets/test_adapter.py
tests/datasets/test_info.py
tests/datasets/test_registry.py
tests/datasets/instances/__init__.py
tests/datasets/instances/conftest.py
tests/datasets/instances/test_doclaynet.py
tests/datasets/instances/test_fintabnet.py
tests/datasets/instances/test_funsd.py
tests/datasets/instances/test_iiitar13k.py
tests/datasets/instances/test_layouttest.py
tests/datasets/instances/test_publaynet.py
tests/datasets/instances/test_pubtables1m.py
tests/datasets/instances/test_pubtabnet.py
tests/datasets/instances/test_rvlcdip.py
tests/eval/__init__.py
tests/eval/conftest.py
tests/eval/test_accmetric.py
tests/eval/test_cocometric.py
tests/eval/test_eval.py
tests/eval/test_registry.py
tests/eval/test_tedsmetric.py
tests/extern/__init__.py
tests/extern/conftest.py
tests/extern/data.py
tests/extern/test_deskew.py
tests/extern/test_doctrocr.py
tests/extern/test_fastlang.py
tests/extern/test_hflayoutlm.py
tests/extern/test_pdftext.py
tests/extern/test_tessocr.py
tests/extern/test_texocr.py
tests/extern/test_tpdetect.py
tests/mapper/__init__.py
tests/mapper/conftest.py
tests/mapper/data.py
tests/mapper/test_cats.py
tests/mapper/test_cocostruct.py
tests/mapper/test_d2struct.py
tests/mapper/test_iiitar13k.py
tests/mapper/test_laylmstruct.py
tests/mapper/test_misc.py
tests/mapper/test_prodigystruct.py
tests/mapper/test_pubstruct.py
tests/mapper/test_tpstruct.py
tests/mapper/test_utils.py
tests/mapper/test_xfundstruct.py
tests/pipe/__init__.py
tests/pipe/test_anngen.py
tests/pipe/test_cell.py
tests/pipe/test_common.py
tests/pipe/test_language.py
tests/pipe/test_layout.py
tests/pipe/test_lm.py
tests/pipe/test_refine.py
tests/pipe/test_registry.py
tests/pipe/test_segment.py
tests/pipe/test_text.py
tests/pipe/test_transform.py
tests/train/__init__.py
tests/train/conftest.py
tests/train/test_d2_frcnn_train.py
tests/train/test_tp_frcnn_train.py
tests_d2/__init__.py
tests_d2/conftest.py
tests_d2/test_d2detect.py