| Modifier and Type | Method and Description |
|---|---|
static DocumentModel |
DocumentModel.fromValue(int value)
Creates an enumeration value from int.
|
DocumentModel |
MrzReader.getModel()
Gets the AI model used to detect the MRZ.
|
DocumentModel |
DocumentDetector.getModel()
Gets the model to be used for document detection.
|
static DocumentModel |
DocumentModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentModel[] |
DocumentModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentLibrary.loadModel(java.lang.String modelPath,
DocumentModel documentModel,
ProcessingUnit processingUnit)
Loads a model into memory from the specified directory.
|
static void |
DocumentLibrary.loadModelBuffer(byte[] modelBuffer,
DocumentModel documentModel,
ProcessingUnit processingUnit)
Loads a model into memory from the specified buffer.
|
void |
MrzReader.setModel(DocumentModel model)
Sets the AI model used to detect the MRZ.
|
void |
DocumentDetector.setModel(DocumentModel model)
Sets the model to be used for document detection.
|
static void |
DocumentLibrary.unloadModel(DocumentModel documentModel,
ProcessingUnit processingUnit)
Unloads a model from memory.
|
Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document