ssghule/Optical-Character-Recognition-using-Hidden-Markov-Models
This project aims to recognize text from images using Hidden Markov Models and Viterbi algorithm
This project helps you identify individual characters within images of text, especially when the font and size are already known. You provide an image containing a text string and a representative text document for the language (e.g., English), and it outputs the recognized text using different character recognition methods. This is useful for researchers or students working on fundamental optical character recognition problems.
No commits in the last 6 months.
Use this if you need to recognize text from images where you know the exact font and font size, and you're interested in how Hidden Markov Models can be applied to this specific task.
Not ideal if you need a robust, general-purpose OCR solution for varied documents with unknown fonts, sizes, or complex layouts.
Stars
14
Forks
4
Language
Python
License
—
Category
Last pushed
Dec 31, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ssghule/Optical-Character-Recognition-using-Hidden-Markov-Models"
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...