Hey Jason, thank you for this package, it's crazy fast!
Do I understand correctly that the library does not release the GIL when reading PDF, so to parallelize it I need to use multiprocessing and not threading? Are there any reasons that prevent it from releasing the GIL?
Hey Jason, thank you for this package, it's crazy fast!
Do I understand correctly that the library does not release the GIL when reading PDF, so to parallelize it I need to use multiprocessing and not threading? Are there any reasons that prevent it from releasing the GIL?