This DataType is a structure that defines the results of an OCR reader device scan. Its composition is formally defined in Table 57.
Table 57 – OcrScanResult Structure
Name |
Type |
Description |
Optional |
OcrScanResult |
Structure |
Subtype of ScanResult defined in 9.3.8. |
|
ImageId |
NodeId |
NodeId of the original scan image file object used for this scan result. This image file is also available through the Images folder defined in 6.2.3.2. |
False |
Quality |
Byte |
Returns the probability of correct decoding. |
False |
Position |
Position |
Returns the position of the text within the image The Position DataType is defined in 9.3.5. |
False |
Font |
String |
Returns the font name used for decoding |
True |
DecodingTime |
UtcTime |
Returns the required decoding time |
True |
Its representation in the AddressSpace is defined in Table 58.
Table 58 – OcrScanResult Definition
Attribute |
Value |
|||||
BrowseName |
OcrScanResult |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Other |
|
Subtype of ScanResult defined in 9.3.8. |