Operators |
close_all_ocrs — Destroy all OCR classifiers.
close_all_ocrs is obsolete and is only provided for reasons of backward compatibility. New applications should not use close_all_ocrs .
close_all_ocrs( : : : )
close_all_ocrs deletes all OCR classifiers and frees the used memory space. All the trained data will be lost.
close_all_ocrs exists solely for the purpose of implementing the “reset program” functionality in HDevelop. close_all_ocrs must not be used in any application.
If it is possible to close the OCR classifiers the operator close_all_ocrs returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised.
OCR/OCV
Operators |