You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into the same issue for many of my PDFs from scientific publishers.
Regardless of font, for me its an issue with UTF8 encoding. At least from a first shot at a solution, it seems all PDFs need to be converted to utf8 on load.
I am hallucinating here, but i am also learning Rust at the same time as building a tool for myself.
When running
examples/extract.rs
onlockchain_for_deep_learning.pdf
I get following error:Error happens in following line (src/lib.rs) line 4666:
When replaced with
Error message changes to
The text was updated successfully, but these errors were encountered: