diff --git a/src/bindings/csharp/alprnet/Alpr.cs b/src/bindings/csharp/alprnet/Alpr.cs index 9affcdb..74904a4 100644 --- a/src/bindings/csharp/alprnet/Alpr.cs +++ b/src/bindings/csharp/alprnet/Alpr.cs @@ -79,6 +79,7 @@ namespace AlprNet try { native_instance = openalpr_init(country, config_file, runtime_dir); + openalpr_set_detect_region(native_instance, 1); } catch (System.DllNotFoundException) {