#5 · Primary category: Computer Vision
tesseract
Tesseract Open Source OCR Engine (main repository)
Project last updated:08/25/26
GitHub Stars
76.2K
Forks
10.8K
Contributors
241
License
Apache-2.0
Why we included this project
Tesseract is the engine most people mean when they say OCR. It's been the open-source standard for well over a decade, and it ships as both a command-line tool and a C/C++ library, so you can use it in a quick script or embed it in a larger document-processing pipeline. The current engine uses an LSTM neural network for line recognition, with a legacy mode kept for compatibility, and it reads more than a hundred languages out of the box, plus you can train it on new ones. Output can be plain text, hOCR, PDF, TSV, ALTO, or PAGE, so it's easy to hand results to downstream search, indexing, or data-extraction systems. Teams doing document digitization, receipt parsing, or archival work get a dependable, well-documented foundation with bindings in many languages.
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.
ultralytics
Ultralytics YOLO26, YOLO11, YOLOv8 — object detection, instance segmentation, semantic segmentation, image classification, pose estimation, object tracking