David Ferguson
Results
1
issues of
David Ferguson
```images = convert_from_bytes(pdf_data) reader = easyocr.Reader(['en'], gpu="cuda:3") image_array = np.array(image) readtext(image_array, detail=0) ``` I'm converting a pdf2image Pillow image object to a numpy array and passing it into readtext, but...