Replies: 1 comment 1 reply
-
|
This is indeed already possible with the concurrency argument of the |
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.
-
Hi, I am using PictureDescriptionApiOptions to describe images in input documents via external vision model (running in vLLM).
I found out that descriptions generation takes most of the time of processing. My question is: is Docling calling external service as it stumbles upon an image to describe it? Is this call blocking or not?
It would be a smart move to go through the document first, gather images and then describe them in parallel, maybe in batches.
If it works like that already, is it somehow configurable? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions