StackMap
Subscribe
Explore / topics

OCR

Turn documents, scans and PDFs into LLM-ready text — OCR and document-parsing models and pipelines.

5
firecrawl avatarfirecrawl 18.6k · 4 days ago
anydoc

Rust library converting Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV and PDF to clean Markdown in single-digit milliseconds — Node/Python/WASM bindings, CLI, and an agent skill.

ocr
pairs well with pdf-inspector, TurboOCR
chandra logo
8
datalab-to avatardatalab-to 12.2k · 2 months ago
chandra

Datalab's SOTA open OCR model: images/PDFs to structured HTML/Markdown/JSON with layout, tables, forms, checkboxes, handwriting and math, in 90+ languages. Local HF or vLLM inference.

ocr
pairs well with commonforms, pdf-inspector
chunkr logo
8
lumina-ai-inc avatarlumina-ai-inc 4.1k · 4 months ago
chunkr

Document intelligence API in Rust: layout analysis, OCR with bounding boxes, and semantic chunking that turn PDFs, PPTs and Word docs into RAG-ready structured chunks.

ocrrag
pairs well with LlamaIndex, Chroma
commonforms logo
2
jbarrow avatarjbarrow 1.3k · 2 months ago
commonforms

Turns any PDF into a fillable form: FFDNet models detect text, checkbox and signature fields; one CLI command writes the interactive PDF. Paper, dataset and weights all open.

ocrvision
pairs well with chandra, chunkr
contextgem logo
7
shcherbak-ai avatarshcherbak-ai 2k · 15 days ago
contextgem

Declarative LLM extraction from documents: describe Aspects and Concepts in plain language, get structured values back with paragraph- or sentence-level references and built-in justifications.

ocrdata
pairs well with marker, anydoc
docling-graph logo
5
docling-project avatardocling-project 833 · 9 days ago
docling-graph

Documents to validated knowledge graphs: Docling parses, an LLM or VLM fills Pydantic schemas, and you get a directed NetworkX graph with provenance, Cypher/CSV export and HTML views.

knowledge-graphsocr
alternative to Hyper-Extract, ontocast
doctr logo
3
mindee avatarmindee 6.3k · 7 days ago
doctr

docTR: two-stage OCR in PyTorch — detect words, then recognize them — with pretrained detection and recognition architectures you can mix, plus layout detection and rotated-page handling.

ocr
alternative to TurboOCR, chandra
marker logo
7
datalab-to avatardatalab-to 39.3k · yesterday
marker

Datalab's 39k-star PDF-to-Markdown/JSON converter: a layout pipeline plus an optional LLM pass for tables, forms and equations, with chunk output and form-value extraction built in.

ocrrag
pairs well with pdf-inspector, contextgem
MinerU logo
13
opendatalab avataropendatalab 78.6k · yesterday
MinerU

Heavyweight document-to-markdown/JSON parser — PDFs plus Office (docx/pptx/xlsx) through layout analysis and OCR into LLM-ready output for RAG and agentic pipelines. 73k stars, self-hostable.

ocrrag
alternative to marker, olmocr
olmocr logo
12
allenai avatarallenai 19.4k · 5 months ago
olmocr

Open toolkit that linearizes messy PDFs — scans, tables, equations, handwriting — into clean ordered Markdown with a self-hosted vision-language model. Built for LLM training data and RAG ingestion.

ragocr
pairs well with LlamaIndex, Chroma
opendataloader-pdf logo
4
opendataloader-project avataropendataloader-project 28.8k · yesterday
opendataloader-pdf

Deterministic PDF parser for AI pipelines: #1 extraction accuracy (0.907) on its public bench, bounding boxes on every element, 0.015s/page — plus the first open PDF auto-tagging for accessibility.

ocrrag
pairs well with PageIndex, MinerU
7
firecrawl avatarfirecrawl 16.8k · 7 days ago
pdf-inspector

Firecrawl's Rust PDF triage: classifies text-based vs scanned in ~10-50ms, extracts positioned text and clean Markdown without OCR — routing the ~54% of PDFs that never needed a model.

ocrrag
pairs well with marker, anydoc
production-ocr-course logo
2
neural-maze avatarneural-maze 377 · 2 days ago
production-ocr-course

Runnable course: a production OCR pipeline on Kubernetes — Rust ingestion, Qwen 3.5 (4B) served by vLLM at 1.86 pages/s, Redis queues, KEDA autoscaling. Deploy it on AKS/GKE, not a notebook.

ocrtraining
alternative to ai-engineering-hub, vLLM
TurboOCR logo
5
aiptimizer avataraiptimizer 1k · 8 days ago
TurboOCR

GPU document parser in C++/TensorRT: PP-OCRv6 OCR, layout, tables and formulas to Markdown at 200-559 img/s on one GPU — no VLM, HTTP + gRPC, one-line Docker deploy.

ocr
pairs well with anydoc, pdf-inspector
Unlimited-OCR logo
5
baidu avatarbaidu 24.6k · 1 months ago
Unlimited-OCR

Baidu's open OCR VLM that parses entire multi-page documents in one shot — 'unlimited' long-horizon parsing pushing DeepSeek-OCR further. MIT weights on HF; serve via transformers, vLLM or SGLang.

ocrrag
alternative to olmocr, MinerU
unstract logo
5
Zipstack avatarZipstack 7.2k · yesterday
unstract

LLM-driven platform turning unstructured documents into structured data: a no-code Prompt Studio to define extractions, then deploy as APIs or ETL pipelines. Self-hosted, AGPL + enterprise.

ocrrag
alternative to chunkr, contextgem
xberg logo
6
xberg-io avatarxberg-io 9.2k · yesterday
xberg

Rust-core document-intelligence engine with 15 language bindings: turns 96 formats — PDF, Office, images, audio, code — into clean text, tables and RAG-ready chunks. Library, CLI, REST or MCP.

ocrraglocal
pairs well with Chroma, LlamaIndex