run-llama/liteparse
A fast, helpful, and open-source document parser
About the project
A local Rust document parser that extracts text with bounding boxes from PDF, DOCX, XLSX, PPTX and images, with OCR via Tesseract or HTTP servers. Runs without cloud or LLMs, with bindings for Python, Node.js, WASM and a CLI.
Useful for
- Extract text and bounding boxes from PDFs for downstream processing in Python or Node.js
- Run scanned pages through Tesseract OCR and get structured Markdown for RAG
- Detect document complexity before a full parse to decide whether OCR is needed
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 10 stars so far today, about 23 expected by the end of the day. The usual pace is 7 per day, so that's 3.2× as much.
- Over the last two days the pace is 3.6× that of the previous week and a half.
- The spike has held for 3 days in a row — not a one-off blip.
- GitHub Trending Rust today: #5, +44 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 12,625
- Today
- 10 · ≈ 23 by evening
- Forks
- 863
- Issues and pull requests
- 466
- Watchers
- 40
- Language
- Rust
- License
- Apache-2.0
- Latest release
- node-v2.14.7 · September 22, 2026
- Created
- February 9, 2026
- Last push
- September 22, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 25, 2026GitHub Trending Rust today: #5, +44 stars
Similar by description
-
1.3
Tencent/WeVisDoc
WeVisDoc is an end-to-end document parser built on Qwen3-VL that converts page images into structured Markdown with LaTeX formulas and HTML tables. 2B and 4B versions are available, served via vLLM.
-
3.4
docling-project/docling
Docling is a document parsing library for many formats (PDF, DOCX, PPTX, XLSX, HTML, EPUB, audio, video) with advanced PDF understanding: page layout, tables, formulas, OCR. It prepares structured data for generative…
-
2.5
firecrawl/anydoc
Rust library that converts office documents (Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, PDF) into clean Markdown, with Node.js, Python and browser bindings. Built to make documents LLM-ready.
-
2.5
opendatalab/MinerU
MinerU is a Python tool that parses PDFs, images, and Office documents into LLM-ready Markdown/JSON. It supports OCR, layout analysis, tables and formulas, plus a local document library with search and citation locators.
-
2.5
PaddlePaddle/PaddleOCR
OCR toolkit and document AI engine that turns PDFs and images into structured, LLM-ready data (JSON/Markdown), with support for 100+ languages, tables, formulas and seals.
-
1.4
tesseract-ocr/tesseract
Open-source OCR engine libtesseract and CLI tool tesseract for recognizing text in images. Supports 100+ languages, PNG/JPEG/TIFF input, and output in text, hOCR, PDF, TSV, ALTO.