LICENSE
README.md
pyproject.toml
setup.py
src/llama_ocr/__init__.py
src/llama_ocr/config.py
src/llama_ocr/core/__init__.py
src/llama_ocr/core/base.py
src/llama_ocr/core/extractor.py
src/llama_ocr/core/image_processor.py
src/llama_ocr/core/vision_client.py
src/llama_ocr_py.egg-info/PKG-INFO
src/llama_ocr_py.egg-info/SOURCES.txt
src/llama_ocr_py.egg-info/dependency_links.txt
src/llama_ocr_py.egg-info/requires.txt
src/llama_ocr_py.egg-info/top_level.txt
src/ollama_vision_extract/__init__.py
src/ollama_vision_extract/extractor.py
src/ollama_vision_extract/image_processor.py
src/ollama_vision_extract/vision_client.py
tests/test_ocr.py