Skip to content

Commit 71342e4

Browse files
Merge pull request #61 from dynamsoft-docs/preview
update to internal commit f0d3e152
2 parents fb50b2c + b4cc0d0 commit 71342e4

File tree

10 files changed

+29
-9
lines changed

10 files changed

+29
-9
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ dlr_python_api: /label-recognition/docs/server/programming/python/api-reference/
4949
ddn_python_api: /document-normalizer/docs/server/programming/python/api-reference/
5050
dcp_python_api: /code-parser/docs/server/programming/python/api-reference/
5151

52+
dcvb_js: /capture-vision/docs/web/programming/javascript/
53+
dcvb_android: /capture-vision/docs/mobile/programming/android/
54+
dcvb_ios: /capture-vision/docs/mobile/programming/ios/
55+
dcvb_maui: /capture-vision/docs/mobile/programming/maui/
56+
5257

5358
baseurl: "/capture-vision/docs/server"
5459

_includes/sidelist-programming/programming-cpp.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<li lang="cplusplus" class="category">DEVELOPMENT</li>
22
<li lang="cplusplus" ><a href="{{ site.dcvb_cpp }}user-guide/index.html" class="otherLinkColour">User Guide</a>
33
<ul>
4-
<li><a href="{{ site.dbr_cpp }}user-guide.html" class="otherLinkColour">Barcode Reader</a></li>
4+
<li><a target="_blank" href="{{ site.dbr_cpp }}user-guide.html" class="otherLinkColour">Barcode Reader</a></li>
55
<li><a href="{{ site.dcvb_cpp }}user-guide/mrz-scanner.html" class="otherLinkColour">MRZ Scanner</a></li>
66
<li><a href="{{ site.dcvb_cpp }}user-guide/document-scanner.html" class="otherLinkColour">Document Scanner</a></li>
77
</ul>
@@ -274,5 +274,9 @@
274274
<ul>
275275
<li><a target="_blank" href="{{ site.dcvb_python }}" class="otherLinkColour refreshLink">Python</a></li>
276276
<li><a target="_blank" href="{{ site.dcvb_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
277+
<li><a target="_blank" href="{{ site.dcvb_js }}" class="otherLinkColour refreshLink">JS</a></li>
278+
<li><a target="_blank" href="{{ site.dcvb_android }}" class="otherLinkColour refreshLink">Android</a></li>
279+
<li><a target="_blank" href="{{ site.dcvb_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
280+
<li><a target="_blank" href="{{ site.dcvb_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
277281
</ul>
278282
</li>

_includes/sidelist-programming/programming-dotnet.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<li lang="dotnet" class="category">DEVELOPMENT</li>
22
<li lang="dotnet" ><a href="{{ site.dcvb_dotnet }}user-guide/index.html" class="otherLinkColour">User Guide</a>
33
<ul>
4-
<li><a href="{{ site.dbr_dotnet }}user-guide.html" class="otherLinkColour">Barcode Reader</a></li>
4+
<li><a target="_blank" href="{{ site.dbr_dotnet }}user-guide.html" class="otherLinkColour">Barcode Reader</a></li>
55
<li><a href="{{ site.dcvb_dotnet }}user-guide/mrz-scanner.html" class="otherLinkColour">MRZ Scanner</a></li>
66
<li><a href="{{ site.dcvb_dotnet }}user-guide/document-scanner.html" class="otherLinkColour">Document Scanner</a></li>
77
</ul>
@@ -208,5 +208,9 @@
208208
<ul>
209209
<li><a target="_blank" href="{{ site.dcvb_python }}" class="otherLinkColour refreshLink">Python</a></li>
210210
<li><a target="_blank" href="{{ site.dcvb_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
211+
<li><a target="_blank" href="{{ site.dcvb_js }}" class="otherLinkColour refreshLink">JS</a></li>
212+
<li><a target="_blank" href="{{ site.dcvb_android }}" class="otherLinkColour refreshLink">Android</a></li>
213+
<li><a target="_blank" href="{{ site.dcvb_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
214+
<li><a target="_blank" href="{{ site.dcvb_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
211215
</ul>
212216
</li>

