Package com.mindee.parsing.common
Class Document<DocT extends Inference>
- java.lang.Object
-
- com.mindee.parsing.common.Document<DocT>
-
-
Constructor Summary
Constructors Constructor Description Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getFilename()
The original file name of the parsed document.String
getId()
Document identifier, generated on each API call.DocT
getInference()
Define the inference model of values.int
getNPages()
Number of pages in the document.Ocr
getOcr()
Ocr result information.int
hashCode()
String
toString()
-
-
-
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)
-
-