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…
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…
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…
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…
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 =…
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…
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…
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.…
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…
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…
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,…
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…
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.…