-
How do I detect white spaces between words (interword separation). Currently EasyOCR is failing to detect them.. Is there any swicth or option for the reader that will help in detecting them as part …
-
# Problem description
I run the command `docling https://arxiv.org/pdf/2206.01062` on my laptop of a Windows 11 (Traditional Chinese) and got this error message: `UnicodeEncodeError: 'cp950' codec …
-
Hello,
Simple issue, I was trying to train a model using the custom trainer provided with EasyOCR but my torch version was too recent and the ".next()" method has been replaced with the ".__next__(…
-
![git_issue](https://github.com/JaidedAI/EasyOCR/assets/58161144/b756ab9a-98ce-4fae-aa03-1177b40e1951)
(A dataset is being built, gt on the left, pred on the right)I want to recognize "월 간 야 수" pro…
-
Hi there,
I'm trying to use easyocr on docker. The script runs on my Mac as expected, but on my docker it freezes after calling reader.readtext.
Is there a way to check on which step it is freezin…
-
hi @NielsRogge @bsmock , i have use paddleocr instead of easyocr in table transfomer nd i have an issue can u resolve it !!!
```
# load paddleOCR
ocr = PaddleOCR(use_angle_cls=True, lang='en')
…
tzktz updated
3 months ago
-
while Training i get training and validation accuracy of about 90% but when i test the custom model my accuracy shows less than 5%.
can u provide step to use custom training .I am using the steps pro…
-
Hi team,
I have tested some pics at my local machine, also tested online web easyocr , found something like this:
often miss one character or tail of one character wrong. can we adjust related …
-
ERROR
![image](https://github.com/user-attachments/assets/0ceab2e3-0c4a-458c-9a8b-3628bb5fc562)
my code
import pytesseract
import os,easyocr
from PIL import Image
# Path to your imag…
-
Currently EasyOCR requires OpenCV 4.5.4.60. This is a bit of a problem for using it in conjunction with software that requires more up to date versions of OpenCV. Is there any chance of this issue bei…