Uses of Interface
com.mindee.geometry.PositionDataField
-
-
Uses of PositionDataField in com.mindee.image
Methods in com.mindee.image with type parameters of type PositionDataField Modifier and Type Method Description <FieldT extends PositionDataField>
ExtractedImageImageExtractor. extractImage(FieldT field, int pageIndex, int index)Extract a single image from a field having position data.<FieldT extends PositionDataField>
ExtractedImageImageExtractor. extractImage(FieldT field, int pageIndex, int index, String filename)Extract a single image from a field having position data.<FieldT extends PositionDataField>
ExtractedImagesImageExtractor. extractImagesFromPage(List<FieldT> fields, int pageIndex)Extract multiple images on a given page from a list of fields having position data.<FieldT extends PositionDataField>
ExtractedImagesImageExtractor. extractImagesFromPage(List<FieldT> fields, int pageIndex, String outputName)Extract multiple images on a given page from a list of fields having position data. -
Uses of PositionDataField in com.mindee.v1.parsing.standard
Classes in com.mindee.v1.parsing.standard that implement PositionDataField Modifier and Type Class Description classAddressFieldRepresent a postal address field broken down into its individual components.classAmountFieldRepresent an amount.classBaseFieldRepresent basics of a field.classBooleanFieldRepresent a date.classCompanyRegistrationFieldRepresent a company registration.classDateFieldRepresent a date.classLocaleFieldThe local of the page.classPaymentDetailsFieldRepresent a payment detail.classPositionFieldA detected element in the image.classStringFieldRepresent a string field.classTaxFieldRepresent a tax line. -
Uses of PositionDataField in com.mindee.v1.product.financialdocument
Classes in com.mindee.v1.product.financialdocument that implement PositionDataField Modifier and Type Class Description classFinancialDocumentV1LineItemList of line item present on the document. -
Uses of PositionDataField in com.mindee.v1.product.fr.bankaccountdetails
Classes in com.mindee.v1.product.fr.bankaccountdetails that implement PositionDataField Modifier and Type Class Description classBankAccountDetailsV2BbanFull extraction of BBAN, including: branch code, bank code, account and key. -
Uses of PositionDataField in com.mindee.v1.product.invoice
Classes in com.mindee.v1.product.invoice that implement PositionDataField Modifier and Type Class Description classInvoiceV4LineItemList of all the line items present on the invoice. -
Uses of PositionDataField in com.mindee.v1.product.invoicesplitter
Classes in com.mindee.v1.product.invoicesplitter that implement PositionDataField Modifier and Type Class Description classInvoiceSplitterV1InvoicePageGroupList of page groups. -
Uses of PositionDataField in com.mindee.v1.product.receipt
Classes in com.mindee.v1.product.receipt that implement PositionDataField Modifier and Type Class Description classReceiptV5LineItemList of all line items on the receipt. -
Uses of PositionDataField in com.mindee.v2.parsing.inference.field
Classes in com.mindee.v2.parsing.inference.field that implement PositionDataField Modifier and Type Class Description classFieldLocationLocation data for a field.
-