jonathanMindee
Results
1
issues of
jonathanMindee
## 🐛 Bug Running the sample code: ``` from doctr.documents import DocumentFile from doctr.models import ocr_predictor model = ocr_predictor(pretrained=True) # PDF doc = DocumentFile.from_images(["table.png"]) # Analyze result = model(doc) result.show(doc)...
type: bug
help wanted