LICENSE
README.md
pyproject.toml
docstrange/WEB_INTERFACE.md
docstrange/__init__.py
docstrange/cli.py
docstrange/config.py
docstrange/exceptions.py
docstrange/extractor.py
docstrange/result.py
docstrange/web_app.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/__pycache__/__init__.cpython-310.pyc
docstrange/__pycache__/cli.cpython-310.pyc
docstrange/__pycache__/config.cpython-310.pyc
docstrange/__pycache__/exceptions.cpython-310.pyc
docstrange/__pycache__/extractor.cpython-310.pyc
docstrange/__pycache__/result.cpython-310.pyc
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/pipeline/__pycache__/__init__.cpython-310.pyc
docstrange/pipeline/__pycache__/layout_detector.cpython-310.pyc
docstrange/pipeline/__pycache__/model_downloader.cpython-310.pyc
docstrange/pipeline/__pycache__/neural_document_processor.cpython-310.pyc
docstrange/pipeline/__pycache__/ocr_service.cpython-310.pyc
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/processors/__pycache__/__init__.cpython-310.pyc
docstrange/processors/__pycache__/base.cpython-310.pyc
docstrange/processors/__pycache__/cloud_processor.cpython-310.pyc
docstrange/processors/__pycache__/docx_processor.cpython-310.pyc
docstrange/processors/__pycache__/excel_processor.cpython-310.pyc
docstrange/processors/__pycache__/gpu_processor.cpython-310.pyc
docstrange/processors/__pycache__/html_processor.cpython-310.pyc
docstrange/processors/__pycache__/image_processor.cpython-310.pyc
docstrange/processors/__pycache__/layout_processor.cpython-310.pyc
docstrange/processors/__pycache__/pdf_processor.cpython-310.pyc
docstrange/processors/__pycache__/pptx_processor.cpython-310.pyc
docstrange/processors/__pycache__/txt_processor.cpython-310.pyc
docstrange/processors/__pycache__/url_processor.cpython-310.pyc
docstrange/services/__init__.py
docstrange/services/auth_service.py
docstrange/services/ollama_service.py
docstrange/services/__pycache__/__init__.cpython-310.pyc
docstrange/services/__pycache__/auth_service.cpython-310.pyc
docstrange/services/__pycache__/ollama_service.cpython-310.pyc
docstrange/static/script.js
docstrange/static/styles.css
docstrange/utils/__init__.py
docstrange/utils/gpu_utils.py
docstrange/utils/__pycache__/__init__.cpython-310.pyc
docstrange/utils/__pycache__/gpu_utils.cpython-310.pyc
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