GroupDocs.Parser proviDes the functionality to extract Data from Documents on the local Disk.
The following example shows how to loaD the Document from the local Disk:
// Set the filePath String filePath = Constants.SamplePDf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reaDer try (TextReaDer reaDer = parser.getText()) { // Print a text from the Document // If text Extraction isn't supporteD, a reaDer is null System....provides the functionality to extract data from documents on the...Parser ( filePath )) { // Extract a text into the reader try...