2020-02-22 15:38:54 +04:00

12 lines
160 B
Objective-C

#import <UIKit/UIKit.h>
#ifdef __cplusplus
extern "C" {
#endif
NSString *recognizeMRZ(UIImage *input, CGRect *boundingRect);
#ifdef __cplusplus
}
#endif