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
I'm looking to improve processing speed by parallelizing the pdfminer.high_level.extract_pages function, which currently uses a generator and doesn't support parallel execution. I've attempted parallel processing but encountered resource conflicts.
Are there any plans to implement parallel processing for this function? I understand this might require significant underlying changes. I'd be happy to contribute to this effort.
The text was updated successfully, but these errors were encountered:
Thanks for your great work!
I'm looking to improve processing speed by parallelizing the
pdfminer.high_level.extract_pages
function, which currently uses a generator and doesn't support parallel execution. I've attempted parallel processing but encountered resource conflicts.Are there any plans to implement parallel processing for this function? I understand this might require significant underlying changes. I'd be happy to contribute to this effort.
The text was updated successfully, but these errors were encountered: