Uses of Class
com.mindee.v1.parsing.standard.PositionField
-
Packages that use PositionField Package Description com.mindee.v1.parsing.common com.mindee.v1.product.cropper com.mindee.v1.product.multireceiptsdetector -
-
Uses of PositionField in com.mindee.v1.parsing.common
Methods in com.mindee.v1.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.v1.product.cropper
Fields in com.mindee.v1.product.cropper with type parameters of type PositionField Modifier and Type Field Description protected List<PositionField>CropperV1Page. croppingList of documents found in the image.Methods in com.mindee.v1.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.v1.product.multireceiptsdetector
Fields in com.mindee.v1.product.multireceiptsdetector with type parameters of type PositionField Modifier and Type Field Description protected List<PositionField>MultiReceiptsDetectorV1Document. receiptsPositions of the receipts on the document.Methods in com.mindee.v1.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.
-