gitanat/simple-ocr-opencv
A simple python OCR engine using opencv
This tool helps you automatically read text and numbers from images, a process called Optical Character Recognition (OCR). You provide images containing characters, and it outputs the identified characters, helping to convert scanned documents or pictures into editable text. It's designed for anyone who needs to extract specific text from images, especially if you have a collection of similar images where you want to automate character recognition.
532 stars. No commits in the last 6 months.
Use this if you need a straightforward way to extract individual characters or digits from images, particularly if you're comfortable providing examples to 'teach' the system what each character looks like.
Not ideal if you need to read complex document layouts, full paragraphs, or handwriting without prior training examples for each specific character.
Stars
532
Forks
178
Language
Python
License
AGPL-3.0
Category
Last pushed
Feb 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gitanat/simple-ocr-opencv"
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...