Time taken by converter #1312
Unanswered
dev-ghayur
asked this question in
Q&A
Replies: 1 comment
-
The shorter time will be with:
pipeline_options = PdfPipelineOptions()
pipeline_options.do_ocr = False
pipeline_options.do_table_structure = False
doc_converter = DocumentConverter(
format_options={
InputFormat.PDF: PdfFormatOption(
pipeline_options=pipeline_options
)
}
) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there a way to reduce the time taken by document converter while processing documents?
Beta Was this translation helpful? Give feedback.
All reactions