Contents

easyocr 1.7.1

0

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

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

Stars: 21741, Watchers: 21741, Forks: 2921, Open Issues: 377

The JaidedAI/EasyOCR repo was created 4 years ago and the last code push was 1 weeks ago.
The project is extremely popular with a mindblowing 21741 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 377 open issues on GitHub

  • Executing cli.py error
  • dataset used for english/latin language
  • Current PyTorch install does not support RTX 3070.
  • Faile Cases (ja)
  • Higher version of opencv-python-headless may not work well in some OS.
  • SSL verification error on Mac.
  • Needed device specifications to run easyOCR model
  • Increase easyOCR model performance on cpu
  • please support like led font
  • Installation error, how to solve?
  • error when reading an png
  • from .cv2 import _registerMatType ImportError: cannot import name '_registerMatType'
  • Fix wrong parameter type for setModelLanguage
  • segmentation fault (core dumped)
  • display error and not related to the Pytorch version

See more issues on GitHub

Related Packages & Articles

deepspeed 0.14.0

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 2.18.0

HuggingFace community-driven open-source library of datasets

albumentations 1.4.3

An efficient library for image augmentation, providing extensive transformations to support machine learning and computer vision tasks.

thinc 8.2.3

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.2.0

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).