1#import <Foundation/Foundation.h>
11typedef void (^COMProgressBlock)(
int current_page,
int total_page);
23+ (void)initialize:(NSString *)resourcePath;
30+ (ErrorCode)licenseVerify:(NSString *)license;
36+ (void)setProgress:(COMProgressBlock)handler isMT:(BOOL)isMT;
43+ (int)setDocumentAIModel:(NSString *)modelPath
44 ocrLanguages:(NSArray<NSNumber *> *)languages;
49+ (void)setOCRLanguage:(NSArray<NSNumber *> *)languages;
56+ (int)getPageCount:(NSString *)filePath
57 password:(NSString *)password;
Global initializer and utilities for the SDK.
void releaseDocumentAIModel()
Release loaded Document AI model.
NSString * getVersion()
Get SDK version string.
void release()
Release all SDK resources.