3 ms·
Curious how it does on multi-page scanned PDFs vs. single screenshots? The ORT vision/decoder split is the part that usually makes or breaks CPU VLM OCR...
by abstract257 4mo ago
Curious how it does on multi-page scanned PDFs vs. single screenshots? The ORT vision/decoder split is the part that usually makes or breaks CPU VLM OCR...
- krunck 4mo agoI had to extract the image from a PDF for it to work. Then run it on each page image extracted.
- abstract257 4mo agoThanks