java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.SnapOcrResultSettings |
SnapOcrResultSettings
is the class that configures the Snap OCR settings related to
the OCR results.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
regexFilter | regexFilter is a regular expression used to filter any OCR text, excluding
the values that don't match the filter. |
||||||||||
resultSeparator | resultSeparator is a String providing the separator between results,
only used in concatenated mode. |
||||||||||
resultsCombination | resultsCombination specifies how to send the OCR results, if they are concatenated
in the same barcode result or divided in different results. |
||||||||||
roiPrefixVisible | roiPrefixVisible allows to show the ROI number as prefix inside the OCR
results, when enabled. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of SnapOcrResultSettings.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
regexFilter
is a regular expression used to filter any OCR text, excluding
the values that don't match the filter.
resultSeparator
is a String providing the separator between results,
only used in concatenated mode.
resultsCombination
specifies how to send the OCR results, if they are concatenated
in the same barcode result or divided in different results.
roiPrefixVisible
allows to show the ROI number as prefix inside the OCR
results, when enabled. The prefix is set in the format ROI_NUMBER:OCR_TEXT, where
ROI_NUMBER indicates the index of the ROI inside the ROI settings (starting from 1)
and OCR_TEXT is the original result.
This is the constructor of SnapOcrResultSettings.