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
I'm using pdf-extract in a tui file manager, where I preview the files on demand.
Sometimes, when the pdf is corrupted, there's some println!("Unicode mismatch"); on the screen which I can't prevent.
println!("Unicode mismatch");
Could those prints be replaced with logs instead like it's proposed here
I can count 5 other prints in lib.rs.
lib.rs
The text was updated successfully, but these errors were encountered:
Get rid of last printlns jrmuizel#52
3d14658
Get rid of last printlns jrmuizel#52 jrmuizel#45
33767ee
Do you have an example PDF that shows this?
Sorry, something went wrong.
Hello, I get the same output printed. My case is Intel's SDM manual, volume 2 https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html
Successfully merging a pull request may close this issue.
I'm using pdf-extract in a tui file manager, where I preview the files on demand.
Sometimes, when the pdf is corrupted, there's some
println!("Unicode mismatch");
on the screen which I can't prevent.Could those prints be replaced with logs instead like it's proposed here
I can count 5 other prints in
lib.rs
.The text was updated successfully, but these errors were encountered: