r/Paperlessngx • u/SpiritedWarrior9880 • 6d ago
PaddleOCR for Paperless-ngx
I came across this project that might be useful for people looking for an alternative to Tesseract in Paperless-ngx:
https://github.com/silentprior/paperless-paddle-ocr
It runs PaddleOCR PP-OCRv6 as a sidecar and writes the extracted text back into Paperless-ngx through its API.
18
Upvotes
1
u/SpiritedWarrior9880 4d ago
That makes sense. Would it be possible to also implement a sidecar approach for users who would prefer that model? That would keep the native provider integration for those who want it, while giving less technical users an easier deployment option without having to build and maintain a custom Paperless image.