Uses of Class
com.mindee.parsing.standard.PositionField
-
Packages that use PositionField Package Description com.mindee.parsing.common com.mindee.product.cropper com.mindee.product.multireceiptsdetector com.mindee.product.us.bankcheck -
-
Uses of PositionField in com.mindee.parsing.common
Methods in com.mindee.parsing.common that return types with arguments of type PositionField Modifier and Type Method Description List<PositionField>
Cropper. getCropping()
List of positions within the image. -
Uses of PositionField in com.mindee.product.cropper
Fields in com.mindee.product.cropper with type parameters of type PositionField Modifier and Type Field Description protected List<PositionField>
CropperV1Page. cropping
List of documents found in the image.Methods in com.mindee.product.cropper that return types with arguments of type PositionField Modifier and Type Method Description List<PositionField>
CropperV1Page. getCropping()
List of documents found in the image. -
Uses of PositionField in com.mindee.product.multireceiptsdetector
Fields in com.mindee.product.multireceiptsdetector with type parameters of type PositionField Modifier and Type Field Description protected List<PositionField>
MultiReceiptsDetectorV1Document. receipts
Positions of the receipts on the document.Methods in com.mindee.product.multireceiptsdetector that return types with arguments of type PositionField Modifier and Type Method Description List<PositionField>
MultiReceiptsDetectorV1Document. getReceipts()
Positions of the receipts on the document. -
Uses of PositionField in com.mindee.product.us.bankcheck
Fields in com.mindee.product.us.bankcheck declared as PositionField Modifier and Type Field Description protected PositionField
BankCheckV1Page. checkPosition
The position of the check on the document.Fields in com.mindee.product.us.bankcheck with type parameters of type PositionField Modifier and Type Field Description protected List<PositionField>
BankCheckV1Page. signaturesPositions
List of signature positionsMethods in com.mindee.product.us.bankcheck that return PositionField Modifier and Type Method Description PositionField
BankCheckV1Page. getCheckPosition()
The position of the check on the document.Methods in com.mindee.product.us.bankcheck that return types with arguments of type PositionField Modifier and Type Method Description List<PositionField>
BankCheckV1Page. getSignaturesPositions()
List of signature positions
-