setTextTypes method of the IDataCaptureService interface
Sets the text types to be used for recognition.
By default, only 'Normal' text type is set. Setting the correct text type will improve recognition accuracy. However, setting multiple text types may slow down the performance.
void setTextTypes( TextType... textTypes );
Parameters
- textTypes
- One or more text types, represented by constants of the TextType enumeration.
02.03.2022 12:59:15