#321 · Primary category: Computer Vision
EAST
A tensorflow implementation of EAST text detector
Project last updated:11/22/22
GitHub Stars
3.1K
Forks
1.0K
Contributors
5
License
GPL-3.0
Why we included this project
EAST is the reference implementation of the Efficient and Accurate Scene Text Detector from the 2017 paper, and it remains a common first stop for OCR work. Instead of assuming text sits on clean horizontal lines, it finds text regions at arbitrary angles and returns rotated bounding boxes, which is exactly what you want for photos, scanned documents, and street scenes. The repo includes a pre-trained model that scores around 80.8 F1 on the ICDAR 2015 incidental text challenge, plus a C++ locality-aware NMS that keeps detection fast on modest hardware. Training and demo scripts make it straightforward to adapt the detector to your own data, whether you are digitizing documents, reading license plates, or pulling text out of photos. One caveat: it is built on TensorFlow 1.x, so expect some porting work if you are on a modern stack.
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)