from doctr.io import DocumentFile from doctr.models import ocr_predictor model = ocr_predictor(pretrained=True) # PDF single_img_doc = DocumentFile.from_images("input.jpg") # Analyze result = ...
Looked for my issue or a similar one and haven't found anything. It happens on version 3.1.10, which was released yesterday. The newest issue doesn't seem related either. On version 3.1.10, tests ...