Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "PDFParser (Apache PDFBox)" page has been changed by TimothyAllison: https://wiki.apache.org/tika/PDFParser%20%28Apache%20PDFBox%29?action=diff&rev1=9&rev2=10 {{{ <?xml version="1.0" encoding="UTF-8"?> <properties> - <parsers> + <parsers> + <parser class="org.apache.tika.parser.DefaultParser"/> <parser class="org.apache.tika.parser.pdf.PDFParser"> <params> <param name="allowExtractionForAccessibility" type="bool">true</param> @@ -74, +75 @@ ... }}} + If you are using Java 8, make sure to see [[https://pdfbox.apache.org/2.0/migration.html#pdf-rendering|pdf-rendering]] for JVM settings that may improve the speed of processing. == See also ==
