lopdf
lopdf copied to clipboard
document.get_pages() returns zero pages
Same
yeah, i've looked that too. i think its all about document language, lopdf couldn't create btree map of content that way it's throws error
This may be a bug in the pom_parser
. You can try switching to the feature nom_parser
(which has a better performance and is now also the default) and see if that fixes it.