PDFLayoutTextStripper
PDFLayoutTextStripper copied to clipboard
Sample Code Doesn't Work
The Sample Code in the Readme file indicates that PDFParser takes in a RandomAccessFile and a string as a constructor.
There is no constructor present with this signature however.
The import to use is import org.apache.pdfbox.io.RandomAccessFile;