diff --git a/programming/cplusplus/samples/index.md b/programming/cplusplus/samples/index.md
index 1d7fe08..1353d64 100644
--- a/programming/cplusplus/samples/index.md
+++ b/programming/cplusplus/samples/index.md
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
| BarcodeReader | Read barcodes from an image file, video frames, and directory with image files. |
| MRZScanner | Capture and extract user's information from machine-readable travel documents. |
| DriverLicenseScanner | Capture and extract user's information from driver license/ID. |
-| VINScanner | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| DocumentScanner | Detect and normalize a document from an image and save the result as a new image. |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
diff --git a/programming/dotnet/samples/index.md b/programming/dotnet/samples/index.md
index 2a37fa3..d561311 100644
--- a/programming/dotnet/samples/index.md
+++ b/programming/dotnet/samples/index.md
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
| BarcodeReader | Read barcodes from an image file, video frames, and directory with image files. |
| MRZScanner | Capture and extract user's information from machine-readable travel documents. |
| DriverLicenseScanner | Capture and extract user's information from driver license/ID. |
-| VINScanner | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| DocumentScanner | Detect and normalize a document from an image and save the result as a new image. |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
diff --git a/programming/java/samples/index.md b/programming/java/samples/index.md
index 7a29eae..31b3719 100644
--- a/programming/java/samples/index.md
+++ b/programming/java/samples/index.md
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
| BarcodeReader | Read barcodes from an image file, video frames, and directory with image files. |
| MRZScanner | Capture and extract user's information from machine-readable travel documents. |
| DriverLicenseScanner | Capture and extract user's information from driver license/ID. |
-| VINScanner | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| DocumentScanner | Detect and normalize a document from an image and save the result as a new image. |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
diff --git a/programming/python/samples/index.md b/programming/python/samples/index.md
index e4458b3..25587fc 100644
--- a/programming/python/samples/index.md
+++ b/programming/python/samples/index.md
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
| BarcodeReader | Read barcodes from an image file, video frames, and directory with image files. |
| MRZScanner | Capture and extract user's information from machine-readable travel documents. |
| DriverLicenseScanner | Capture and extract user's information from driver license/ID. |
-| VINScanner | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
| DocumentScanner | Detect and normalize a document from an image and save the result as a new image. |
| GS1AIScanner | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |