#165 · Primary category: Computer Vision
text-extract-api
Document (PDF, Word, PPTX ...) extraction and parse API using state of the art modern OCRs + Ollama supported models. Anonymize documents. Remove PII. Convert any document or picture to structured JSON or Markdown
Project last updated:12/08/25
GitHub Stars
3.2K
Forks
278
Contributors
12
License
MIT
Why we included this project
Teams that regularly turn invoices, medical reports, or office files into clean, structured data will find this a genuinely useful tool rather than a demo. It runs a complete OCR and parsing pipeline locally: EasyOCR and vision models do the heavy lifting on images and PDFs, then an Ollama-backed LLM converts the raw text into Markdown or JSON and can even fix OCR spelling errors. Because everything ships in docker-compose with no cloud dependencies, sensitive documents never have to leave your own infrastructure, and the same pipeline can scrub personally identifiable information before it is stored. The FastAPI service with Celery queues and Redis caching lets you push large batches of documents through it and scale worker processes independently. If you need a self-hosted document-to-data API you can wire into existing backends, this is a strong starting point.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)