Questions tagged [easyocr]

EasyOCR is a Python package that provides a language-aware OCR based on PyTorch.

Links:

90 questions
0
votes
0 answers

How to fix the size of text in bounding box?

I am new to computer vision. I am struggling to fix the size of the bounding box around the text. Here is the sample code #extracting text using easyocr output = reader_hi.readtext('/content/drive/MyDrive/hindi_image.jpg') #translating…
sha25
  • 23
  • 6
0
votes
1 answer

EasyOCR disables Cuda GPU when installed

Hello after installing EasyOCR via pip install easyocr via Anaconda Prompt (base) I receive this error. OpenCV(4.5.4) D:\a\opencv-python\opencv-python\opencv\modules\core\include\opencv2/core/private.cuda.hpp:106: error: (-216:No CUDA support) The…
0
votes
1 answer

What does Failed building wheel for Pillow mean?

I don't understand what this error 'Failed building wheel for Pillow' means? I just wanted to install easyocr, but it gives me an error, I tried to find a solution to the problem on the Internet but could not find it. Help me solve this problem, I…
il16ya
  • 31
  • 1
  • 2
  • 3
0
votes
1 answer

cv2.error: Unknown C++ exception from OpenCV code in easyOCR reader.readtext() function

I have tried to read the text using easyOCR in the number plate detection model.but some times there is a error called File "C:\Users\MY-PC\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\app.py", line 2073, in wsgi_app response…
0
votes
0 answers

Trying to ready the images using easyocr , but i see its taking more time or sometimes the kernel is getting dead and the output is empty

I have converted a pdf into a image and converting into arrays. However its taking too much time or almost kernel dead during this process and at the end getting empty o/p. How to handle this issue. kindly suggest. Code: images =…
Trend
  • 1
  • 1
  • 4
-1
votes
0 answers

fill in text outline on an image in python

The code in this image reads '88875111961' and I'm using an OCR to read this image, however it isn't giving me accurate results. I'm trying to also read many images like it, but they can't be accurately read either. The OCR is EasyOCR and I'm…
-1
votes
1 answer

Permission Error C:\WINDOWS\system32\config\systemprofile\.EasyOCR in IIS app which uses Python EXE

I am not sure from where this issue occurs. I have a python script which uses EasyOCR and has been compiled to an exe. I am using this exe as a process in my asp.NET C# web api to make some OCR validation. When running the exe from command line or…
seneill
  • 63
  • 7
-1
votes
2 answers

Real time OCR lag

im trying to capture position of license plate with webcam feed using YOLOv4 tiny then input the result to easyOCR to extract the characters. The detection works well in real time, however when i apply the OCR the webcam stream become really laggy.…
mandebo
  • 21
  • 4
-1
votes
2 answers

Is EasyOCR license plate recognition dependent on the GPU only?

i would like to know if easyocr for license plate recognition is dependant on the GPU. Im trying to use this script to read the license plate in a image and it's EXTREMELY SLOW (10+ min). And i just found out the computer i'm using does not have a…
Master
  • 135
  • 1
  • 11
-1
votes
1 answer

Is EasyOCR able to return numbers only?

How do you make easyocr return only numbers? There's no clear documentation that I can look that up. I was wondering if anyone would know.
c0nfluks
  • 53
  • 5
-1
votes
2 answers

How to read the text by easyocr correctly?

I am trying to read images from a camera module and so far I got to process the image this way using adaptive filtering. Besides, I did a lot of manipulation to crop the ROI and read the text. However, it is reading the number but not the units…
-1
votes
2 answers

easyocr installation error when install pillow

I'm trying to install the easyocr library, but every time it comes time to install the Pillow library it gives an error. I've already tried to install pillow alone and install pytorch first, but it keeps giving the same error, if anyone can help me,…
-3
votes
2 answers

EasyOCR - Batch processing images with Python

I am attempting to write a bit of python that uses EasyOCR to write the numbers it sees in the images into a text file. My goal is to batch process all images in a directory, rather than a single images at a time, as I have several thousand images…
-4
votes
1 answer

Trying to read these plates using OCR but they are blurry. Where do I start?

Hi I am a student doing research in my university. This is my first time using computer vision (openCV) and I am fairly new to image preprocessing. I have these images of License Plates and I would like to use easyOCR/pytesseract to read the plates.…
1 2 3 4 5
6