#111 · Primary category: Computer Vision
llm_aided_ocr
Enhances Tesseract OCR output using LLMs (local or API) for error correction, smart chunking, and markdown formatting of scanned PDFs
Project last updated:08/03/26
GitHub Stars
3.0K
Forks
214
Contributors
2
License
Other
Why we included this project
Anyone who works with digitized archives or scanned correspondence knows OCR rarely comes out clean. This project splits the work: Tesseract does the initial extraction, then an LLM goes over the result to fix typos, reconnect words that got split apart, and restructure the page into readable markdown. You can run it against a local model when the material is sensitive, or point it at OpenAI or Anthropic when you would rather not manage hardware. Long documents stay coherent because the text is broken into overlapping chunks, and options to suppress headers and page numbers plus a built-in quality check give you control over the final file. For teams that regularly process legal records, old letters, or other scanned PDFs, it saves the kind of tedious cleanup that would otherwise fall to a person.
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)