Skip to content

Commit 54d73a1

Browse files
Merge pull request #365 from dynamsoft-docs/preview
Preview
2 parents 2bc0250 + 92f1fa7 commit 54d73a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+284
-896
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ dcvb_introduction: /capture-vision/docs/core/introduction/
9090
dcvb_architecture: /capture-vision/docs/core/architecture/
9191
dcvb_parameters: /capture-vision/docs/core/parameters/
9292

93+
dbr_js: /barcode-reader/docs/web/programming/javascript/
94+
dbr_python: /barcode-reader/docs/server/programming/python/
95+
dbr_java: /barcode-reader/docs/server/programming/java/
96+
dbr_dotnet: /barcode-reader/docs/server/programming/dotnet/
97+
dbr_cpp: /barcode-reader/docs/server/programming/cplusplus/
98+
9399
mobile_enum: /barcode-reader/docs/mobile/programming/enumeration/
94100

95101
parameters_reference: /barcode-reader/docs/core/parameters/reference/

_includes/sidelist-programming/programming-android.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,9 @@
629629
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-addon-code.html" class="otherLinkColour">EnableAddOnCode</a></li>
630630
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html" class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
631631
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html" class="otherLinkColour">EnableQRCodeModel1</a></li>
632+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/expected-barcodes-count.html" class="otherLinkColour">ExpectedBarcodesCount</a></li>
632633
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</a></li>
634+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/has-vertical-quietzone.html" class="otherLinkColour">HasVerticalQuietZone</a></li>
633635
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/head-module-ratio.html" class="otherLinkColour">HeadModuleRatio</a></li>
634636
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html" class="otherLinkColour">MinQuietZoneWidth</a></li>
635637
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html" class="otherLinkColour">MinRatioOfBarcodeZoneWidthToHeight</a></li>
@@ -660,7 +662,8 @@
660662
</li>
661663
<li lang="android"><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html" class="otherLinkColour">Global Parameter</a>
662664
<ul>
663-
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter/max-total-image-dimension.html" class="otherLinkColour">MaxTotalImageDimension</a></li>
665+
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#maxtotalimagedimension" class="otherLinkColour">MaxTotalImageDimension</a></li>
666+
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#intraopnumthreads" class="otherLinkColour">IntraOpNumThreads</a></li>
664667
</ul>
665668
</li>
666669
<li lang="android"><a href="{{ site.dcvb_parameters }}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a>
@@ -692,3 +695,8 @@
692695
<li lang="android"><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
693696
<li lang="android" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
694697
<li lang="android" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
698+
<li lang="android" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
699+
<li lang="android" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
700+
<li lang="android" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
701+
<li lang="android" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
702+
<li lang="android" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>

_includes/sidelist-programming/programming-flutter.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,8 @@
415415
<li lang="flutter" ><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">Develop for iOS (Objective-C & Swift)</a></li>
416416
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
417417
<li lang="flutter" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
418+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
419+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
420+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
421+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
422+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>

_includes/sidelist-programming/programming-maui.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,3 +550,8 @@
550550
<li lang="maui" ><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">Develop for iOS (Objective-C & Swift)</a></li>
551551
<li lang="maui" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
552552
<li lang="maui" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
553+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
554+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
555+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
556+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
557+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>

_includes/sidelist-programming/programming-oc.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,9 @@
627627
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-addon-code.html" class="otherLinkColour">EnableAddOnCode</a></li>
628628
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html" class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
629629
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html" class="otherLinkColour">EnableQRCodeModel1</a></li>
630+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/expected-barcodes-count.html" class="otherLinkColour">ExpectedBarcodesCount</a></li>
630631
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</a></li>
632+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/has-vertical-quietzone.html" class="otherLinkColour">HasVerticalQuietZone</a></li>
631633
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/head-module-ratio.html" class="otherLinkColour">HeadModuleRatio</a></li>
632634
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html" class="otherLinkColour">MinQuietZoneWidth</a></li>
633635
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html" class="otherLinkColour">MinRatioOfBarcodeZoneWidthToHeight</a></li>
@@ -658,7 +660,8 @@
658660
</li>
659661
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html" class="otherLinkColour">Global Parameter</a>
660662
<ul>
661-
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter/max-total-image-dimension.html" class="otherLinkColour">MaxTotalImageDimension</a></li>
663+
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#maxtotalimagedimension" class="otherLinkColour">MaxTotalImageDimension</a></li>
664+
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#intraopnumthreads" class="otherLinkColour">IntraOpNumThreads</a></li>
662665
</ul>
663666
</li>
664667
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a>
@@ -691,3 +694,8 @@
691694
<li lang="objectivec-swift"><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
692695
<li lang="objectivec-swift" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
693696
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
697+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
698+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
699+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
700+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
701+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>

programming/android/faq/debug-mode-barcodescannerx.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

programming/android/faq/disable-continuous-scanning.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

programming/android/faq/drivers-license-extraction.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

programming/android/faq/how-to-enable-qr-model-one.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

programming/android/faq/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ Alternatively, here is the general troubleshooting steps:
9292

9393
View the [DriversLicenseScanner sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/Android/DriversLicenseScanner){:target="_blank"} for how to decode the PDF417 barcode on the driver's license and parse the driver's information.
9494

95-
> Note: Parsing the driver's information is an additional feature that requires a [DCV license](https://www.dynamsoft.com/customer/license/trialLicense/?product=cvs&utm_source=github&package=mobile){:target="_blank"}.
95+
<div class="blockquote-note"></div>
96+
> Parsing the driver's information is an additional feature that requires a [DCV license](https://www.dynamsoft.com/customer/license/trialLicense/?product=cvs&utm_source=github&package=mobile){:target="_blank"}.
9697
9798
## Can I reduce the size of the final Android app?
9899

0 commit comments

Comments
 (0)