id3 Document API¶
id3 Document SDK provides an easy to use programming interface available in various languages.
{description}
It includes:
Classes¶
Represents a detected document.
|
|
Verifies the authenticity of a document using security features such as holograms.
|
|
Detects documents in images.
|
|
Represents a document image.
|
|
Represents document information.
|
|
Represents a dictionary of document information.
|
|
Initializes the SDK library.
|
|
Manages the license for this SDK.
|
|
Reads text field on a document using optical character recognition (OCR).
|
|
Represents the result of hologram authentication.
|
|
Represents a list of hologram authentication results.
|
|
Represents an image buffer.
|
|
Provides functionalities to decode and check a MRZ.
|
|
Detects and reads an MRZ in an image.
|
|
Represents the result of MRZ reading.
|
|
Represents a point list.
|
|
Represents a string dictionary.
|
|
Represents a string lists.
|
|
Represents a text field extracted from a document.
|
|
Represents a list of text fields extracted from a document.
|
Enumerations¶
Enumerates document categories.
|
|
Enumerates possible error codes.
|
|
Enumerates document formats, according to ISO/IEC 7810.
|
|
Enumerates the AI models available in this SDK.
|
|
Enumerates possible error codes related to image management.
|
|
Enumerates supported image formats.
|
|
Enumerates the error codes related to license management.
|
|
Enumerates the types of hardware codes.
|
|
Enumerates the license types.
|
|
Enumerates supported MRZ types.
|
|
Enumerates supported pixel formats.
|
|
Enumerates processing units.
|
Structures¶
Represents the document orientation.
|
|
Contains data for LibVersion
|
|
Represents a point.
|
|
Represents a rectangle.
|
Exceptions¶
This exception is thrown when an error occurs in the id3 Document library. |