Closed velaia closed 2 months ago
This is an update version of PR #19. Besides CPU-parallel pdftoppm images are buffered using tempfile instead of in memory. For large PDFs I have measured significantly lower memory usage (8 GB instead of 16 GB) during indexing.
pdftoppm
tempfile
More context under #19
Great. Thank you! 😃
This is an update version of PR #19. Besides CPU-parallel
pdftoppm
images are buffered usingtempfile
instead of in memory. For large PDFs I have measured significantly lower memory usage (8 GB instead of 16 GB) during indexing.More context under #19