1#import <Foundation/Foundation.h> 
   13typedef void (^COMProgressBlock)(
int current_page, 
int total_page);
 
   25+ (void)initialize:(NSString *)resourcePath;
 
   34+ (ErrorCode)licenseVerify:(NSString *)license 
 
   35                     deviceId:(NSString *)deviceId 
 
   36                       appId:(NSString *)appId;
 
   43+ (void)setProgress:(COMProgressBlock)handler isMT:(BOOL)isMT;
 
   51+ (int)setDocumentAIModel:(NSString *)modelPath 
 
   52             ocrLanguage:(OCRLanguage)language;
 
   58+ (void)setOCRLanguage:(OCRLanguage)language;
 
   66+ (int)getPageCount:(NSString *)filePath 
 
   67                password:(NSString *)password;
 
Manages all operations related to the SDK library.