Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5335

Python • Re: package install

$
0
0
how can we install python package Easyocr to detect text in raspberry pi terminal


I would use a standard Internet search tool to seek out "EasyOCR"


That would probably bring me rapidly to https://pypi.org/project/easyocr/


If the information at the top of that page were insufficient I would navigate to the linked project homepage at https://github.com/jaidedai/easyocr and look at the Installation documentation - https://github.com/jaidedai/easyocr#installation


tl;dr -

Code:

pip install easyocr

[If you are attempting this on a current installation of RasPiOS Bookworm you may also need to refer to Raspberry Pi's supporting documentation for installing Python packages: https://www.raspberrypi.com/documentati ... spberry-pi ]

Statistics: Posted by B.Goode — Wed Feb 07, 2024 9:57 am



Viewing all articles
Browse latest Browse all 5335

Trending Articles