Tag
A user shares hands-on impressions of a thin, light Android-based device featuring microphone, speaker, OCR, text-to-speech, and a ChatGPT 5.2 chat, noting the only clear drawback is its lack of color.
NVIDIA releases Nemotron Parse 2.0, a document image parsing model that converts scanned PDFs and images into structured text with layout, bounding boxes, and reading order, adding multilingual OCR improvements and chart-aware parsing.
A benchmark comparing 8 PDF parsers across 14 capabilities, finding Chandra the most accurate while noting trade-offs like speed; LightOnOCR-1B impresses for its size but hallucinates on illegible text.
Xberg is a local content intelligence framework (Rust core, MIT) that extracts text from 101 document formats via MCP server or CLI, reconstructs reading order and tables, and chunks for context windows—all on-device for AI agents.
A developer benchmarks three PDF-parsing models (MinerU, Granite-Docling, PaddleOCR-VL) across six document types and twelve capabilities, finding MinerU drops footers unless its markdown is rebuilt while Granite-Docling outputs cleaner native markdown tables.
A GitHub project, llm_aided_ocr, performs OCR on scanned PDFs and uses LLMs to correct and improve the extracted text.
Klartext is a free, privacy-focused web tool that converts PDFs, scans, photos, Word, Excel, and PowerPoint files into Markdown (plus JSON) entirely on its own server, with automatic deletion after 24 hours and no external AI/OCR services.
Space OCR is an OCR tool that checks its own answers, available as an app or an API.
This paper presents IDP AutoOpt, an autonomous LLM agent that optimizes intelligent document processing pipeline configurations, matching or exceeding human-expert accuracy at lower cost and reducing configuration time from weeks to under two hours.
A fully offline AI reads over 4,000 pages of declassified UFO files using OCR and vector database, providing cited answers locally without cloud or API keys.
A developer describes building a PDF triage tool that inspects the PDF structure to determine if it contains a text layer or is made of scanned images, preventing silent empty extraction failures, and shares pitfalls around false text detection and phantom tables.
This paper reveals that Vision-Language Models often rewrite rather than faithfully transcribe text when encountering perturbations like typos or visual artifacts, introducing the FaithC4 benchmark to evaluate this behavior across multiple models and languages.
LiteParse is a fast, lightweight, open-source PDF parsing tool written in Rust, supporting image-to-PDF conversion natively and providing spatial text parsing with bounding boxes, available via multiple packages (Rust, Node.js, Python, WASM).
Baidu's open-source Unlimited OCR model proposes the Reference Sliding Window Attention (R-SWA) mechanism, achieving continuous parsing of dozens of pages with 3 billion parameters, gaining high attention on GitHub and HuggingFace.
Datalab announces Surya OCR 2, a 650M parameter OCR model that achieves top accuracy under 1B parameters on olmOCR benchmarks, with high speed and multilingual support.
Marker is an open-source tool that converts PDFs, images, and other document formats to markdown, JSON, chunks, and HTML quickly and accurately, with optional LLM enhancement.
DocOCR-Eval proposes an annotation-free framework that uses a correction and ranking strategy to evaluate and select OCR tools without ground truth labels, showing that aggregating multiple multimodal large language models improves alignment with human rankings.
Overlay-translator is an open-source Android real-time screen translation tool that requires no root. It overlays Chinese translations onto the original screen via a floating window, supporting games, manga, visual novels, and more. It integrates multiple OCR and translation engines and works offline.
Unlimited-OCR, a new open-source OCR model from a Chinese company, solves the memory growth issue common in AI OCR tools by keeping memory usage flat regardless of document length, enabling single-pass reading of dozens of pages at 32K context. It's MIT-licensed, 3B parameters, multilingual, and already popular on GitHub.
Baidu releases Unlimited-OCR, a 3B parameter open-source model that reads full 100-page PDFs in one go with a 32K context window, achieving 93% accuracy and running locally. It has 1.9 million Hugging Face downloads but little mainstream attention.