Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ dcvb_introduction: /capture-vision/docs/core/introduction/
dcvb_architecture: /capture-vision/docs/core/architecture/
dcvb_parameters: /capture-vision/docs/core/parameters/

dbr_js: /barcode-reader/docs/web/programming/javascript/
dbr_python: /barcode-reader/docs/server/programming/python/
dbr_java: /barcode-reader/docs/server/programming/java/
dbr_dotnet: /barcode-reader/docs/server/programming/dotnet/
dbr_cpp: /barcode-reader/docs/server/programming/cplusplus/

mobile_enum: /barcode-reader/docs/mobile/programming/enumeration/

parameters_reference: /barcode-reader/docs/core/parameters/reference/
Expand Down
10 changes: 9 additions & 1 deletion _includes/sidelist-programming/programming-android.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,9 @@
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-addon-code.html" class="otherLinkColour">EnableAddOnCode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html" class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html" class="otherLinkColour">EnableQRCodeModel1</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/expected-barcodes-count.html" class="otherLinkColour">ExpectedBarcodesCount</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/has-vertical-quietzone.html" class="otherLinkColour">HasVerticalQuietZone</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/head-module-ratio.html" class="otherLinkColour">HeadModuleRatio</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html" class="otherLinkColour">MinQuietZoneWidth</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html" class="otherLinkColour">MinRatioOfBarcodeZoneWidthToHeight</a></li>
Expand Down Expand Up @@ -660,7 +662,8 @@
</li>
<li lang="android"><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html" class="otherLinkColour">Global Parameter</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter/max-total-image-dimension.html" class="otherLinkColour">MaxTotalImageDimension</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#maxtotalimagedimension" class="otherLinkColour">MaxTotalImageDimension</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#intraopnumthreads" class="otherLinkColour">IntraOpNumThreads</a></li>
</ul>
</li>
<li lang="android"><a href="{{ site.dcvb_parameters }}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a>
Expand Down Expand Up @@ -692,3 +695,8 @@
<li lang="android"><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
<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>
<li lang="android" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
<li lang="android" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
<li lang="android" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
<li lang="android" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
<li lang="android" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
<li lang="android" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>
16 changes: 16 additions & 0 deletions _includes/sidelist-programming/programming-flutter.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}driver-license-user-guide.html" style="cursor:pointer;color:#3c3c3c">Driver License Guide</a></li>
</ul>
</li>
<li lang="flutter"><a style="cursor:pointer;color:#3c3c3c">Explore Features</a>
<ul lang="flutter">
<li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/ui-customization.html" style="cursor:pointer;color:#3c3c3c">UI Customization</a></li>
</ul>
</li>
<li lang="flutter"><a href="{{ site.dbr_flutter }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li>

<li lang="flutter"><a href="{{ site.dbr_flutter_api }}barcode-scanner/index.html" style="cursor:pointer;color:#3c3c3c" class="otherLinkColour">BarcodeScanner API</a>
Expand Down Expand Up @@ -36,6 +41,9 @@
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-view.html" class="otherLinkColour">CameraView</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/torch-button.html" class="otherLinkColour">TorchButton</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/feedback.html" class="otherLinkColour">FeedBack</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
Expand All @@ -55,6 +63,9 @@
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/captured-result-item-type.html" class="otherLinkColour">EnumCapturedResultItemType</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/mapping-status.html" class="otherLinkColour">EnumMappingStatus</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/validation-status.html" class="otherLinkColour">EnumValidationStatus</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/camera-position.html" class="otherLinkColour">EnumCameraPosition</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/enhanced-features-camera.html" class="otherLinkColour">EnumEnhancedFeatures</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/drawing-layer-id.html" class="otherLinkColour">EnumDrawingLayerId</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -404,3 +415,8 @@
<li lang="flutter" ><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">Develop for iOS (Objective-C & Swift)</a></li>
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
<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>
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>
5 changes: 5 additions & 0 deletions _includes/sidelist-programming/programming-maui.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,3 +550,8 @@
<li lang="maui" ><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">Develop for iOS (Objective-C & Swift)</a></li>
<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>
<li lang="maui" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
<li lang="maui" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
<li lang="maui" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
<li lang="maui" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
<li lang="maui" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
<li lang="maui" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>
10 changes: 9 additions & 1 deletion _includes/sidelist-programming/programming-oc.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,9 @@
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-addon-code.html" class="otherLinkColour">EnableAddOnCode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html" class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html" class="otherLinkColour">EnableQRCodeModel1</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/expected-barcodes-count.html" class="otherLinkColour">ExpectedBarcodesCount</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/has-vertical-quietzone.html" class="otherLinkColour">HasVerticalQuietZone</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/head-module-ratio.html" class="otherLinkColour">HeadModuleRatio</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html" class="otherLinkColour">MinQuietZoneWidth</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html" class="otherLinkColour">MinRatioOfBarcodeZoneWidthToHeight</a></li>
Expand Down Expand Up @@ -658,7 +660,8 @@
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html" class="otherLinkColour">Global Parameter</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter/max-total-image-dimension.html" class="otherLinkColour">MaxTotalImageDimension</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#maxtotalimagedimension" class="otherLinkColour">MaxTotalImageDimension</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#intraopnumthreads" class="otherLinkColour">IntraOpNumThreads</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a>
Expand Down Expand Up @@ -691,3 +694,8 @@
<li lang="objectivec-swift"><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
<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>
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">Develop for C++</a></li>
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Develop for Python</a></li>
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Develop for Java</a></li>
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">Develop for .NET</a></li>
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">Develop for JS</a></li>
58 changes: 0 additions & 58 deletions programming/android/faq/debug-mode-barcodescannerx.md

This file was deleted.

15 changes: 0 additions & 15 deletions programming/android/faq/disable-continuous-scanning.md

This file was deleted.

15 changes: 0 additions & 15 deletions programming/android/faq/drivers-license-extraction.md

This file was deleted.

32 changes: 0 additions & 32 deletions programming/android/faq/how-to-enable-qr-model-one.md

This file was deleted.

Loading