Because multiple classes may be returned by do_ocr_single_class_mlp, Character may only contain a single region (a single character). If multiple characters should be classified in a single call, do_ocr_multi_class_mlp must be used. Because do_ocr_multi_class_mlp typically is faster than ...
do_ocr_single_class_mlp— Classify a single character with an OCR classifier. do_ocr_single_class_mlpcomputes the bestNumclasses of the character given by the regionCharacterand the gray valuesImagewith the OCR classifierOCRHandleand returns the classes inClassand the corresponding confidences (proba...
do_ocr_single_class_mlp— Classify a single character with an OCR classifier. Signature Description do_ocr_single_class_mlpcomputes the bestNumclasses of the character given by the regionCharacterand the gray valuesImagewith the OCR classifierOCRHandleand returns the classes inClassand the correspondi...
todo_ocr_single_class_mlp,do_ocr_multi_class_mlpcan classify multiple characters in one call, and therefore typically is faster than a loop that usesdo_ocr_single_class_mlpto classify single characters. However,do_ocr_multi_class_mlpcan only return the best class of each character. Because ...
todo_ocr_single_class_mlp,do_ocr_multi_class_mlpcan classify multiple characters in one call, and therefore typically is faster than a loop that usesdo_ocr_single_class_mlpto classify single characters. However,do_ocr_multi_class_mlpcan only return the best class of each character. Because ...
do_ocr_single_class_mlp— Classify a single character with an OCR classifier. Signature Description do_ocr_single_class_mlpcomputes the bestNumclasses of the character given by the regionCharacterand the gray valuesImagewith the OCR classifierOCRHandleand returns the classes inClassand the correspondi...
do_ocr_single_class_mlp— Classify a single character with an OCR classifier. Signature Description do_ocr_single_class_mlpcomputes the bestNumclasses of the character given by the regionCharacterand the gray valuesImagewith the OCR classifierOCRHandleand returns the classes inClassand the correspondi...