_includes/sidelist-programming/programming-python.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<li lang="python" class="category">DEVELOPMENT</li>
22
<li lang="python" ><a href="{{ site.dcvb_python }}user-guide/index.html" class="otherLinkColour">User Guide</a>
33
<ul>
4-
<li><a href="{{ site.dbr_python }}user-guide.html" class="otherLinkColour">Barcode Reader</a></li>
4+
<li><a target="_blank" href="{{ site.dbr_python }}user-guide.html" class="otherLinkColour">Barcode Reader</a></li>
55
<li><a href="{{ site.dcvb_python }}user-guide/mrz-scanner.html" class="otherLinkColour">MRZ Scanner</a></li>
66
<li><a href="{{ site.dcvb_python }}user-guide/document-scanner.html" class="otherLinkColour">Document Scanner</a></li>
77
</ul>
@@ -194,5 +194,9 @@
194194
<ul>
195195
<li><a target="_blank" href="{{ site.dcvb_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
196196
<li><a target="_blank" href="{{ site.dcvb_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
197+
<li><a target="_blank" href="{{ site.dcvb_js }}" class="otherLinkColour refreshLink">JS</a></li>
198+
<li><a target="_blank" href="{{ site.dcvb_android }}" class="otherLinkColour refreshLink">Android</a></li>
199+
<li><a target="_blank" href="{{ site.dcvb_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
200+
<li><a target="_blank" href="{{ site.dcvb_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
197201
</ul>
198202
</li>

programming/cplusplus/samples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ needAutoGenerateSidebar: false
1212

1313
| Sample Name | Description |
1414
| --- | --- |
15+
| <a href="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. |
1516
| <a href="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. |
1617
| <a href="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. |
1718
| <a href="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). |
18-
| <a href="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/DocumentScanner" target="_blank">DocumentScanner</a> | The simplest way to detect and normalize a document from an image and save the result as a new image. |
19+
| <a href="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. |
1920

2021
## Official Online Demo
2122
This <a href="https://demo.dynamsoft.com/barcode-reader/" target="_blank">Online Demo</a> is an online barcode scanner for all barcode types. All supported parameters are opened for customization to see how Dynamsoft Barcode Reader works in different usage scenarios.

programming/cplusplus/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /programming/cplusplus/user-guide/index.html
1212

1313
The best way to begin with Dynamsoft Capture Vision C++ Edition is to follow the guides for specific use cases.
1414

15-
- [User Guide for Barcode Reader]({{ site.dbr_cpp }}user-guide.html)
15+
- [User Guide for Barcode Reader]({{ site.dbr_cpp }}user-guide.html){:target="_blank"}
1616

1717
- [User Guide for MRZ Scanner]({{ site.dcvb_cpp }}user-guide/mrz-scanner.html)
1818

programming/dotnet/samples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ needAutoGenerateSidebar: false
1212

1313
| Sample Name | Description |
1414
| --- | --- |
15+
| <a href="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. |
1516
| <a href="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. |
1617
| <a href="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. |
1718
| <a href="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). |
18-
| <a href="https://github.com/Dynamsoft/capture-vision-dotnet-samples/tree/main/Samples/DocumentScanner" target="_blank">DocumentScanner</a> | The simplest way to detect and normalize a document from an image and save the result as a new image. |
19+
| <a href="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. |
1920

2021
## Official Online Demo
2122
This <a href="https://demo.dynamsoft.com/barcode-reader/" target="_blank">Online Demo</a> is an online barcode scanner for all barcode types. All supported parameters are opened for customization to see how Dynamsoft Barcode Reader works in different usage scenarios.

programming/dotnet/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords: user guide index, .NET
99

1010
The best way to begin with Dynamsoft Capture Vision .NET Edition is to follow the guides for specific use cases.
1111

12-
- [User Guide for Barcode Reader]({{ site.dbr_dotnet }}user-guide.html)
12+
- [User Guide for Barcode Reader]({{ site.dbr_dotnet }}user-guide.html){:target="_blank"}
1313

1414
- [User Guide for MRZ Scanner]({{ site.dcvb_dotnet }}user-guide/mrz-scanner.html)
1515

programming/python/samples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ needAutoGenerateSidebar: false
1212

1313
| Sample Name | Description |
1414
| --- | --- |
15+
| <a href="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. |
1516
| <a href="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. |
1617
| <a href="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. |
1718
| <a href="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). |
18-
| <a href="https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/document_scanner.py" target="_blank">DocumentScanner</a> | The simplest way to detect and normalize a document from an image and save the result as a new image. |
19+
| <a href="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. |
1920

2021
## Official Online Demo
2122
This <a href="https://demo.dynamsoft.com/barcode-reader/" target="_blank">Online Demo</a> is an online barcode scanner for all barcode types. All supported parameters are opened for customization to see how Dynamsoft Barcode Reader works in different usage scenarios.

programming/python/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords: user guide index, python
99

1010
The best way to begin with Dynamsoft Capture Vision Python Edition is to follow the guides for specific use cases.
1111

12-
- [User Guide for Barcode Reader]({{ site.dbr_python }}user-guide.html)
12+
- [User Guide for Barcode Reader]({{ site.dbr_python }}user-guide.html){:target="_blank"}
1313

1414
- [User Guide for MRZ Scanner]({{ site.dcvb_python }}user-guide/mrz-scanner.html)
1515

0 commit comments

Comments
 (0)