Skip to content

Commit c09bf51

Browse files
Merge pull request #300 from dynamsoft-docs/preview
update to internal commit a84fe066
2 parents 76e4954 + 6aec98b commit c09bf51

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

programming/android/samples/index.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ needAutoGenerateSidebar: true
77
noTitleIndex: true
88
---
99

10-
# Demo & Samples
11-
12-
- [Demo & Samples](#demo--samples)
13-
- [Demos](#demos)
14-
- [Barcode Scanner Demo](#barcode-scanner-demo)
15-
- [Barcode Decoding Samples](#barcode-decoding-samples)
16-
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
17-
- [Read Single Barcode (With CameraX)](#read-single-barcode-with-camerax)
18-
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
19-
- [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
20-
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
21-
- [Barcode Decoding Performance Settings](#barcode-decoding-performance-settings)
22-
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
23-
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
24-
- [ID Scanning Samples](#id-scanning-samples)
25-
- [Scan a Driver's License (via PDF417 Barcode)](#scan-a-drivers-license-via-pdf417-barcode)
26-
- [Other Use Case Samples](#other-use-case-samples)
27-
- [Scan VIN Barcode](#scan-vin-barcode)
10+
# Demo and Samples
11+
12+
- [Demo and Samples](#demo-and-samples)
13+
- [Demos](#demos)
14+
- [Barcode Scanner Demo](#barcode-scanner-demo)
15+
- [Barcode Decoding Samples](#barcode-decoding-samples)
16+
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
17+
- [Read Single Barcode (With CameraX)](#read-single-barcode-with-camerax)
18+
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
19+
- [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
20+
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
21+
- [Barcode Decoding Performance Settings](#barcode-decoding-performance-settings)
22+
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
23+
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
24+
- [ID Scanning Samples](#id-scanning-samples)
25+
- [Scan a Driver's License (via PDF417 Barcode)](#scan-a-drivers-license-via-pdf417-barcode)
26+
- [Other Use Case Samples](#other-use-case-samples)
27+
- [Scan VIN Barcode](#scan-vin-barcode)
2828

2929
## Demos
3030

@@ -56,19 +56,19 @@ Generally the same as `DecodeWithCameraEnhancer` but using `CameraX` library as
5656

5757
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld){:target="_blank"}
5858

59-
<video controls width="250" autoplay="false">
59+
<!-- <video controls width="250" autoplay="false">
6060
<source src="https://github.com/user-attachments/assets/159ddfcf-7885-495e-bc57-52511a66ae1d">
61-
</video>
61+
</video> -->
6262

6363
### Decode Barcodes from an Image
6464

6565
Decode barcodes from an still image. It shows how to select a image from the album and decode it.
6666

6767
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld){:target="_blank"}
6868

69-
<video controls width="250" autoplay="false">
69+
<!-- <video controls width="250" autoplay="false">
7070
<source src="https://github.com/user-attachments/assets/9f302f01-76aa-41e0-b075-662ecde3de17">
71-
</video>
71+
</video> -->
7272

7373
### Decode Multiple Barcodes from Video Stream
7474

@@ -128,9 +128,9 @@ Scan the PDF417 barcodes on a drivers' license and extract the drivers informati
128128

129129
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/DriversLicenseScanner){:target="_blank"}
130130

131-
<video controls width="250" autoplay="false">
131+
<!-- <video controls width="250" autoplay="false">
132132
<source src="https://github.com/user-attachments/assets/29299e71-936f-4f9b-94ce-d3857d393f3b">
133-
</video>
133+
</video> -->
134134

135135
## Other Use Case Samples
136136

@@ -140,6 +140,6 @@ Scan the vin barcode and extract the vehicle information.
140140

141141
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/VINScanner){:target="_blank"}
142142

143-
<video controls width="250" autoplay="false">
143+
<!-- <video controls width="250" autoplay="false">
144144
<source src="https://github.com/user-attachments/assets/0d1e2cfe-7f6a-4992-b984-81ddaa1d271a">
145-
</video>
145+
</video> -->

programming/maui/samples/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ needAutoGenerateSidebar: true
77
noTitleIndex: true
88
---
99

10-
# Demo & Samples
10+
# Demo and Samples
1111

12-
- [Demo & Samples](#demo--samples)
13-
- [Demos](#demos)
14-
- [Barcode Decoding Samples](#barcode-decoding-samples)
15-
- [BarcodeReaderSimpleSample](#barcodereadersimplesample)
12+
- [Demo and Samples](#demo-and-samples)
13+
- [Demos](#demos)
14+
- [Barcode Decoding Samples](#barcode-decoding-samples)
15+
- [BarcodeReaderSimpleSample](#barcodereadersimplesample)
1616

1717
## Demos
1818

programming/objectivec-swift/samples/index.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ needAutoGenerateSidebar: true
77
noTitleIndex: true
88
---
99

10-
# Demo & Samples
11-
12-
- [Demo & Samples](#demo--samples)
13-
- [Demos](#demos)
14-
- [Barcode Decoding Samples](#barcode-decoding-samples)
15-
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
16-
- [Read Single Barcode (With AVCaptureSession)](#read-single-barcode-with-avcapturesession)
17-
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
18-
- [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
19-
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
20-
- [Barcode Decoding Performance Settings](#barcode-decoding-performance-settings)
21-
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
22-
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
23-
- [ID Scanning Samples](#id-scanning-samples)
24-
- [Scan a Driver's License (via PDF417 Barcode)](#scan-a-drivers-license-via-pdf417-barcode)
25-
- [Other Use Case Samples](#other-use-case-samples)
26-
- [Scan VIN Barcode](#scan-vin-barcode)
10+
# Demo and Samples
11+
12+
- [Demo and Samples](#demo-and-samples)
13+
- [Demos](#demos)
14+
- [Barcode Decoding Samples](#barcode-decoding-samples)
15+
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
16+
- [Read Single Barcode (With AVCaptureSession)](#read-single-barcode-with-avcapturesession)
17+
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
18+
- [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
19+
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
20+
- [Barcode Decoding Performance Settings](#barcode-decoding-performance-settings)
21+
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
22+
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
23+
- [ID Scanning Samples](#id-scanning-samples)
24+
- [Scan a Driver's License (via PDF417 Barcode)](#scan-a-drivers-license-via-pdf417-barcode)
25+
- [Other Use Case Samples](#other-use-case-samples)
26+
- [Scan VIN Barcode](#scan-vin-barcode)
2727

2828
## Demos
2929

@@ -51,19 +51,19 @@ Generally the same as `DecodeWithCameraEnhancer` but using `AVCaptureSession` li
5151

5252
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/HelloWorld/DecodeWithAVCaptureSession){:target="_blank"}
5353

54-
<video controls width="250" autoplay="false">
54+
<!-- <video controls width="250" autoplay="false">
5555
<source src="https://github.com/user-attachments/assets/5d6adaed-976f-40aa-9f58-19980f801ba7">
56-
</video>
56+
</video> -->
5757

5858
### Decode Barcodes from an Image
5959

6060
Decode barcodes from an still image. It shows how to select a image from the album and decode it.
6161

6262
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/HelloWorld/DecodeFromAnImage){:target="_blank"}
6363

64-
<video controls width="250" autoplay="false">
64+
<!-- <video controls width="250" autoplay="false">
6565
<source src="https://github.com/user-attachments/assets/9f13ada8-b253-43a0-8121-60bbebed4696">
66-
</video>
66+
</video> -->
6767

6868
### Decode Multiple Barcodes from Video Stream
6969

@@ -123,9 +123,9 @@ Scan the PDF417 barcodes on a drivers' license and extract the drivers informati
123123

124124
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DriversLicenseScanner){:target="_blank"}
125125

126-
<video controls width="250" autoplay="false">
126+
<!-- <video controls width="250" autoplay="false">
127127
<source src="https://github.com/user-attachments/assets/338a0bcc-afa0-4afd-8372-14373a112d36">
128-
</video>
128+
</video> -->
129129

130130
## Other Use Case Samples
131131

@@ -135,6 +135,6 @@ Scan the vin barcode and extract the vehicle information.
135135

136136
[Check code on GitHub](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/VINScanner){:target="_blank"}
137137

138-
<video controls width="250" autoplay="false">
138+
<!-- <video controls width="250" autoplay="false">
139139
<source src="https://github.com/user-attachments/assets/5d3200a0-1c9f-4428-a58b-f9d7a5a28693">
140-
</video>
140+
</video> -->

0 commit comments

Comments
 (0)