-
Hey, I haven't been able to use the detect function with any sort of list of images, I have tried with a list of numpy arrays, a list of bytes (PNG encoding), with and without the "reformat" argument,…
-
-
I am hitting a divide by zero exception in `make_char_box.py` when training the craft recognition model where it tries to crop an image by the bounding box, but the bounding box has an area of zero.
…
-
Hi,
I think the german dict file (https://github.com/Belval/TextRecognitionDataGenerator/blob/master/trdg/dicts/de.txt) is partially corrupt. The the german umlauts appear in emacs as \207, \154, e…
-
Hi,
First of all, thank you for the amazing project.
I was trying to play with the DBnet text detector. However, I was wondering why only `dbnet18` can be used as show in the following snippet.
…
-
It may be worth trying some alternative OCR libraries, as discussed in this article: https://www.statcan.gc.ca/en/data-science/network/character-recognition
Might be a good idea to have these alter…
-
Let's say that I want to run easyocr on an edge device or some other achitecture. It would be very easy to do that if I could inject the loading/inference strategy object into easyocr's instance, e.g.…
-
Pytesseract struggles with a lot of invoices, some very big clear text are unable to be read.
This is somewhat addressable by doing some preprocessing in cv like adding blurs, threshold, but requir…
-
Здравствуйте. При попытке перевода с EasyOCR окошко с текстом зависает, на 8-10 секунд, без какого-либо результата, и исчезает. После вылетает и вся программа.
-
import cv2
import easyocr
import matplotlib.pyplot as plt
#read image
imagelocation = 'test.jpg'
img = cv2.imread(imagelocation)
#instance text detector
reader = easyocr.Reader(['en'], gpu=…