Skip to content

Commit c6469ab

Browse files
update to internal commit 1da3c5bf
1 parent 24e2c2c commit c6469ab

File tree

6 files changed

+108
-67
lines changed

6 files changed

+108
-67
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -276,20 +276,6 @@
276276
</li>
277277

278278
<li lang="android" ><a href="{{ site.android_faq }}" class="otherLinkColour">FAQ</a></li>
279-
<!-- <ul lang="android" >
280-
<li lang="android" ><a href="{{ site.android_faq }}disable-continuous-scanning.html" class="otherLinkColour">How do I disable the continuous barcode scanning feature and close the scanner view?</a></li>
281-
<li lang="android" ><a href="{{ site.android_faq }}drivers-license-extraction.html" class="otherLinkColour">How is the driver's license sample able to extract the information into readable fields? Is DBR responsible for this function?</a></li>
282-
<li lang="android" ><a href="{{ site.android_faq }}min-system-requirements.html" class="otherLinkColour">What are the minimum system requirements of DBR Android?</a></li>
283-
<li lang="android" ><a href="{{ site.android_faq }}no-camera-enhancer.html" class="otherLinkColour">Can I use DBR Android without the Camera Enhancer module?</a></li>
284-
<li lang="android" ><a href="{{ site.android_faq }}page-freeze.html" class="otherLinkColour">Why does it sometimes freeze when I enter the scan page?</a></li>
285-
<li lang="android" ><a href="{{ site.android_faq }}reduce-final-size.html" class="otherLinkColour">How do you reduce the final size of the Android app?</a></li>
286-
<li lang="android" ><a href="{{ site.android_faq }}simulator-support.html" class="otherLinkColour">Does DBR Android support simulator devices?</a></li>
287-
<li lang="android" ><a href="{{ site.android_faq }}template-support.html" class="otherLinkColour">On the Barcode Scanner X demo app, there's several modes made for specific use cases, including one for driver licenses. How can I configure my app to do the same?</a></li>
288-
<li lang="android" ><a href="{{ site.android_faq }}troubleshooting-failed-image.html" class="otherLinkColour">My barcode is not being picked up using the Barcode Scanner X app. Does this mean that your SDK cannot read the image?</a></li>
289-
<li lang="android" ><a href="{{ site.android_faq }}proguard.html" class="otherLinkColour">How to Prevent Project Build Failure after Shrinking Code?</a></li>
290-
<li lang="android" ><a href="{{ site.android_faq }}debug-mode-barcodescannerx.html" class="otherLinkColour">How to use debug mode in BarcodeScannerX?</a></li>
291-
<li lang="android" ><a href="{{ site.android_faq }}how-to-enable-qr-model-one.html" class="otherLinkColour">How to enable QR code Model 1 in BarcodeScannerX?</a></li>
292-
</ul> -->
293279

294280
<li lang="android" class="category">UNDERSTANDING DBR</li>
295281
<li lang="android"><a href="{{ site.dcvb_introduction }}index.html" class="otherLinkColour">Overview of DCV</a></li>
@@ -348,7 +334,6 @@
348334
<li lang="android"><a href="{{ site.dcvb_parameters_reference }}target-roi-def/task-setting-name-array.html" class="otherLinkColour">TaskSettingNameArray</a></li>
349335
</ul>
350336
</li>
351-
<li lang="android"><a href="{{ site.dcvb_parameters}}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a></li>
352337
<li lang="android"><a href="{{ site.dcvb_parameters}}file/task-settings/barcode-reader-task-settings.html" class="otherLinkColour">BarcodeReaderTaskSetting Object</a>
353338
<ul>
354339
<li lang="android"><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-colour-modes.html" class="otherLinkColour">BarcodeColourModes</a></li>

_includes/sidelist-programming/programming-maui.html

