Class PDFGeneratorConfiguration


  • public final class PDFGeneratorConfiguration
    extends java.lang.Object
    A configuration for the PDF generator
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFGeneratorConfiguration​(java.lang.String fontPath, boolean debug)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getDebug()
      If true, OCR'ed text will visible on the PDF.
      java.lang.String getFontPath()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PDFGeneratorConfiguration

        public PDFGeneratorConfiguration​(java.lang.String fontPath,
                                         boolean debug)
    • Method Detail

      • getFontPath

        public java.lang.String getFontPath()
      • getDebug

        public boolean getDebug()
        If true, OCR'ed text will visible on the PDF. Defaults to false
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object