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
What are some ways I can lower the strain/computational intensity of parsing a PDF using Docling? We are trying to deploy a RAG application but the parsing is still quite heavy on our server. So far I have:
Set pipeline_options.do_ocr = False, set pipeline_options.do_table_structure = False
Use DoclingParseV2DocumentBackend
Is there anything else we can do?
Separately, I also wanted to ask about the V4 DocumentBackend - would this have any performance/intensity changes compared to say V2? Which backend is puts less strain on CPU?
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.
-
What are some ways I can lower the strain/computational intensity of parsing a PDF using Docling? We are trying to deploy a RAG application but the parsing is still quite heavy on our server. So far I have:
Is there anything else we can do?
Separately, I also wanted to ask about the V4 DocumentBackend - would this have any performance/intensity changes compared to say V2? Which backend is puts less strain on CPU?
Beta Was this translation helpful? Give feedback.
All reactions