Class Document<DocT extends Inference>


  • public class Document<DocT extends Inference>
    extends Object
    Define the parsed document.
    • Constructor Detail

      • Document

        public Document()
    • Method Detail

      • getInference

        public DocT getInference()
        Define the inference model of values.
      • getFilename

        public String getFilename()
        The original file name of the parsed document.
      • getId

        public String getId()
        Document identifier, generated on each API call.
      • getOcr

        public Ocr getOcr()
        Ocr result information.
      • getNPages

        public int getNPages()
        Number of pages in the document.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object