.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.py
docs/api.md
docs/index.html
docs/installation.html
docs/installation.md
docs/usage.html
docs/usage.md
docs/api/index.html
examples/README.md
examples/metadata_example.py
examples/ocr_example.py
examples/search_example.py
examples/text_extraction_example.py
llamasearch_pdf/__init__.py
llamasearch_pdf/client.py
src/llamasearch_pdf/__init__.py
src/llamasearch_pdf/__main__.py
src/llamasearch_pdf/cli/__init__.py
src/llamasearch_pdf/cli/metadata.py
src/llamasearch_pdf/cli/ocr.py
src/llamasearch_pdf/cli/search.py
src/llamasearch_pdf/cli/text.py
src/llamasearch_pdf/core/__init__.py
src/llamasearch_pdf/core/metadata.py
src/llamasearch_pdf/core/processor.py
src/llamasearch_pdf/core/text.py
src/llamasearch_pdf/ocr/__init__.py
src/llamasearch_pdf/ocr/engines.py
src/llamasearch_pdf/ocr/processor.py
src/llamasearch_pdf/search/__init__.py
src/llamasearch_pdf/search/index.py
src/llamasearch_pdf/utils/__init__.py
src/llamasearch_pdf/utils/image_utils.py
src/llamasearch_pdf_llamasearch.egg-info/PKG-INFO
src/llamasearch_pdf_llamasearch.egg-info/SOURCES.txt
src/llamasearch_pdf_llamasearch.egg-info/dependency_links.txt
src/llamasearch_pdf_llamasearch.egg-info/entry_points.txt
src/llamasearch_pdf_llamasearch.egg-info/requires.txt
src/llamasearch_pdf_llamasearch.egg-info/top_level.txt
tests/__init__.py
tests/test_client.py
tests/test_metadata.py
tests/test_search.py