Specify parameters, e.g. country
xcodewarrier opened this issue · 2 comments
xcodewarrier commented
There should be a mechanism for developers to specify parameters, e.g. such as -c <country_code>, within the Xcode environment.
twelve17 commented
I'm not sure where this parameter would be specified. Can you elaborate?
xcodewarrier commented
In the sample code this is here, thanks, closing this out.
delegate = new alpr::Alpr(
[@"eu" UTF8String],
[[[NSBundle mainBundle] pathForResource:@"openalpr.conf" ofType:nil] UTF8String],
[[[NSBundle mainBundle] pathForResource:@"runtime_data" ofType:nil] UTF8String]
);