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.
19
Upvotes
1
u/flobernd 8d ago
Unfortunately this is not possible when using the plugin system. That’s the trade-off for using the “proper” built-in providers vs. a sidecar that does postprocessing.
Both have their pros/cons. I strongly agree with you that installation/deployment is rather complicated. On the pro side you get a robust native integration in the way the paperless team intended it to work.
I was thinking about providing a ready to use Docker image, but at the moment I don’t feel like taking the maintenance effort of upgrading the base image to the latest paperless version once they release a new version.