Class InvoiceSplitterV1InvoicePageGroup
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.invoicesplitter.InvoiceSplitterV1InvoicePageGroup
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class InvoiceSplitterV1InvoicePageGroup extends BaseField implements LineItemField
List of page groups. Each group represents a single invoice within a multi-invoice document.
-
-
Constructor Summary
Constructors Constructor Description InvoiceSplitterV1InvoicePageGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getPageIndexes()
List of page indexes that belong to the same invoice (group).boolean
isEmpty()
String
toString()
String
toTableLine()
Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLine
in interfaceLineItemField
-
-