All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tika.parser.pdf.VisalloParserConfig Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package org.apache.tika.parser.pdf;

public class VisalloParserConfig extends PDFParserConfig {
    @Override
    public void configure(PDF2XHTML pdf2XHTML) {
        super.configure(pdf2XHTML);

        // Better paragraph detection
        pdf2XHTML.setDropThreshold(2.0f);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy