Uses of Class
com.mindee.parsing.standard.PositionField
-
-
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.eu.driverlicense
Fields in com.mindee.product.eu.driverlicense declared as PositionField Modifier and Type Field Description protected PositionField
DriverLicenseV1Page. photo
Has a photo of the EU driver license holderprotected PositionField
DriverLicenseV1Page. signature
Has a signature of the EU driver license holderMethods in com.mindee.product.eu.driverlicense that return PositionField Modifier and Type Method Description PositionField
DriverLicenseV1Page. getPhoto()
Has a photo of the EU driver license holderPositionField
DriverLicenseV1Page. getSignature()
Has a signature of the EU driver license holder -
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 -
Uses of PositionField in com.mindee.product.us.driverlicense
Fields in com.mindee.product.us.driverlicense declared as PositionField Modifier and Type Field Description protected PositionField
DriverLicenseV1Page. photo
Has a photo of the US driver license holderprotected PositionField
DriverLicenseV1Page. signature
Has a signature of the US driver license holderMethods in com.mindee.product.us.driverlicense that return PositionField Modifier and Type Method Description PositionField
DriverLicenseV1Page. getPhoto()
Has a photo of the US driver license holderPositionField
DriverLicenseV1Page. getSignature()
Has a signature of the US driver license holder -
Uses of PositionField in com.mindee.product.us.w9
Fields in com.mindee.product.us.w9 declared as PositionField Modifier and Type Field Description protected PositionField
W9V1Page. signatureDatePosition
Position of the signature date on the document.protected PositionField
W9V1Page. signaturePosition
Position of the signature on the document.Methods in com.mindee.product.us.w9 that return PositionField Modifier and Type Method Description PositionField
W9V1Page. getSignatureDatePosition()
Position of the signature date on the document.PositionField
W9V1Page. getSignaturePosition()
Position of the signature on the document.
-