Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Removing JLP -> To be fixed next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Nov 22, 2021
1 parent ca049ba commit 6c7d497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/AnylineExamples.Shared/ExampleList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static class Example
/* Deprecated modes -> Will be removed in December/2021 */
//public static readonly string DrivingLicense = "AT/DE/UK Driving License";
//public static readonly string GermanIDFront = "German ID Front";
public static readonly string JapaneseLandingPermission = "Japanese Landing Permission";
//public static readonly string JapaneseLandingPermission = "Japanese Landing Permission";
public static readonly string LicensePlate = "License Plates";
public static readonly string LicensePlateUS = "License Plate - US";
public static readonly string LicensePlateAfrica = "License Plate - Africa";
Expand Down Expand Up @@ -83,7 +83,7 @@ public static class ExampleList
new ExampleModel(ItemType.Item, Example.MRZ, Category.ID, "id_config_mrz.json"),
//new ExampleModel(ItemType.Item, Example.DrivingLicense, Category.ID, "id_config_driving_license.json"),
//new ExampleModel(ItemType.Item, Example.GermanIDFront, Category.ID, "id_config_german_id_front.json"),
new ExampleModel(ItemType.Item, Example.JapaneseLandingPermission, Category.ID, "id_config_jlp.json"),
// new ExampleModel(ItemType.Item, Example.JapaneseLandingPermission, Category.ID, "id_config_jlp.json"),

new ExampleModel(ItemType.Header, Category.Vehicle, Category.Vehicle, ""),
new ExampleModel(ItemType.Item, Example.LicensePlate, Category.Vehicle, "vehicle_config_license_plate.json"),
Expand Down

0 comments on commit 6c7d497

Please sign in to comment.