emedvedev/attention-ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
This project helps convert text found within images into editable digital text. You provide it with images containing text and an annotation file that labels the text in each image. The system then processes these images to extract the text, which can be used for further analysis or integration into other systems. It's designed for machine learning engineers or data scientists who need to build and deploy custom optical character recognition (OCR) models.
1,085 stars. No commits in the last 6 months.
Use this if you need to train a specialized OCR model on your own unique image datasets and deploy it for real-time text extraction.
Not ideal if you're looking for an out-of-the-box OCR solution for common tasks without needing to train a custom model.
Stars
1,085
Forks
252
Language
Python
License
MIT
Category
Last pushed
Oct 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/emedvedev/attention-ocr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
JaidedAI/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin,...
breezedeus/CnSTD
CnSTD: 基于 PyTorch/MXNet 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula...
githubharald/SimpleHTR
Handwritten Text Recognition (HTR) system implemented with TensorFlow.
felixdittrich92/OnnxTR
OnnxTR a docTR (Document Text Recognition) library Onnx pipeline wrapper - for seamless,...
mindee/doctr
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for...