Skip to content

Add optional parallel workers

Compare
Choose a tag to compare
@VikParuchuri VikParuchuri released this 23 May 19:30
· 81 commits to master since this release

Enable optional parallel workers when extracting text. This can cause a performance hit on small pdfs, but can speed things up 2x or more on larger ones. This can be done with the --workers flag via CLI, or via the workers kwarg.