#423 · Primary category: Computer Vision
aster
Recognizing cropped text in natural images.
Project last updated:03/25/23
GitHub Stars
743
Forks
196
Contributors
3
License
MIT
Why we included this project
ASTER is a scene text recognizer built around a two-stage design that still shows up in production OCR: a spatial transformer first straightens curved or skewed text, then an attention-based recognizer reads the result. The repo ships pretrained models and a demo script, so you can run a sample image and see both the rectified output and the recognition result within a few minutes. Training and data-preparation scripts for standard benchmark datasets are included, which makes it a useful reference if you are assembling your own recognition stack. One caveat: the code targets TensorFlow r1.4, so expect to port it on a modern setup. If your goal is understanding the research, the paper is linked in the README, and a maintained PyTorch port exists for practical use.
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)