#362 · Primary category: Computer Vision
parseq
Scene Text Recognition with Permuted Autoregressive Sequence Models (ECCV 2022)
Project last updated:05/29/24
GitHub Stars
736
Forks
162
Contributors
1
License
Apache-2.0
Why we included this project
PARSeq is a scene text recognition model from ECCV 2022 that reads words out of cropped images of signs, receipts, labels, and other real-world scenes. The core idea is a single Transformer that changes how it decodes text just by swapping its attention mask, so one model covers context-free recognition, context-aware decoding, and iterative refinement without a separate language model. That keeps the compute footprint smaller than comparable approaches. The repo ships pretrained weights, training and evaluation scripts, and a live demo, and the model has been adopted into both PaddleOCR and docTR, which makes it a safe implementation to borrow from or integrate. Researchers comparing STR architectures will also find it a clean, reproducible baseline against ABINet, TRBA, and ViTSTR.
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)