toxy icon indicating copy to clipboard operation
toxy copied to clipboard

Recommendation For Pdf Files

Open pcinfogmach opened this issue 7 months ago • 1 comments

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 avatar Jul 06 '24 21:07 pcinfogmach