#285 · Primary category: Computer Vision
DeepSeek-OCR-Web
Out-of-the-box DeepSeek OCR document parsing Web Studio
Project last updated:10/27/25
GitHub Stars
566
Forks
95
Contributors
1
License
Other
Why we included this project
Most OCR tools stop at plain text; this one keeps going. It wraps the DeepSeek-OCR model in a React frontend and FastAPI backend, so you upload a PDF or image through the browser and get parsed output back without scripting the model yourself. Beyond text recognition it handles layout analysis, extracts tables and chart data, and converts documents to Markdown, which is what you want when reports and technical drawings need to flow into downstream pipelines. It also reads professional-domain drawings like CAD files and flowcharts, a niche generic OCR tools usually skip. The tradeoff is that it's self-hosted: you need a Linux machine with a GPU (at least 7 GB of VRAM), so it suits teams that already run their own inference infrastructure more than teams expecting a hosted API.
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)