java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.SnapOcr |
SnapOcr
is the class that configures the Snap OCR feature, used to capture
and provide OCR text found in the scanner/camera frames.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enable | enable activates the Snap OCR feature. |
||||||||||
firstSelectionMode | firstSelectionMode specifies how the OCR text is selected. |
||||||||||
resultsSettings | resultsSettings specifies the settings related to the OCR results. |
||||||||||
roiSettings | roiSettings specifies the settings used to define ROIs on the image, inside of which the
OCR text is decoded. |
||||||||||
scanningPolicy | scanningPolicy specifies the scanning policy. |
||||||||||
uiCustomization | uiCustomization specifies the settings related to the UI. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of SnapOcr.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
firstSelectionMode
specifies how the OCR text is selected.
resultsSettings
specifies the settings related to the OCR results.
roiSettings
specifies the settings used to define ROIs on the image, inside of which the
OCR text is decoded. These settings are used only when the first selection mode is set to ROI_PROPOSE or
ROI_SEND. This property can only contain an object of class SnapOcrRoiSettings
.
scanningPolicy
specifies the scanning policy.
uiCustomization
specifies the settings related to the UI.