FeatureFuel
4

[Feature Request] Self-hosted MinerU as a remote OCR engine

Source: paperless-ngx/paperless-ngx#12947 · opened by @Pacman1984
What MinerU is: [MinerU]( is an open-source, self-hostable document-parsing engine with a simple HTTP API (POST /file_parse). It turns PDFs and images into high-quality text/Markdown and handles complex layouts and tables far better than Tesseract. Why this instead of the current approach: paperless-ngx already has a "remote OCR" engine, but the only option is Azure Document Intelligence - a paid cloud service. MinerU is the same idea (offload OCR to a stronger engine) while staying 100% local and free, which fits the self-hosted spirit of paperless and avoids sending documents to the cloud. What I have: a PR that adds mineru as a remote OCR engine, deliberately built to align as closely as possible with the existing Azure implementation - same RemoteDocumentParser and PAPERLESS_REMOTE_OCR_* settings, no new dependencies, with backend tests and docs. Enable via PAPERLESS_REMOTE_OCR_ENGINE=mineru and PAPERLESS_REMOTE_OCR_ENDPOINT=<MinerU API URL> (no API key). …

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests