Loctran — private AI PDF translator
Translate PDFs locally. No cloud. No API key. Just Ollama.
Features
| What it does | Why it matters |
|---|---|
| Rasterises PDFs with pypdfium2 | No Poppler / Ghostscript dependency |
| Dual-pass OCR (Tesseract + inverted image) | Catches light-on-dark and low-contrast text |
| Batched LLM translation via Ollama | Works with any local chat model |
| HTML overlay output | Translations positioned over the original layout |
| Web UI with real-time progress | Upload and translate from any browser |
| Source language selector | Improve OCR accuracy for non-English documents |
| Cancel running jobs | Stop long translations without restarting the server |
| Image-to-PDF conversion | Convert JPG/PNG scans to searchable PDF |
| PDF compression | Reduce file size without proprietary tools |
| 100 % local — files never leave your machine | Full privacy, no API keys, works offline |
Screenshots
| 1. Home | 1.1 PDF Upload |
|---|---|
| 2. Translation Configured | 2.1 Translation In Progress |
|---|---|
| 3. Result | 3.1 Translation Complete |
|---|---|
30-second install
The default install includes the Web UI and all dependencies (OCR, OpenCV, Ollama client). A plain pip install loctran is enough to start the app.
pip install loctran
ollama pull glm-ocr
ollama pull translategemma:4b
loctran
# opens Web UI at http://127.0.0.1:8000
# CLI translation example
loctran translate document.pdf --lang French
How it works
PDF
└─► rasterise pages (pypdfium2)
└─► dual-pass OCR (Tesseract normal + inverted)
└─► deduplicate & group words into segments
└─► batch translate (Ollama LLM)
└─► HTML overlay output
Each page becomes an image with absolutely-positioned translation boxes sized to match the original text bounding boxes. For PDFs with a digital text layer, pdfplumber extracts text directly — no OCR needed.
Requirements
- OS: macOS, Linux, or Windows
- Python ≥ 3.9
- Ollama running locally — download
- Tesseract —
brew install tesseract tesseract-lang(macOS) orapt install tesseract-ocr tesseract-ocr-all(Linux)
On startup, Loctran will try to start Ollama if it is installed and will pull the configured OCR and translation models when they are missing. The first launch still depends on the user having Ollama available and network access for any model downloads.
Run loctran doctor to check everything at once:
loctran-doctor v0.1.5
─────────────────────────────────────
✓ Python 3.11.9
✓ Tesseract 5.3.4 (langs: eng fra deu jpn +47)
✓ Ollama 0.3.1 (running)
✓ glm-ocr pulled (2.2 GB)
✓ translategemma:4b pulled (3.3 GB)
─────────────────────────────────────
All required dependencies satisfied.
Web UI
Start the server and open your browser:
loctran serve
# → http://localhost:8000
Upload a PDF (up to 50 MB), choose source and target languages, pick an OCR and translation model, then watch the real-time progress bar. Cancel any running job with the cancel button. The translated HTML opens automatically when done.
CLI reference
Usage: loctran [OPTIONS] COMMAND [ARGS]...
Commands:
serve Run the local web UI server.
translate Translate a file or folder using local OCR + Ollama.
doctor Run environment diagnostics for dependencies and models.
# Translate to Spanish using a higher-quality translation model
loctran translate report.pdf --lang Spanish --model translategemma:12b
# Extract text only, save to custom folder
loctran translate scan.pdf --extract-only --output ~/Desktop/extracted
# Use smaller batches to avoid context overflow on long documents
loctran translate book.pdf --lang German --batch-size 3
# Run dependency diagnostics
loctran doctor
FAQ
Does this send my documents anywhere?
No. Everything runs locally on your machine. Loctran talks only to Ollama at localhost:11434. No telemetry, no analytics, no cloud.
Which Ollama models work?
Any locally installed Ollama model appears in the Loctran model picker automatically. Run ollama list to see what is available. For this project, use glm-ocr for OCR and translategemma:4b for translation. On 16 GB+ machines, translategemma:12b is the higher-quality option.
What about scanned PDFs?
Loctran automatically detects whether a PDF has a digital text layer. If it does, pdfplumber extracts text directly (fast, accurate). If not — or if you pass --force-ocr — Tesseract runs a dual-pass OCR (normal + inverted image) to catch light-on-dark text. Pass --use-ai-ocr to route OCR through an Ollama vision model for the highest accuracy on complex layouts.
Docker
Loctran needs a running Ollama instance. Inside a container, localhost doesn't reach the host, so pass OLLAMA_HOST:
docker build -t loctran .
docker run -p 8000:8000 \
-e OLLAMA_HOST=http://host.docker.internal:11434 \
-v ~/Documents:/docs \
loctran
The container runs with --no-desktop --no-browser automatically. Mount a volume at /docs to access your files from the Web UI.
Contributing
See CONTRIBUTING.md for development setup, running tests, and submitting PRs.
License
This project is dual-licensed:
- Open source — GNU Affero General Public License v3.0 (AGPL-3.0). You may use, modify, and distribute Loctran under the AGPL, which requires that any modified version or networked service built on Loctran also be released under the AGPL with full source code.
- Commercial — A proprietary license is available for organisations that cannot comply with the AGPL's copyleft obligations. Contact anzal.ks@gmail.com for terms.
© 2026 Anzal K Shahul. All rights reserved.
The recommended AI models (TranslateGemma, GLM-OCR) carry their own licenses. See THIRD_PARTY_LICENSES.md for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 loctran-0.1.5.tar.gz.
File metadata
- Download URL: loctran-0.1.5.tar.gz
- Upload date:
- Size: 166.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88b440cb25eb056061ec1851d73347b4a9bdb4b515bbfbf4102279a576430322
|
|
| MD5 |
985ac973e918921282686d7c1898e033
|
|
| BLAKE2b-256 |
f03dfcbc4412a013ef993065bdd0ab159e1f459e10bf7c4d62217265a7d53073
|
Provenance
The following attestation bundles were made for loctran-0.1.5.tar.gz:
Publisher:
release.yml on anzalks/loctran
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
loctran-0.1.5.tar.gz -
Subject digest:
88b440cb25eb056061ec1851d73347b4a9bdb4b515bbfbf4102279a576430322 - Sigstore transparency entry: 2213859046
- Sigstore integration time:
-
Permalink:
anzalks/loctran@9c208ec4043c16477618603497681ec40d721971 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/anzalks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9c208ec4043c16477618603497681ec40d721971 -
Trigger Event:
push
-
Statement type:
File details
Details for the file loctran-0.1.5-py3-none-any.whl.
File metadata
- Download URL: loctran-0.1.5-py3-none-any.whl
- Upload date:
- Size: 132.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5752968e7de361c49dbd5160ac77b879d8438085f17eaaec4c9395f59161c22b
|
|
| MD5 |
b89f8a226ccbf909b2ba1e19f47061fd
|
|
| BLAKE2b-256 |
0ef11321645c3d65ddcb1b23d04facd1a81be69dde7529adbfb7e67499d48219
|
Provenance
The following attestation bundles were made for loctran-0.1.5-py3-none-any.whl:
Publisher:
release.yml on anzalks/loctran
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
loctran-0.1.5-py3-none-any.whl -
Subject digest:
5752968e7de361c49dbd5160ac77b879d8438085f17eaaec4c9395f59161c22b - Sigstore transparency entry: 2213859067
- Sigstore integration time:
-
Permalink:
anzalks/loctran@9c208ec4043c16477618603497681ec40d721971 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/anzalks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9c208ec4043c16477618603497681ec40d721971 -
Trigger Event:
push
-
Statement type: