Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.24
-
None
-
None
Description
averageCharTolerance and spacingTolerance are null after instantiating PDFParserConfig
that can cause NullPointerException when calling hashCode.
PDFParserConfig pdfParserConfig = new PDFParserConfig();
pdfParserConfig.hashCode();