GabrielDornelles/pytorch-ocr
Simple Pytorch framework to train OCRs. Supports CRNNs, Attention, CTC and Cross Entropy Loss.
This tool helps developers create custom Optical Character Recognition (OCR) systems for specialized text, such as reading captchas, license plates, or unique digital displays. You provide a collection of images, with the text content encoded in their filenames, and the system trains a model that can then automatically read similar text from new images. It is designed for machine learning engineers or researchers needing to build tailored OCR solutions.
No commits in the last 6 months.
Use this if you are a developer looking for a flexible PyTorch framework to train your own specific OCR models from scratch.
Not ideal if you need an out-of-the-box OCR solution for standard document scanning or general text extraction without custom model training.
Stars
83
Forks
17
Language
Python
License
MIT
Category
Last pushed
Nov 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/GabrielDornelles/pytorch-ocr"
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...