LICENSE
README.md
pyproject.toml
setup.py
goblintools/__init__.py
goblintools/config.py
goblintools/file_handling.py
goblintools/log_policy.py
goblintools/ocr_parser.py
goblintools/parser.py
goblintools/pypdf_workarounds.py
goblintools/retry.py
goblintools/table_extractor.py
goblintools/text_cleaner.py
goblintools.egg-info/PKG-INFO
goblintools.egg-info/SOURCES.txt
goblintools.egg-info/dependency_links.txt
goblintools.egg-info/requires.txt
goblintools.egg-info/top_level.txt
goblintools/structured/__init__.py
goblintools/structured/docx_tables.py
goblintools/structured/extractor.py
goblintools/structured/models.py
goblintools/structured/ocr_tables.py
goblintools/structured/pdf.py
goblintools/structured/quality.py
goblintools/structured/render.py
goblintools/structured/spreadsheet.py
tests/test_config.py
tests/test_file_handling.py
tests/test_log_policy.py
tests/test_ocr_parser.py
tests/test_parser.py
tests/test_table_extractor.py
tests/test_text_cleaner.py