Skip to content

Different outputs across machines (mac/WSL2 ubuntu 24 vs ubuntu 24 on VM) #562

Answered by cau-git
jon-torres asked this question in Q&A
Discussion options

You must be logged in to vote

@jon-torres Yes you can do this by setting up your converter the following way:

from docling.backend.docling_parse_backend import DoclingParseDocumentBackend
...
doc_converter = DocumentConverter(
    format_options={
        InputFormat.PDF: PdfFormatOption(backend=DoclingParseDocumentBackend) # instead of DoclingParseV2DocumentBackend
    }
)

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@jon-torres
Comment options

@cau-git
Comment options

@jon-torres
Comment options

@cau-git
Comment options

Answer selected by jon-torres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants