LICENSE
README.md
pyproject.toml
docstrange/__init__.py
docstrange/cli.py
docstrange/config.py
docstrange/exceptions.py
docstrange/extractor.py
docstrange/result.py
docstrange.egg-info/PKG-INFO
docstrange.egg-info/SOURCES.txt
docstrange.egg-info/dependency_links.txt
docstrange.egg-info/entry_points.txt
docstrange.egg-info/requires.txt
docstrange.egg-info/top_level.txt
docstrange/pipeline/__init__.py
docstrange/pipeline/layout_detector.py
docstrange/pipeline/model_downloader.py
docstrange/pipeline/nanonets_processor.py
docstrange/pipeline/neural_document_processor.py
docstrange/pipeline/ocr_service.py
docstrange/processors/__init__.py
docstrange/processors/base.py
docstrange/processors/cloud_processor.py
docstrange/processors/docx_processor.py
docstrange/processors/excel_processor.py
docstrange/processors/gpu_processor.py
docstrange/processors/html_processor.py
docstrange/processors/image_processor.py
docstrange/processors/pdf_processor.py
docstrange/processors/pptx_processor.py
docstrange/processors/txt_processor.py
docstrange/processors/url_processor.py
docstrange/services/__init__.py
docstrange/services/ollama_service.py
docstrange/utils/__init__.py
docstrange/utils/gpu_utils.py
tests/test_advanced_ocr.py
tests/test_cloud_mode.py
tests/test_converter.py
tests/test_enhanced_layout.py
tests/test_enhanced_library.py
tests/test_enhanced_pdf_processor.py
tests/test_html_generation.py
tests/test_json_structure.py
tests/test_ocr_with_real_image.py
tests/test_real_files.py
tests/test_real_files_enhanced.py
tests/test_real_json_conversion.py