You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using docling for parsing long PDF documents (1000s of pages). I wanted to ask if docling supports parsing with file streams (i.e., not downloading the entire file into memory before starting the docling conversion).
I saw that docling supports inputs of types Path, str or DocumentStream (which is basically a BytesIO object, but even this requires copying the entire file into BytesIO memory before sending it to docling?).
Can you help clarify my question in this regard? @maxmnemonic Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using docling for parsing long PDF documents (1000s of pages). I wanted to ask if docling supports parsing with file streams (i.e., not downloading the entire file into memory before starting the docling conversion).
I saw that docling supports inputs of types
Path
,str
orDocumentStream
(which is basically aBytesIO
object, but even this requires copying the entire file into BytesIO memory before sending it to docling?).Can you help clarify my question in this regard? @maxmnemonic Thanks.
Beta Was this translation helpful? Give feedback.
All reactions