- decode(String, MrzType) - Static method in class eu.id3.document.MrzHelper
-
Decodes an MRZ of a given type and returns the values of the various fields.
- detectDocument(DocumentImage, Rectangle) - Method in class eu.id3.document.DocumentDetector
-
Detects a document on a delimited area of the specified DocumentImage and returns a DetectedDocument.
- detectDocumentByName(DocumentImage, String, Rectangle) - Method in class eu.id3.document.DocumentDetector
-
Detects a document with specified name on a delimited area of the specified DocumentImage and returns a DetectedDocument.
- DetectedDocument - Class in eu.id3.document
-
Represents a detected document.
- DetectedDocument() - Constructor for class eu.id3.document.DetectedDocument
-
Creates a new instance of the DetectedDocument class.
- DetectedDocument(long) - Constructor for class eu.id3.document.DetectedDocument
-
Creates a new instance of the DetectedDocument class.
- DocumentAuthenticator - Class in eu.id3.document
-
Verifies the authenticity of a document using security features such as holograms.
- DocumentAuthenticator() - Constructor for class eu.id3.document.DocumentAuthenticator
-
Creates a new instance of the DocumentAuthenticator class.
- DocumentAuthenticator(long) - Constructor for class eu.id3.document.DocumentAuthenticator
-
Creates a new instance of the DocumentAuthenticator class.
- DocumentCategory - Enum in eu.id3.document
-
Enumerates document categories.
- DocumentDetector - Class in eu.id3.document
-
Detects documents in images.
- DocumentDetector() - Constructor for class eu.id3.document.DocumentDetector
-
Creates a new instance of the DocumentDetector class.
- DocumentDetector(long) - Constructor for class eu.id3.document.DocumentDetector
-
Creates a new instance of the DocumentDetector class.
- DocumentError - Enum in eu.id3.document
-
Enumerates possible error codes.
- DocumentException - Exception in eu.id3.document
-
This class represents errors that can occur during Document library execution.
- DocumentException() - Constructor for exception eu.id3.document.DocumentException
-
Initializes a new instance of the DocumentException class.
- DocumentException(int) - Constructor for exception eu.id3.document.DocumentException
-
Initializes a new instance of the DocumentException class.
- DocumentFormat - Enum in eu.id3.document
-
Enumerates document formats, according to ISO/IEC 7810.
- DocumentImage - Class in eu.id3.document
-
Represents a document image.
- DocumentImage() - Constructor for class eu.id3.document.DocumentImage
-
Creates a new instance of the DocumentImage class.
- DocumentImage(long) - Constructor for class eu.id3.document.DocumentImage
-
Creates a new instance of the DocumentImage class.
- DocumentInfo - Class in eu.id3.document
-
Represents document information.
- DocumentInfo() - Constructor for class eu.id3.document.DocumentInfo
-
Creates a new instance of the DocumentInfo class.
- DocumentInfo(long) - Constructor for class eu.id3.document.DocumentInfo
-
Creates a new instance of the DocumentInfo class.
- DocumentInfoDictionary - Class in eu.id3.document
-
Represents a dictionary of document information.
- DocumentInfoDictionary() - Constructor for class eu.id3.document.DocumentInfoDictionary
-
Creates a new instance of the DocumentInfoDictionary class.
- DocumentInfoDictionary(long) - Constructor for class eu.id3.document.DocumentInfoDictionary
-
Creates a new instance of the DocumentInfoDictionary class.
- DocumentLibrary - Class in eu.id3.document
-
Initializes the SDK library.
- DocumentLibrary() - Constructor for class eu.id3.document.DocumentLibrary
-
- DocumentLicense - Class in eu.id3.document
-
Manages the license for this SDK.
- DocumentLicense() - Constructor for class eu.id3.document.DocumentLicense
-
- DocumentModel - Enum in eu.id3.document
-
Enumerates the AI models available in this SDK.
- DocumentNative - Class in eu.id3.document
-
This class handles the native libraries of the module.
- DocumentNative() - Constructor for class eu.id3.document.DocumentNative
-
- DocumentOrientation - Class in eu.id3.document
-
Represents the document orientation.
- DocumentOrientation() - Constructor for class eu.id3.document.DocumentOrientation
-
Initializes an empty instance of the DocumentOrientation class.
- DocumentOrientation(float, float, float) - Constructor for class eu.id3.document.DocumentOrientation
-
Initializes a new instance of the DocumentOrientation class from its members.
- DocumentOrientation(DocumentOrientation) - Constructor for class eu.id3.document.DocumentOrientation
-
Initializes a new instance of the DocumentOrientation class by copying another DocumentOrientation.
- DocumentReader - Class in eu.id3.document
-
Reads text field on a document using optical character recognition (OCR).
- DocumentReader() - Constructor for class eu.id3.document.DocumentReader
-
Creates a new instance of the DocumentReader class.
- DocumentReader(long) - Constructor for class eu.id3.document.DocumentReader
-
Creates a new instance of the DocumentReader class.
- downscale(int) - Method in class eu.id3.document.DocumentImage
-
Downscales the image in-place so that its maximum dimension is equal to the given maximum size, while preserving the aspect ratio.
- downscaleTo(DocumentImage, int) - Method in class eu.id3.document.DocumentImage
-
Downscales the image so that its maximum dimension equals the given maximum size, while preserving the aspect ratio.