From 106b4dc4116dbbd084757d18756ed188a9a32e47 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 24 Apr 2026 16:08:01 +0800 Subject: [PATCH] remove vin sample --- programming/cplusplus/samples/index.md | 1 - programming/dotnet/samples/index.md | 1 - programming/java/samples/index.md | 1 - programming/python/samples/index.md | 1 - 4 files changed, 4 deletions(-) diff --git a/programming/cplusplus/samples/index.md b/programming/cplusplus/samples/index.md index fe0eecb..52efbc8 100644 --- a/programming/cplusplus/samples/index.md +++ b/programming/cplusplus/samples/index.md @@ -34,7 +34,6 @@ In addition to the classic barcode decoding samples listed above, the following | Sample Name | Description | | --- | --- | | DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. | -| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). | | GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. | ## Official Online Demo diff --git a/programming/dotnet/samples/index.md b/programming/dotnet/samples/index.md index 1a7a623..e1e417d 100644 --- a/programming/dotnet/samples/index.md +++ b/programming/dotnet/samples/index.md @@ -32,7 +32,6 @@ In addition to the classic barcode decoding samples listed above, the following | Sample Name | Description | | --- | --- | | DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. | -| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). | | GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. | ## Official Online Demo diff --git a/programming/java/samples/index.md b/programming/java/samples/index.md index d741bee..b616a54 100644 --- a/programming/java/samples/index.md +++ b/programming/java/samples/index.md @@ -32,7 +32,6 @@ In addition to the classic barcode decoding samples listed above, the following | Sample Name | Description | | --- | --- | | DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. | -| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). | | GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. | ## Official Online Demo diff --git a/programming/python/samples/index.md b/programming/python/samples/index.md index 63f17b0..7641b22 100644 --- a/programming/python/samples/index.md +++ b/programming/python/samples/index.md @@ -35,7 +35,6 @@ In addition to the classic barcode decoding samples listed above, the following | Sample Name | Description | | --- | --- | | DriverLicenseScanner | Shows how to capture and extract user's information from driver license/ID. | -| VINScanner | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). | | GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. | ## Official Online Demo