Class PdfFormatConfig

java.lang.Object
org.apache.drill.exec.store.pdf.PdfFormatConfig
All Implemented Interfaces:
FormatPluginConfig

public class PdfFormatConfig extends Object implements FormatPluginConfig
  • Method Details

    • builder

      public static PdfFormatConfig.PdfFormatConfigBuilder builder()
    • getReaderConfig

      public org.apache.drill.exec.store.pdf.PdfBatchReader.PdfReaderConfig getReaderConfig(PdfFormatPlugin plugin)
    • getAlgorithm

      public technology.tabula.extractors.ExtractionAlgorithm getAlgorithm()
    • extensions

      public List<String> extensions()
    • combinePages

      public boolean combinePages()
    • extractHeaders

      public boolean extractHeaders()
    • extractionAlgorithm

      public String extractionAlgorithm()
    • password

      public String password()
    • defaultTableIndex

      public int defaultTableIndex()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object