Operator Reference
clear_text_model (Operator)
clear_text_model
— Clear a text model.
Signature
clear_text_model( : : TextModel : )
Description
clear_text_model
clears the text model in TextModel
and
frees all underlying memory.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters
TextModel
(input_control, state is modified) text_model(-array) →
(handle)
Text model to be cleared.
Result
clear_text_model
returns the value 2 (
H_MSG_TRUE)
.
See also
Module
OCR/OCV