5 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 3mo 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 3mo agoI had to extract the image from a PDF for it to work. Then run it on each page image extracted.
- abstract257 3mo agoThanks