bhattbhavesh91/keras-ocr-demo
Tutorial on Keras-OCR which is a packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
This helps you extract text from images, like scanned documents or photos. You provide an image, and it returns the words it detects within that image. This is useful for anyone who needs to convert visual text into editable or searchable digital text.
No commits in the last 6 months.
Use this if you need a straightforward way to pull text out of various images programmatically.
Not ideal if you need to extract complex tables or highly stylized text with perfect accuracy, or if you need to analyze the layout of the document beyond just the text.
Stars
11
Forks
5
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Jun 05, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/bhattbhavesh91/keras-ocr-demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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...