You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Method PdfTableExtractor.extract() there is the following line this.document = PDDocument.load(this.inputStream);
This no longer works. There is a new way to load the file Loader.loadPDF(File file);
The text was updated successfully, but these errors were encountered:
In Method
PdfTableExtractor.extract()
there is the following linethis.document = PDDocument.load(this.inputStream);
This no longer works. There is a new way to load the file
Loader.loadPDF(File file);
The text was updated successfully, but these errors were encountered: