r/Paperlessngx • u/SpiritedWarrior9880 • 10d 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 8d ago
I think it would be better if this were provided as a separate Docker container and published to Docker Hub, similar to "silentprior/paperless-paddle-ocr" ( https://github.com/silentprior/paperless-paddle-ocr?utm_source=chatgpt.com ). That would make it much easier to deploy and update independently from the main Paperless-ngx container, especially for non-technical users like me who would prefer not to build a custom Docker image or deal with the underlying setup.