Operators |
get_params_ocr_class_cnn — Return the parameters of a CNN-based OCR classifier.
get_params_ocr_class_cnn( : : OCRHandle, GenParamName : GenParamValue)
get_params_ocr_class_cnn returns the parameters GenParamName of an OCR classifier OCRHandle in GenParamValue. This is particularly useful if the classifier was read with read_ocr_class_cnn. The output of get_params_ocr_class_cnn can, for example, be used to check whether a character to be read is contained in the classifier.
Possible values for GenParamName are:
Returns a list of all trained symbols which may be recognized by the CNN-based OCR classifier. Note that if 'characters' is specified then no other generic parameter is allowed. Otherwise an exception is thrown.
Handle of the OCR classifier.
A tuple of generic parameter names.
Default value: 'characters'
A tuple of generic parameter values.
If the parameters are valid, the operator get_params_ocr_class_cnn returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
do_ocr_single_class_cnn, do_ocr_multi_class_cnn
OCR/OCV
Operators |