We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, at first thank you for very useful crate! :)
I've tried to convert PDF file ( https://arxiv.org/pdf/2108.11950v1.pdf ) to text and got following exception:
thread 'main' panicked at 'unexpected smask type 554 0 R', /home/user/.cargo/git/checkouts/pdf-extract-1e3ad5dc34c14d18/e03d663/src/lib.rs:1190:24
It seems that the problem is somewhere at page 7 (I have text output from pages 1-6).
The text was updated successfully, but these errors were encountered:
Probably could be solved by #25 (applying the change from that PR solves the issue)
Sorry, something went wrong.
No smask panics jrmuizel#24 jrmuizel#27
e8e0c56
56f98f6
No branches or pull requests
Hi,
at first thank you for very useful crate! :)
I've tried to convert PDF file ( https://arxiv.org/pdf/2108.11950v1.pdf ) to text and got following exception:
It seems that the problem is somewhere at page 7 (I have text output from pages 1-6).
The text was updated successfully, but these errors were encountered: