java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.OCR |
OCR
is the class that configure the MRZ reader.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
confidence | confidence allows to set minimum confidence used by the OCR
algorithm. |
||||||||||
enable | enable enables or disables the symbology. |
||||||||||
idEnable | idEnable allows to read official travel document in TD1 size. |
||||||||||
multiframe | multiframe specifies how many decoded frames must match
before accepting OCR data. |
||||||||||
passportEnable | passportEnable allows to read passport booklet in TD3 size. |
||||||||||
userID | userID specifies the symbology identifier (if any). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of OCR.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
confidence
allows to set minimum confidence used by the OCR
algorithm. An higher confidence decreases misdecoding probabilities.
idEnable
allows to read official travel document in TD1 size.
The data of the machine-readable zone consists of three rows of 30 characters each.
multiframe
specifies how many decoded frames must match
before accepting OCR data.
passportEnable
allows to read passport booklet in TD3 size.
The data of the machine-readable zone consists of two rows of 44 characters each.
userID
specifies the symbology identifier (if any).
The symbology identifier is sent with the label when the
global decode property sendCodeId
is set to
USERDEFINED_IDENTIFIER_BEFORE_LABEL
or USERDEFINED_IDENTIFIER_AFTER_LABEL
.
This is the constructor of OCR. All symbology options are initialized by editor.
editor | A PropertyGetter used to load the current barcode family.
|
---|