Is it best to split pdf -> images first or to let PaddleOCR-VL-1.5 do it for you? #17748
Unanswered
alexisdrakopoulos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to process 100,000 PDFs between 10 and 600 pages each.
Is it better for me to first split PDFs into images (1 per page) and then optimize those images and feed them to paddleOCR predict() or is it better to send pdf files to PaddleOCRVL() ?
Beta Was this translation helpful? Give feedback.
All reactions