| Modifier and Type | Method and Description |
|---|---|
static ProcessingUnit |
ProcessingUnit.fromValue(int value)
Creates an enumeration value from int.
|
ProcessingUnit |
MrzReader.getProcessingUnit()
Gets the processing unit where to run the detection process.
|
ProcessingUnit |
DocumentDetector.getProcessingUnit()
Gets the processing unit where to run the detection process.
|
static ProcessingUnit |
ProcessingUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingUnit[] |
ProcessingUnit.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.setProcessingUnit(ProcessingUnit processingUnit)
Sets the processing unit where to run the detection process.
|
void |
DocumentDetector.setProcessingUnit(ProcessingUnit processingUnit)
Sets the processing unit where to run the detection process.
|
static void |
DocumentLibrary.unloadModel(DocumentModel documentModel,
ProcessingUnit processingUnit)
Unloads a model from memory.
|
Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document