Lines changed: 24 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
</li>
164164
</ul>
165165
</li>
166+
167+
<li lang="maui"><a href="{{ site.dbr_maui }}faq/" class="otherLinkColour">FAQ</a></li>
168+
169+
166170
<li lang="maui" class="category">UNDERSTANDING DBR</li>
167171
<li lang="maui"><a href="{{ site.dcvb_architecture }}" class="otherLinkColour">Architecture</a>
168172
<ul>
@@ -186,33 +190,32 @@
186190
<li><a href="{{ site.performance }}read-rate.html" class="otherLinkColour">Read Rate</a></li>
187191
</ul>
188192
</li>
189-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/index.html" class="otherLinkColour">Parameter Organization</a>
190-
<ul>
191-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/capture-vision-template.html" class="otherLinkColour">CaptureVisionTemplate Object</a></li>
192-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/image-source.html" class="otherLinkColour">ImageSource Object</a></li>
193-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a></li>
194-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a></li>
195-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/task-settings/barcode-reader-task-settings.html" class="otherLinkColour">BarcodeReaderTaskSetting Object</a></li>
196-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/image-parameter.html" class="otherLinkColour">ImageParameter Object</a></li>
197-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/auxiliary/barcode-format-specification.html" class="otherLinkColour">BarcodeFormatSpecification Object</a></li>
198-
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/auxiliary/global-parameter.html" class="otherLinkColour">GlobalParameter Object</a></li>
199-
</ul>
200-
</li>
201-
<li lang="maui"><a href="{{ site.dcvb_parameters}}reference/index.html" class="otherLinkColour">Parameter Reference</a>
193+
194+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/index.html" class="otherLinkColour">Parameters</a>
202195
<ul>
203-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/" class="otherLinkColour">Capture Vision Template</a>
196+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/capture-vision-template.html" class="otherLinkColour">CaptureVisionTemplate Object</a>
204197
<ul>
205198
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/image-roi-processing-name-array.html" class="otherLinkColour">ImageROIProcessingNameArray</a></li>
206199
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/image-source-name.html" class="otherLinkColour">ImageSourceName</a></li>
207200
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/max-parallel-tasks.html" class="otherLinkColour">MaxParallelTasks</a></li>
208201
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/min-image-capture-interval.html" class="otherLinkColour">MinImageCaptureInterval</a></li>
209202
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/name.html" class="otherLinkColour">Name</a></li>
210203
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/output-original-image.html" class="otherLinkColour">OutputOriginalImage</a></li>
211-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/semantic-processing-name-array.html" class="otherLinkColour">SemanticProcessingNameArray</a></li>
212204
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/timeout.html" class="otherLinkColour">Timeout</a></li>
213205
</ul>
214206
</li>
215-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}target-roi-def/" class="otherLinkColour">Target ROI Def</a>
207+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/image-source.html" class="otherLinkColour">ImageSource Object</a>
208+
<ul>
209+
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/directory-path.html" class="otherLinkColour">DirectoryPath</a></li>
210+
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/file-filter.html" class="otherLinkColour">FileFilter</a></li>
211+
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/name.html" class="otherLinkColour">Name</a></li>
212+
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/pages.html" class="otherLinkColour">Pages</a></li>
213+
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/pdf-reading-mode.html" class="otherLinkColour">PDFReadingMode</a></li>
214+
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/recursive.html" class="otherLinkColour">Recursive</a></li>
215+
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/type.html" class="otherLinkColour">Type</a></li>
216+
</ul>
217+
</li>
218+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a>
216219
<ul>
217220
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
218221
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a></li>
@@ -221,7 +224,7 @@
221224
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}target-roi-def/task-setting-name-array.html" class="otherLinkColour">TaskSettingNameArray</a></li>
222225
</ul>
223226
</li>
224-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/" class="otherLinkColour ">Barcode Reader Task Settings</a>
227+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/task-settings/barcode-reader-task-settings.html" class="otherLinkColour">BarcodeReaderTaskSetting Object</a>
225228
<ul>
226229
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-colour-modes.html" class="otherLinkColour">BarcodeColourModes</a></li>
227230
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-complement-modes.html" class="otherLinkColour">BarcodeComplementModes</a></li>
@@ -241,7 +244,7 @@
241244
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/text-result-order-modes.html" class="otherLinkColour">TextResultOrderModes</a></li>
242245
</ul>
243246
</li>
244-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-parameter/" class="otherLinkColour ">Image Parameter</a>
247+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/image-parameter.html" class="otherLinkColour">ImageParameter Object</a>
245248
<ul>
246249
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-parameter/base-image-parameter-name.html" class="otherLinkColour">BaseImageParameterName</a></li>
247250
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-parameter/binarization-modes.html" class="otherLinkColour">BinarizationModes</a></li>
@@ -257,7 +260,7 @@
257260
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-parameter/texture-detection-modes.html" class="otherLinkColour">TextureDetectionModes</a></li>
258261
</ul>
259262
</li>
260-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/" class="otherLinkColour ">Barcode Format Specification</a>
263+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/auxiliary/barcode-format-specification.html" class="otherLinkColour">BarcodeFormatSpecification Object</a>
261264
<ul>
262265
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/all-module-deviation.html" class="otherLinkColour">AllModuleDeviation</a></li>
263266
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/australian-post-encoding-table.html" class="otherLinkColour">AustralianPostEncodingTable</a></li>
@@ -291,24 +294,14 @@
291294
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/verify-check-digit.html" class="otherLinkColour">VerifyCheckDigit</a></li>
292295
</ul>
293296
</li>
294-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/" class="otherLinkColour ">Image Source</a>
295-
<ul>
296-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/directory-path.html" class="otherLinkColour">DirectoryPath</a></li>
297-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/file-filter.html" class="otherLinkColour">FileFilter</a></li>
298-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/name.html" class="otherLinkColour">Name</a></li>
299-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/pages.html" class="otherLinkColour">Pages</a></li>
300-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/pdf-reading-mode.html" class="otherLinkColour">PDFReadingMode</a></li>
301-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/recursive.html" class="otherLinkColour">Recursive</a></li>
302-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}image-source-options/type.html" class="otherLinkColour">Type</a></li>
303-
</ul>
304-
</li>
305-
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}global-parameter/" class="otherLinkColour ">Global Parameter</a>
297+
<li lang="maui"><a href="{{ site.dcvb_parameters}}file/auxiliary/global-parameter.html" class="otherLinkColour">GlobalParameter Object</a>
306298
<ul>
307299
<li lang="maui"><a href="{{ site.dcvb_parameters_reference }}global-parameter/max-total-image-dimension.html" class="otherLinkColour">MaxTotalImageDimension</a></li>
308300
</ul>
309301
</li>
310302
</ul>
311303
</li>
304+
312305
<li lang="maui" class="category">USEFUL RESOURCES</li>
313306
<li lang="maui"><a href="{{ site.dbr_maui }}release-notes/" class="otherLinkColour">Release Notes</a>
314307
<ul lang="maui">
@@ -317,12 +310,6 @@
317310
</li>
318311
<li lang="maui" ><a href="{{ site.dbr_maui }}migrate-from-xamarin-to-maui.html" class="otherLinkColour">Migrate from Xamarin Forms</a></li>
319312

