easyocr

Package — VisionPython 3.7+Advanced

Ready-to-use OCR with 80+ language support

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
PyTorch, torchvision, NumPy, OpenCV, Pillow, scikit-image, scipy
Install
pip install easyocr

Learn by Difficulty

Quick Example

python
# Install: pip install easyocr
import easyocr

# Basic easyocr usage
print(f"Using easyocr")
# See documentation for detailed examples

easyocr is a third-party package. Ready-to-use OCR with 80+ language support. Install with: pip install easyocr

Try in Playground

Tags

packagecomputer-visionimage-processingai