EasyOCR
bCloud LLC
EasyOCR
bCloud LLC
EasyOCR
bCloud LLC
Version 1.7.2+ Free with Support on Ubuntu 24.04
EasyOCR is an open-source Python library for Optical Character Recognition (OCR). Built on top of PyTorch, it allows users to extract text from images in over 80 languages, supporting both printed and handwritten text. EasyOCR is simple to install and use, making it a popular choice for academic research, prototyping, and production applications.
Features of EasyOCR:
- Supports 80+ languages including English, Chinese, Hindi, Arabic, and more.
- Built with deep learning models (PyTorch) for accurate text recognition.
- Can handle both printed and handwritten text in natural scenes.
- Lightweight and easy to integrate with other Python projects.
- Quick installation with pip and minimal dependencies.
- Open-source, actively maintained, and widely used in OCR workflows.
To check the installed EasyOCR version on your system, run:
# sudo su
# sudo apt update
# cd /opt/easyocr
# source venv/bin/activate
# python -c "import easyocr; print(easyocr.__version__)"
Disclaimer: EasyOCR is released under the Apache 2.0 License and maintained by the open-source community. Users are responsible for correct usage in their specific applications. The developers are not responsible for any consequences arising from its use. Always refer to the official EasyOCR documentation and GitHub repository for the most accurate and up-to-date information.