Add optional parallel workers
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.