320-
<li lang="maui"><a class="otherLinkColour">FAQ</a>
321-
<ul lang="maui">
322-
<li lang="maui"><a href="{{ site.dbr_maui }}faq/common-environment-issues.html" class="otherLinkColour">Common Environment Issues</a></li>
323-
</ul>
324-
</li>
325-
326313
<li lang="maui" class="category">OTHERS</li>
327314
<li lang="maui"><a target="_blank" href="{{ site.android }}" class="otherLinkColour refreshLink">Develop for Android (Java & Kotlin)</a></li>
328315
<li lang="maui" ><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">Develop for iOS (Objective-C & Swift)</a></li>

_includes/sidelist-programming/programming-oc.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li lang="objectivec-swift" class="category">DEVELOPMENT ON IOS</li>
1+
<li lang="objectivec-swift" class="category">DEVELOPMENT</li>
22

33
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/index.html" class="otherLinkColour">User Guide</a>
44
<ul lang="objectivec-swift" >
@@ -275,20 +275,7 @@
275275
</ul>
276276
</li>
277277
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}" class="otherLinkColour">FAQ</a></li>
278-
<!-- <ul lang="objectivec-swift" >
279-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}arm64-simulator-error.html" class="otherLinkColour">How do I resolve the "Building for iOS Simulator, but linking in dylib built for iOS" error when building for the iOS simulator?</a></li>
280-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}armv7-architecture-error.html" class="otherLinkColour">How do you solve the "Undefined symbols for architecture armv7" error building on iOS?</a></li>
281-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}bitcode-support.html" class="otherLinkColour">Does the SDK support iOS bitcode framework?</a></li>
282-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}disable-continuous-scanning.html" class="otherLinkColour">How do I disable the continuous barcode scanning feature and close the scanner view?</a></li>
283-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}drivers-license-extraction.html" class="otherLinkColour">How is the driver's license sample able to extract the information into readable fields? Is DBR responsible for this function?</a></li>
284-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}min-system-requirements.html" class="otherLinkColour">What are the minimum system requirements of DBR iOS?</a></li>
285-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}no-camera-enhancer.html" class="otherLinkColour">Can I use DBR iOS without the Camera Enhancer module?</a></li>
286-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}page-freeze.html" class="otherLinkColour">Why does it sometimes freeze when I enter the scan page?</a></li>
287-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}simulator-support.html" class="otherLinkColour">Does DBR iOS support simulator devices?</a></li>
288-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}troubleshooting-failed-image.html" class="otherLinkColour">My barcode is not being picked up using the Barcode Scanner X app. Does this mean that your SDK cannot read the image?</a></li>
289-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}debug-mode-barcodescannerx.html" class="otherLinkColour">How to use debug mode in BarcodeScannerX?</a></li>
290-
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}how-to-enable-qr-model-one.html" class="otherLinkColour">How to enable QR code Model 1 in BarcodeScannerX?</a></li>
291-
</ul> -->
278+
292279
<li lang="objectivec-swift" class="category">UNDERSTANDING DBR</li>
293280
<li lang="objectivec-swift"><a href="{{ site.dcvb_introduction }}index.html" class="otherLinkColour">Overview of DCV</a></li>
294281
<li lang="objectivec-swift"><a href="{{ site.dcvb_architecture }}" class="otherLinkColour">Architecture</a>

programming/android/faq/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Dynamsoft Barcode Reader FAQ - Mobile (Android)
44
keywords: faq, mobile, android
55
description: Dynamsoft Barcode Reader FAQ - Mobile (Android)
66
needAutoGenerateSidebar: true
7+
needGenerateH3Content: false
78
noTitleIndex: false
89
---
910

0 commit comments

Comments
 (0)