LICENSE
README.md
pyproject.toml
src/paper_structure/__init__.py
src/paper_structure/cli.py
src/paper_structure/pipeline.py
src/paper_structure/preview.py
src/paper_structure.egg-info/PKG-INFO
src/paper_structure.egg-info/SOURCES.txt
src/paper_structure.egg-info/dependency_links.txt
src/paper_structure.egg-info/entry_points.txt
src/paper_structure.egg-info/requires.txt
src/paper_structure.egg-info/top_level.txt
src/paper_structure/libs/__init__.py
src/paper_structure/libs/latex_ocr/__init__.py
src/paper_structure/libs/latex_ocr/config.py
src/paper_structure/libs/latex_ocr/latex_ocr.py
src/paper_structure/libs/latex_ocr/models.py
src/paper_structure/libs/latex_ocr/onnx_session.py
src/paper_structure/libs/latex_ocr/preprocess.py
src/paper_structure/libs/latex_ocr/tokenizer.py
src/paper_structure/libs/onnx_ocr/__init__.py
src/paper_structure/libs/onnx_ocr/config.py
src/paper_structure/libs/onnx_ocr/onnx_base.py
src/paper_structure/libs/onnx_ocr/pipeline.py
src/paper_structure/libs/onnx_ocr/postprocess.py
src/paper_structure/libs/onnx_ocr/preprocess.py
src/paper_structure/libs/onnx_ocr/text_classifier.py
src/paper_structure/libs/onnx_ocr/text_detector.py
src/paper_structure/libs/onnx_ocr/text_recognizer.py
src/paper_structure/libs/onnx_ocr/utils.py
src/paper_structure/libs/yolox/__init__.py
src/paper_structure/libs/yolox/constants.py
src/paper_structure/libs/yolox/elements.py
src/paper_structure/libs/yolox/layoutelement.py
src/paper_structure/libs/yolox/math_utils.py
src/paper_structure/libs/yolox/model.py
src/paper_structure/libs/yolox/utils.py
src/paper_structure/libs/yolox/yolox_model.py
src/paper_structure/models/__init__.py
src/paper_structure/models/config.py
src/paper_structure/models/registry.py
src/paper_structure/modules/__init__.py
src/paper_structure/modules/formula/__init__.py
src/paper_structure/modules/formula/recognizer.py
src/paper_structure/modules/layout/__init__.py
src/paper_structure/modules/layout/detector.py
src/paper_structure/modules/markdown/__init__.py
src/paper_structure/modules/markdown/generator.py
src/paper_structure/modules/text/__init__.py
src/paper_structure/modules/text/recognizer.py