SeldonHZ/TorchfreeEasyOCR
This package is EasyOCR-based optical character recognition. Unlike EasyOCR, the package uses a pre-saved with onnx language models, so it doesn't need a 1-2 Gb pytorch dependency. This is particularly useful for developing and packaging light-weight applications that utilize text recognition.
This tool extracts text from images, photos, or scanned documents, making it readable and searchable. It takes an image file, an image URL, or image data as input and produces a list of detected text, their locations, and confidence scores. It's designed for developers building lightweight applications that need to process text from visuals.
No commits in the last 6 months.
Use this if you are a developer creating an application that needs to recognize text from images on a CPU, and you need the smallest possible application size and fast startup.
Not ideal if your application requires the absolute fastest text recognition performance and you have access to a powerful GPU.
Stars
13
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SeldonHZ/TorchfreeEasyOCR"
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...