|
FD_C_RecognizerWrapper * | FD_C_CreateRecognizerWrapper (const char *model_file, const char *params_file, const char *label_path, FD_C_RuntimeOptionWrapper *fd_c_runtime_option_wrapper, const FD_C_ModelFormat model_format) |
| Create a new FD_C_RecognizerWrapper object. More...
|
|
| OCR_DECLARE_AND_IMPLEMENT_DESTROY_WRAPPER_FUNCTION (Recognizer, fd_c_recognizer_wrapper) FD_C_Bool FD_C_RecognizerWrapperPredict(FD_C_RecognizerWrapper *fd_c_recognizer_wrapper |
|
| if (successful) |
|
| OCR_DECLARE_AND_IMPLEMENT_INITIALIZED_FUNCTION (Recognizer, fd_c_recognizer_wrapper) FD_C_Bool FD_C_RecognizerWrapperBatchPredict(FD_C_RecognizerWrapper *fd_c_recognizer_wrapper |
|
| for (int i=0;i< imgs.size;i++) |
|
FD_C_Bool | FD_C_RecognizerWrapperBatchPredictWithIndex (FD_C_RecognizerWrapper *fd_c_recognizer_wrapper, FD_C_OneDimMat imgs, FD_C_OneDimArrayCstr *texts, FD_C_OneDimArrayFloat *rec_scores, size_t start_index, size_t end_index, FD_C_OneDimArrayInt32 indices) |
|
FD_C_ClassifierWrapper * | FD_C_CreateClassifierWrapper (const char *model_file, const char *params_file, FD_C_RuntimeOptionWrapper *fd_c_runtime_option_wrapper, const FD_C_ModelFormat model_format) |
| Create a new FD_C_ClassifierWrapper object. More...
|
|
| OCR_DECLARE_AND_IMPLEMENT_DESTROY_WRAPPER_FUNCTION (Classifier, fd_c_classifier_wrapper) FD_C_Bool FD_C_ClassifierWrapperPredict(FD_C_ClassifierWrapper *fd_c_classifier_wrapper |
|
| OCR_DECLARE_AND_IMPLEMENT_INITIALIZED_FUNCTION (Classifier, fd_c_classifier_wrapper) FD_C_Bool FD_C_ClassifierWrapperBatchPredict(FD_C_ClassifierWrapper *fd_c_classifier_wrapper |
|
FD_C_Bool | FD_C_ClassifierWrapperBatchPredictWithIndex (FD_C_ClassifierWrapper *fd_c_classifier_wrapper, FD_C_OneDimMat imgs, FD_C_OneDimArrayInt32 *cls_labels, FD_C_OneDimArrayFloat *cls_scores, size_t start_index, size_t end_index) |
|
FD_C_DBDetectorWrapper * | FD_C_CreateDBDetectorWrapper (const char *model_file, const char *params_file, FD_C_RuntimeOptionWrapper *fd_c_runtime_option_wrapper, const FD_C_ModelFormat model_format) |
| Create a new FD_C_DBDetectorWrapper object. More...
|
|
| OCR_DECLARE_AND_IMPLEMENT_DESTROY_WRAPPER_FUNCTION (DBDetector, fd_c_dbdetector_wrapper) FD_C_Bool FD_C_DBDetectorWrapperPredict(FD_C_DBDetectorWrapper *fd_c_dbdetector_wrapper |
|
| OCR_DECLARE_AND_IMPLEMENT_INITIALIZED_FUNCTION (DBDetector, fd_c_dbdetector_wrapper) FD_C_Bool FD_C_DBDetectorWrapperBatchPredict(FD_C_DBDetectorWrapper *fd_c_dbdetector_wrapper |
|
FD_C_PPOCRv2Wrapper * | FD_C_CreatePPOCRv2Wrapper (FD_C_DBDetectorWrapper *fd_c_det_model_wrapper, FD_C_ClassifierWrapper *fd_c_cls_model_wrapper, FD_C_RecognizerWrapper *fd_c_rec_model_wrapper) |
| Set up the detection model path, classification model path and recognition model path respectively. More...
|
|
| PIPELINE_DECLARE_AND_IMPLEMENT_DESTROY_WRAPPER_FUNCTION (PPOCRv2, fd_c_ppocrv2_wrapper) FD_C_Bool FD_C_PPOCRv2WrapperPredict(FD_C_PPOCRv2Wrapper *fd_c_ppocrv2_wrapper |
|
| FD_C_DestroyOCRResultWrapper (fd_c_ocr_result_wrapper) |
|
| PIPELINE_DECLARE_AND_IMPLEMENT_INITIALIZED_FUNCTION (PPOCRv2, fd_c_ppocrv2_wrapper) FD_C_Bool FD_C_PPOCRv2WrapperBatchPredict(FD_C_PPOCRv2Wrapper *fd_c_ppocrv2_wrapper |
|
FD_C_PPOCRv3Wrapper * | FD_C_CreatePPOCRv3Wrapper (FD_C_DBDetectorWrapper *fd_c_det_model_wrapper, FD_C_ClassifierWrapper *fd_c_cls_model_wrapper, FD_C_RecognizerWrapper *fd_c_rec_model_wrapper) |
| Set up the detection model path, classification model path and recognition model path respectively. More...
|
|
| PIPELINE_DECLARE_AND_IMPLEMENT_DESTROY_WRAPPER_FUNCTION (PPOCRv3, fd_c_ppocrv3_wrapper) FD_C_Bool FD_C_PPOCRv3WrapperPredict(FD_C_PPOCRv3Wrapper *fd_c_ppocrv3_wrapper |
|
| PIPELINE_DECLARE_AND_IMPLEMENT_INITIALIZED_FUNCTION (PPOCRv3, fd_c_ppocrv3_wrapper) FD_C_Bool FD_C_PPOCRv3WrapperBatchPredict(FD_C_PPOCRv3Wrapper *fd_c_ppocrv3_wrapper |
|