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. |
||||||||||
mrvaEnable | mrvaEnable allows to read the MRV-A OCR format. |
||||||||||
mrvbEnable | mrvbEnable allows to read the MRV-B OCR format. |
||||||||||
multiframe | multiframe specifies how many decoded frames must match
before accepting OCR data. |
||||||||||
passportEnable | passportEnable allows to read passport booklet in TD3 size. |
||||||||||
td2Enable | td2Enable allows to read the TD2 OCR format. |
||||||||||
userID | userID specifies the symbology identifier (if any). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of OCR.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.
mrvaEnable
allows to read the MRV-A OCR format.
The data of the machine-readable zone consists of two rows of 44 characters each.
mrvbEnable
allows to read the MRV-B OCR format.
The data of the machine-readable zone consists of two rows of 36 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.
td2Enable
allows to read the TD2 OCR format.
The data of the machine-readable zone consists of two rows of 36 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.
|
---|