vllm does not support PDF file URL parsing #55
IceBear-huang
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You will need to convert the pdfs to images and then send the encoded images. docext/docext/core/pdf2md/pdf2md.py Line 108 in 668eee6 You can run the docext app to send pdfs directly https://github.com/NanoNets/docext/blob/main/PDF2MD_README.md#models-with-vllm-linux |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, I have deployed the NanoNets-OCR model using vllm, but vllm does not support PDF file URL parsing. How should I handle this?
Beta Was this translation helpful? Give feedback.
All reactions