A tool for converting PDFs to text files using Ollama.
Project description
llama-scan
A tool for converting PDFs to text files using Ollama.
Features
- Convert PDFs to text files locally, no token costs.
- Use the latest multimodal models supported by Ollama.
- Turn images and diagrams into detailed text descriptions.
Requirements
- Python 3.10+
- Ollama installed and running locally
Installing Ollama and the Default Model
- Install Ollama
- Pull the default model:
ollama run qwen2.5vl:latest
Installation
Install using pip:
pip install llama-scan
or uv:
uv tool install llama-scan
Usage
Basic usage:
llama-scan path/to/your/file.pdf
Options
--output,-o: Output directory (default: "output")--model,-m: Ollama model to use (default: "qwen2.5vl:latest")--start,-s: Start page number (default: 0)--end,-e: End page number (default: 0)--custom-instructions,-c: Optional path to a text file containing additional instructions (default: None)--server-url,-u: Ollama server URL (default: "http://localhost:11434")--width,-w: Width of the resized images (0 to skip resizing; default: 0)--keep-images,-k: Keep the intermediate image files (default: False)--stdout,-s: Write merged output to stdout (default: False)
Examples
Process specific pages:
llama-scan document.pdf --start 1 --end 5
Use a different Ollama model:
llama-scan document.pdf --model qwen2.5vl:3b
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
llama_scan-0.1.7.tar.gz
(7.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_scan-0.1.7.tar.gz.
File metadata
- Download URL: llama_scan-0.1.7.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b64093c712f26db4ab1be9f298db8e972cbae5b210798235c2de5ef3608de488
|
|
| MD5 |
c377636b5a8c46ef0ba130d780d946b5
|
|
| BLAKE2b-256 |
66c3c76fba1f21f55de59d08e8d803ba166e6e73f96a836f135685fdd3548404
|
File details
Details for the file llama_scan-0.1.7-py3-none-any.whl.
File metadata
- Download URL: llama_scan-0.1.7-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
165253f2b1c62454c6fdb8fc8730e81682153070f8be3a5a31fd8413ecb0abca
|
|
| MD5 |
395fa694067453f8d4da6e1d464b7130
|
|
| BLAKE2b-256 |
ddb0fe39eaafcc267816070a7ab3d7af5b213be0af2d562ade35528cae55ac55
|