9 #import <Foundation/Foundation.h>
10 #import "HCICaptureGeneralDelegate.h"
19 #define MODULE_NAME "HCI_OCR_CAPTURE"
27 @property (nonatomic, copy) NSString *
capKey;
32 @property (nonatomic, copy) NSString *
dataPath;
53 @property (nonatomic, copy) NSString *appKey;
57 @property (nonatomic, copy) NSString *developerKey;
61 @property (nonatomic, copy) NSString *cloudUrl;
65 @property (nonatomic, copy) NSString *authPath;
69 @property (nonatomic, copy) NSString *config;
103 + (void)setLogEnable:(BOOL)enable;
109 - (void)hciInit:(
void (^)(BOOL))block;
130 - (void)recogImageWithAbilityEngine:(UIImage *)image;