Am 08.02.2022 um 14:35 schrieb Marton Róbert:
Dear PDFBox developers,

We are working on an application that is parsing and verifying the quality of 
PDF files. We wanted to extract the text of the pages using multiple threads to 
speed up the process but eventually we found that PDFBox 2 is not thread safe.
Do you plan to make it thread safe in PDFBox 3 at least for text extraction?

I don't know (But maybe yes? Due to PDFBOX-5214). But text extraction is pretty fast, compared to rendering. And you can either extract different files at the same time, or open a file several times and then extract. You would still save time this way.

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to