You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/cplusplus/samples/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
15
15
| <ahref="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples"target="_blank">BarcodeReader</a> | Read barcodes from an image file, video frames, and directory with image files. |
16
16
| <ahref="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/MRZScanner"target="_blank">MRZScanner</a> | Capture and extract user's information from machine-readable travel documents. |
17
17
| <ahref="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/DriverLicenseScanner"target="_blank">DriverLicenseScanner</a> | Capture and extract user's information from driver license/ID. |
18
-
| <ahref="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/VINScanner"target="_blank">VINScanner</a> | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
19
18
| <ahref="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/DocumentScanner"target="_blank">DocumentScanner</a> | Detect and normalize a document from an image and save the result as a new image. |
20
19
| <ahref="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/GS1AIScanner"target="_blank">GS1AIScanner</a> | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
Copy file name to clipboardExpand all lines: programming/dotnet/samples/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
15
15
| <ahref="https://github.com/Dynamsoft/barcode-reader-dotnet-samples"target="_blank">BarcodeReader</a> | Read barcodes from an image file, video frames, and directory with image files. |
16
16
| <ahref="https://github.com/Dynamsoft/capture-vision-dotnet-samples/tree/main/Samples/MRZScanner"target="_blank">MRZScanner</a> | Capture and extract user's information from machine-readable travel documents. |
17
17
| <ahref="https://github.com/Dynamsoft/capture-vision-dotnet-samples/tree/main/Samples/DriverLicenseScanner"target="_blank">DriverLicenseScanner</a> | Capture and extract user's information from driver license/ID. |
18
-
| <ahref="https://github.com/Dynamsoft/capture-vision-dotnet-samples/tree/main/Samples/VINScanner"target="_blank">VINScanner</a> | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
19
18
| <ahref="https://github.com/Dynamsoft/capture-vision-dotnet-samples/tree/main/Samples/DocumentScanner"target="_blank">DocumentScanner</a> | Detect and normalize a document from an image and save the result as a new image. |
20
19
| <ahref="https://github.com/Dynamsoft/capture-vision-dotnet-samples/tree/main/Samples/GS1AIScanner"target="_blank">GS1AIScanner</a> | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
Copy file name to clipboardExpand all lines: programming/java/samples/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
15
15
| <ahref="https://github.com/Dynamsoft/barcode-reader-java-samples"target="_blank">BarcodeReader</a> | Read barcodes from an image file, video frames, and directory with image files. |
16
16
| <ahref="https://github.com/Dynamsoft/capture-vision-java-samples/tree/main/Samples/MRZScanner"target="_blank">MRZScanner</a> | Capture and extract user's information from machine-readable travel documents. |
17
17
| <ahref="https://github.com/Dynamsoft/capture-vision-java-samples/tree/main/Samples/DriverLicenseScanner"target="_blank">DriverLicenseScanner</a> | Capture and extract user's information from driver license/ID. |
18
-
| <ahref="https://github.com/Dynamsoft/capture-vision-java-samples/tree/main/Samples/VINScanner"target="_blank">VINScanner</a> | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
19
18
| <ahref="https://github.com/Dynamsoft/capture-vision-java-samples/tree/main/Samples/DocumentScanner"target="_blank">DocumentScanner</a> | Detect and normalize a document from an image and save the result as a new image. |
20
19
| <ahref="https://github.com/Dynamsoft/capture-vision-java-samples/tree/main/Samples/GS1AIScanner"target="_blank">GS1AIScanner</a> | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
Copy file name to clipboardExpand all lines: programming/python/samples/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ needAutoGenerateSidebar: false
15
15
| <ahref="https://github.com/Dynamsoft/barcode-reader-python-samples"target="_blank">BarcodeReader</a> | Read barcodes from an image file, video frames, and directory with image files. |
16
16
| <ahref="https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/mrz_scanner.py"target="_blank">MRZScanner</a> | Capture and extract user's information from machine-readable travel documents. |
17
17
| <ahref="https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/driver_license_scanner.py"target="_blank">DriverLicenseScanner</a> | Capture and extract user's information from driver license/ID. |
18
-
| <ahref="https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/vin_scanner.py"target="_blank">VINScanner</a> | Capture and extract vehicle's information from Vehicle Identification Number (VIN). |
19
18
| <ahref="https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/document_scanner.py"target="_blank">DocumentScanner</a> | Detect and normalize a document from an image and save the result as a new image. |
20
19
| <ahref="https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/gs1_ai_scanner.py"target="_blank">GS1AIScanner</a> | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
0 commit comments