#177 · Primary category: Computer Vision
deepseek_ocr_app
A quick vibe coded app for deepseek OCR
Project last updated:03/31/26
GitHub Stars
1.9K
Forks
310
Contributors
3
License
MIT
Why we included this project
This React + FastAPI app wraps the DeepSeek-OCR model in a ready-made web interface, so you can point it at a scanned page or a multi-page PDF and get editable text back without scripting the model yourself. It handles single-image OCR and full PDF processing, with four working modes that range from plain text extraction to finding specific terms and drawing bounding boxes around them. The export side is where it earns its keep: results come out as Markdown, HTML, DOCX, or JSON, and tables, LaTeX formulas, and embedded images survive the trip, which matters when you're digitizing academic papers or converting business reports. For a team that wants a self-hosted OCR endpoint with a clean UI, it's a fast way to stand up document digitization or data extraction without building the frontend and API plumbing from scratch.
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)