twelve17/openalpr-ios

Specify parameters, e.g. country

xcodewarrier opened this issue · 2 comments

There should be a mechanism for developers to specify parameters, e.g. such as -c <country_code>, within the Xcode environment.

I'm not sure where this parameter would be specified. Can you elaborate?

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]
                              );