Implement a mostly pdfminer.six-compatible layout analyzer #1

Merged
dhdaines merged 9 commits from pdfminer_compat into main 2024-12-30 15:24:39 -05:00
dhdaines commented 2024-12-30 15:18:47 -05:00 (Migrated from github.com)

It isn't always faster than pdfminer.six, but it is more correct (particularly in the treatment of colour spaces) and on large documents it is very much faster as it can use all your CPUs.

Also the "bears" interface now uses all your CPUs too (but might crash due to unserializable references, will fix soon...)

It isn't always faster than pdfminer.six, but it is more correct (particularly in the treatment of colour spaces) and on large documents it is very much faster as it can use all your CPUs. Also the "bears" interface now uses all your CPUs too (but might crash due to unserializable references, will fix soon...)
Sign in to join this conversation.
No description provided.