Skip to content
New issue

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

Recommendation For Pdf Files #25

Open
pcinfogmach opened this issue Jul 6, 2024 · 1 comment
Open

Recommendation For Pdf Files #25

pcinfogmach opened this issue Jul 6, 2024 · 1 comment

Comments

@pcinfogmach
Copy link

I would like to recommend using XpdfNet for extracting text from PDF files. It offers increased accuracy for various languages and is also much faster.

attached code to use

 string XpdfNetTextExtract(string filePath)
 {
     return new XpdfNet.XpdfHelper().ToText(filePath);
 }
@pcinfogmach pcinfogmach changed the title Reccondation For Pdf Files Recommendation For Pdf Files Jul 6, 2024
@tonyqus
Copy link
Member

tonyqus commented Jul 6, 2024

XpdfNet looks to be a good PDF library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants