Contents

easyocr 1.7.2

0

End-to-End Multi-Lingual Optical Character Recognition (OCR) Solution

End-to-End Multi-Lingual Optical Character Recognition (OCR) Solution

Stars: 28969, Watchers: 28969, Forks: 3536, Open Issues: 525

The JaidedAI/EasyOCR repo was created 5 years ago and the last code push was 2 months ago.
The project is extremely popular with a mindblowing 28969 github stars!

How to Install easyocr

You can install easyocr using pip

pip install easyocr

or add it to a project with poetry

poetry add easyocr

Package Details

Author
Rakpong Kittinaradorn
License
Apache License 2.0
Homepage
https://github.com/jaidedai/easyocr
PyPi:
https://pypi.org/project/easyocr/
GitHub Repo:
https://github.com/jaidedai/easyocr

Classifiers

No  easyocr  pypi packages just yet.

Errors

A list of common easyocr errors.

Code Examples

Here are some easyocr code examples and snippets.

GitHub Issues

The easyocr package has 525 open issues on GitHub

  • Best model for Vietnamese documents (High Accuracy vs Speed) - latin.pth vs latin_g2.pth with download_enabled=False ??
  • Details of training sets used for models in the Model Hub

See more issues on GitHub

Related Packages & Articles

deepspeed 0.18.6

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

albumentations 2.0.8

Fast, flexible, and advanced augmentation library for deep learning, computer vision, and medical imaging. Albumentations offers a wide range of transformations for both 2D (images, masks, bboxes, keypoints) and 3D (volumes, volumetric masks, keypoints) data, with optimized performance and seamless integration into ML workflows.

transformers 5.2.0

Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

thinc 9.1.1

A refreshing functional take on deep learning, compatible with your favorite libraries

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

keras 3.13.2

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).