simple-dynamsoft-mcp 5.0.0 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +89 -57
- package/LICENSE +21 -21
- package/README.md +592 -331
- package/data/metadata/data-manifest.json +315 -0
- package/data/metadata/dynamsoft_sdks.json +525 -0
- package/package.json +74 -53
- package/scripts/prebuild-rag-index.mjs +88 -0
- package/scripts/run-gemini-tests.mjs +25 -0
- package/scripts/sync-submodules.mjs +6 -0
- package/scripts/update-data-lock.mjs +124 -0
- package/scripts/update-sdk-versions.mjs +342 -0
- package/scripts/verify-data-lock.mjs +122 -0
- package/src/data-bootstrap.js +255 -0
- package/src/data-root.js +22 -0
- package/src/gemini-retry.js +148 -0
- package/src/index.js +1518 -1230
- package/src/normalizers.js +338 -274
- package/src/rag.js +1203 -589
- package/src/resource-index/builders.js +744 -0
- package/src/resource-index/config.js +226 -0
- package/src/resource-index/docs-loader.js +117 -0
- package/src/resource-index/paths.js +98 -0
- package/src/resource-index/samples.js +723 -0
- package/src/resource-index/uri.js +96 -0
- package/src/resource-index/version-policy.js +164 -0
- package/src/resource-index.js +536 -1220
- package/src/submodule-sync.js +139 -0
- package/code-snippet/dynamic-web-twain/UI-customization/image-editor.html +0 -1052
- package/code-snippet/dynamic-web-twain/UI-customization/loading-bar.html +0 -213
- package/code-snippet/dynamic-web-twain/UI-customization/progress-bar.html +0 -93
- package/code-snippet/dynamic-web-twain/UI-customization/thumbnail.html +0 -352
- package/code-snippet/dynamic-web-twain/UI-customization/without-UI.html +0 -111
- package/code-snippet/dynamic-web-twain/classification/document/SaveToFile.aspx +0 -24
- package/code-snippet/dynamic-web-twain/classification/document/document.html +0 -1142
- package/code-snippet/dynamic-web-twain/classification/tag/SaveToFile.aspx +0 -24
- package/code-snippet/dynamic-web-twain/classification/tag/tag.html +0 -930
- package/code-snippet/dynamic-web-twain/edit-image.html +0 -456
- package/code-snippet/dynamic-web-twain/gen-tree.py +0 -80
- package/code-snippet/dynamic-web-twain/input-options/download.html +0 -73
- package/code-snippet/dynamic-web-twain/input-options/load-from-local-drive.html +0 -60
- package/code-snippet/dynamic-web-twain/input-options/load-images-by-file-type.html +0 -112
- package/code-snippet/dynamic-web-twain/localstorage.html +0 -208
- package/code-snippet/dynamic-web-twain/output-options/convertToBase64.html +0 -161
- package/code-snippet/dynamic-web-twain/output-options/convertToBlob.html +0 -216
- package/code-snippet/dynamic-web-twain/output-options/save.html +0 -188
- package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/DeleteFile.aspx +0 -33
- package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/Download.aspx +0 -92
- package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/SaveToFileEx.aspx +0 -37
- package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/simultaneous-scan-upload.html +0 -351
- package/code-snippet/dynamic-web-twain/output-options/upload/DeleteFile.aspx +0 -33
- package/code-snippet/dynamic-web-twain/output-options/upload/Download.aspx +0 -92
- package/code-snippet/dynamic-web-twain/output-options/upload/SaveToFileEx.aspx +0 -37
- package/code-snippet/dynamic-web-twain/output-options/upload/upload.html +0 -365
- package/code-snippet/dynamic-web-twain/readme.md +0 -54
- package/code-snippet/dynamic-web-twain/scan/auto-remove-blank-page.html +0 -71
- package/code-snippet/dynamic-web-twain/scan/basic-scan.html +0 -227
- package/code-snippet/dynamic-web-twain/scan/capabilities/capabilities.html +0 -296
- package/code-snippet/dynamic-web-twain/scan/custom-data.html +0 -81
- package/code-snippet/dynamic-web-twain/scan/focus-scanUI-always-on-top.html +0 -59
- package/code-snippet/dynamic-web-twain/scan/get-custom-data.html +0 -122
- package/code-snippet/dynamic-web-twain/scan/image-layout.html +0 -224
- package/code-snippet/dynamic-web-twain/scan/mag-data.html +0 -76
- package/code-snippet/dynamic-web-twain/scan/read-barcode.html +0 -87
- package/code-snippet/dynamic-web-twain/scan/scan-one-side.html +0 -181
- package/code-snippet/dynamic-web-twain/scan/transfer-mode.html +0 -215
- package/code-snippet/dynamic-web-twain/scan/xfer-count.html +0 -83
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/build.gradle +0 -36
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/AndroidManifest.xml +0 -23
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/java/com/dynamsoft/scanmultiplebarcodes/MainActivity.java +0 -70
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/layout/activity_main.xml +0 -27
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/values/colors.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/values/strings.xml +0 -3
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/values/themes.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/build.gradle +0 -36
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/AndroidManifest.xml +0 -24
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/java/com/dynamsoft/scansinglebarcode/MainActivity.java +0 -87
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/layout/activity_main.xml +0 -27
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/values/colors.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/values/strings.xml +0 -3
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/values/themes.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/build.gradle +0 -43
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/AndroidManifest.xml +0 -22
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/java/com/dynamsoft/scansinglebarcodekt/MainActivity.kt +0 -73
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/layout/activity_main.xml +0 -27
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/values/colors.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/values/strings.xml +0 -3
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/values/themes.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/build.gradle +0 -37
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/AndroidManifest.xml +0 -27
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadAztec.json +0 -91
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadCommon2D.json +0 -185
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDPM.json +0 -138
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDataMatrix.json +0 -178
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDenseBarcodes.json +0 -138
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDotCode.json +0 -130
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadOneDIndustrial.json +0 -155
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadOneDRetail.json +0 -148
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadQR.json +0 -150
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/HomeActivity.java +0 -98
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ResultActivity.java +0 -45
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ui/HomeItemAdapter.java +0 -77
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ui/HomeItemsRecyclerView.java +0 -75
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ui/ModeInfo.java +0 -41
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/drawable/shape_home_item1.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/drawable/shape_home_item2.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/layout/activity_home.xml +0 -96
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/layout/activity_result.xml +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/layout/layout_home_item.xml +0 -55
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/attr_HomeItemsRecyclerView.xml +0 -9
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/colors.xml +0 -16
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/dimens.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/strings.xml +0 -23
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/themes.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/build.gradle +0 -45
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradle.properties +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradlew +0 -185
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradlew.bat +0 -89
- package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/settings.gradle +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/build.gradle +0 -38
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/AndroidManifest.xml +0 -32
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/CaptureActivity.java +0 -256
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/HomeActivity.java +0 -31
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/settings/PreferencesConstants.java +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/settings/SettingsActivity.java +0 -47
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/drawable/arrow_back_24.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/activity_capture.xml +0 -54
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/activity_home.xml +0 -84
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/activity_settings.xml +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/layout_appbar.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/menu/main_menu.xml +0 -11
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/arrays.xml +0 -20
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/colors.xml +0 -11
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/strings.xml +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/themes.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/xml/root_preferences.xml +0 -28
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/build.gradle +0 -41
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/AndroidManifest.xml +0 -38
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/assets/Templates/ReadFromAnImage.json +0 -118
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/MainActivity.java +0 -211
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/ui/ThumbnailsRecyclerView.java +0 -219
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/ui/resultsview/CustomizedResultsDisplayView.java +0 -142
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/ui/resultsview/ResultsRecyclerView.java +0 -91
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/utils/BitmapUtils.java +0 -74
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/utils/UriUtils.java +0 -116
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/boundary.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/dashed_border.xml +0 -10
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/image_button_state.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/activity_main.xml +0 -155
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/item_result.xml +0 -41
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/item_thumbnail.xml +0 -23
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/results_view.xml +0 -60
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/attr_customized.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/colors.xml +0 -11
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/strings.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/themes.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/xml/dynamsoft_file_paths.xml +0 -6
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/build.gradle +0 -38
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/AndroidManifest.xml +0 -29
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/HomeActivity.java +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/MainActivity.java +0 -121
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/ui/resultsview/CustomizedResultsDisplayView.java +0 -80
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/ui/resultsview/ResultsRecyclerView.java +0 -91
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/activity_home.xml +0 -84
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/activity_main.xml +0 -22
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/item_result.xml +0 -41
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/results_view.xml +0 -48
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/attr_customized.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/colors.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/strings.xml +0 -11
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/themes.xml +0 -18
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/xml/backup_rules.xml +0 -13
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/xml/data_extraction_rules.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/build.gradle +0 -44
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/AndroidManifest.xml +0 -31
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/CameraXImageSourceAdapter.java +0 -64
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/HomeActivity.java +0 -16
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/MainActivity.java +0 -146
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/ui/PreviewWithDrawingQuads.java +0 -94
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/ui/resultsview/CustomizedResultsDisplayView.java +0 -80
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/ui/resultsview/ResultsRecyclerView.java +0 -91
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/activity_home.xml +0 -84
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/activity_main.xml +0 -23
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/item_result.xml +0 -41
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/results_view.xml +0 -48
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/attr_customized.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/colors.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/strings.xml +0 -10
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/themes.xml +0 -18
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/build.gradle +0 -35
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/AndroidManifest.xml +0 -30
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/HomeActivity.java +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/MainActivity.java +0 -138
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/ParseUtil.java +0 -107
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/ResultActivity.java +0 -46
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/layout/activity_home.xml +0 -84
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/layout/activity_main.xml +0 -32
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/layout/activity_result.xml +0 -15
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/values/colors.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/values/strings.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/values/themes.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/build.gradle +0 -47
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/AndroidManifest.xml +0 -37
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/home/HomeActivity.java +0 -42
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/CameraSettings.java +0 -45
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/DecodeSettings.java +0 -279
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/MultiFrameCrossFilterSettings.java +0 -59
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/ResultFeedbackSettings.java +0 -31
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/SettingsCache.java +0 -49
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/scanner/ScannerActivity.java +0 -225
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/scanner/ScannerViewModel.java +0 -67
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/OnItemClickListener.java +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/SettingsActivity.java +0 -37
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/SettingsFragment.java +0 -160
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/SettingsViewModel.java +0 -49
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/barcodeformat/BarcodeFormatsFragment.java +0 -65
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/barcodeformat/BarcodeFormatsViewModel.java +0 -61
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/simplifiedsettings/SimplifiedSettingsFragment.java +0 -60
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/simplifiedsettings/SimplifiedSettingsViewModel.java +0 -24
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/CustomResultDisplayView.java +0 -56
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/ExpandLinearLayout.java +0 -220
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/Extension.java +0 -27
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/RadioGroupWithTitle.java +0 -145
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/ResultsRecyclerView.java +0 -91
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/SingleLineLayout.java +0 -302
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/formatselection/BarcodeFormatConstants.java +0 -80
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/formatselection/FormatSelectionAdapter.java +0 -122
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/formatselection/FormatSelectionView.java +0 -98
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ItemTouchHelperInter.java +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ModeSelectionAdapter.java +0 -174
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ModeSelectionView.java +0 -98
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ModesMapConstant.java +0 -55
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/MyTouchHelperCallBack.java +0 -45
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/enter_pop_slide.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/enter_slide.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/exit_pop_slide.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/exit_slide.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/arrow_back_24.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/icon_right_transparent.xml +0 -4
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_checkbox.xml +0 -6
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_checkbox2.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_checktext_textcolor.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_radiobutton_selected.xml +0 -13
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_radiobutton_textcolor.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_switch_track.xml +0 -20
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/shape_circle_conner_dialog.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/shape_radio_group.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/activity_home.xml +0 -84
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/activity_main.xml +0 -41
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/activity_settings.xml +0 -20
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/dialog_import_template.xml +0 -44
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/format_selection.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/fragment_barcode_format.xml +0 -101
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/fragment_settings.xml +0 -305
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/fragment_simplified_settings.xml +0 -149
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/item_result.xml +0 -42
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_appbar.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_expand_arrow_and_switch.xml +0 -58
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_expand_arrow_only.xml +0 -45
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_expand_switch_only.xml +0 -44
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_radio_group_with_title.xml +0 -46
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_single_line.xml +0 -33
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/modes_selection_spinner_item.xml +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/modes_selection_spinner_text.xml +0 -13
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/results_view.xml +0 -48
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/menu/menu_main.xml +0 -11
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/array.xml +0 -14
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/attrs_customized.xml +0 -65
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/colors.xml +0 -23
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/dimens.xml +0 -20
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/spinner_items.xml +0 -10
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/strings.xml +0 -112
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/themes.xml +0 -29
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/xml/backup_rules.xml +0 -13
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/xml/data_extraction_rules.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/build.gradle +0 -39
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/AndroidManifest.xml +0 -28
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/assets/Templates/ReadMultipleBarcodes.json +0 -116
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/java/com/dynamsoft/dbr/locateanitemwithbarcode/LocateGrabCodeActivity.java +0 -87
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/java/com/dynamsoft/dbr/locateanitemwithbarcode/LocateScanActivity.java +0 -162
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/java/com/dynamsoft/dbr/locateanitemwithbarcode/LocateStartActivity.java +0 -58
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/drawable/arrow_back_24.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/drawable/ic_launcher_background.xml +0 -170
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/layout/activity_grab_code.xml +0 -23
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/layout/activity_locate_start.xml +0 -94
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/layout/activity_scanner.xml +0 -34
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/values/colors.xml +0 -35
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/values/strings.xml +0 -10
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/values/themes.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/build.gradle +0 -34
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/AndroidManifest.xml +0 -27
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/assets/Templates/ReadGS1AIBarcode.json +0 -135
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/java/com/dynamsoft/readgs1ai/HomeActivity.java +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/java/com/dynamsoft/readgs1ai/MainActivity.java +0 -182
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/layout/activity_home.xml +0 -84
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/layout/activity_main.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/values/colors.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/values/strings.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/values/themes.xml +0 -11
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/build.gradle +0 -39
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/AndroidManifest.xml +0 -32
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/HomeActivity.java +0 -17
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/MainActivity.java +0 -272
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/UIHandler.java +0 -14
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/ZoomSeekbarView.java +0 -191
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/drawable/dbr_icon.xml +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/drawable/ic_baseline_shape.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/drawable/shape_circle_bg.xml +0 -16
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/layout/activity_home.xml +0 -84
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/layout/activity_main.xml +0 -77
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/values/colors.xml +0 -8
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/values/strings.xml +0 -10
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/values/themes.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/xml/backup_rules.xml +0 -13
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/xml/data_extraction_rules.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/build.gradle +0 -42
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradle.properties +0 -21
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradlew +0 -185
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradlew.bat +0 -89
- package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/settings.gradle +0 -18
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/AppDelegate.swift +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -36
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Base.lproj/Main.storyboard +0 -52
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/DynamsoftResources.bundle/Templates/ReadMultipleBarcodes.json +0 -139
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/SceneDelegate.swift +0 -51
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/ViewController.swift +0 -161
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes.xcodeproj/project.pbxproj +0 -422
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/AppDelegate.swift +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -36
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Base.lproj/Main.storyboard +0 -52
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/DynamsoftResources.bundle/Templates/ReadSingleBarcode.json +0 -105
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/SceneDelegate.swift +0 -51
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/ViewController.swift +0 -115
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode.xcodeproj/project.pbxproj +0 -422
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/AppDelegate.h +0 -13
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/AppDelegate.m +0 -39
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -36
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Base.lproj/Main.storyboard +0 -52
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/DynamsoftResources.bundle/Templates/ReadSingleBarcode.json +0 -105
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/SceneDelegate.h +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/SceneDelegate.m +0 -56
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/ViewController.h +0 -13
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/ViewController.m +0 -127
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/main.m +0 -17
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc.xcodeproj/project.pbxproj +0 -426
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/BarcodeScannerView.swift +0 -66
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/ContentView.swift +0 -47
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Preview Content/Preview Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUIApp.swift +0 -16
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI.xcodeproj/project.pbxproj +0 -377
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/AppDelegate.swift +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/dynamsoft-logo.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/1d_industrial.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/1d_retail.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/any_codes.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/aztec_code.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/common_2d.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/data_matrix.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/dot_code.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/dpm_code.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/high_density.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/qr_code.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Base.lproj/Main.storyboard +0 -24
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadAztec.json +0 -91
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadCommon1DAnd2D.json +0 -272
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadCommon2D.json +0 -185
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDPM.json +0 -138
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDataMatrix.json +0 -178
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDenseBarcodes.json +0 -138
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDotCode.json +0 -130
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadOneDIndustrial.json +0 -155
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadOneDRetail.json +0 -148
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadQR.json +0 -150
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/ResultViewController.swift +0 -43
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/SceneDelegate.swift +0 -57
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/ViewController.swift +0 -271
- package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples.xcodeproj/project.pbxproj +0 -426
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/AppDelegate.swift +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Base.lproj/Main.storyboard +0 -24
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/CameraViewController.swift +0 -256
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/SceneDelegate.swift +0 -57
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/SettingsViewController.swift +0 -234
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/ViewController.swift +0 -111
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug.xcodeproj/project.pbxproj +0 -387
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/AppDelegate.swift +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/bigGallery.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/bigTakePhoto.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/gallery.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/takePhoto.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Base.lproj/Main.storyboard +0 -52
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Resource/ReadFromAnImage.json +0 -118
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/SceneDelegate.swift +0 -51
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/ViewController.swift +0 -457
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage.xcodeproj/project.pbxproj +0 -389
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/AppDelegate.swift +0 -33
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Base.lproj/Main.storyboard +0 -24
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/CaptureEnhancer.swift +0 -102
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/CaptureViewController.swift +0 -191
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/SceneDelegate.swift +0 -57
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/ViewController.swift +0 -111
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession.xcodeproj/project.pbxproj +0 -423
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/AppDelegate.swift +0 -33
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Base.lproj/Main.storyboard +0 -32
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/CameraViewController.swift +0 -170
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/SceneDelegate.swift +0 -57
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/ViewController.swift +0 -111
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer.xcodeproj/project.pbxproj +0 -419
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/AppDelegate.swift +0 -29
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Base.lproj/Main.storyboard +0 -52
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/CameraViewController.swift +0 -231
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Category/UIDevice+Addition.swift +0 -59
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Category/UIView+Frame.swift +0 -80
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/DriverLicenseResultViewController.swift +0 -168
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Info.plist +0 -8
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Utils/Dynamsoft.swift +0 -27
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/ViewController.swift +0 -111
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner.xcodeproj/project.pbxproj +0 -447
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/AppDelegate.swift +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/arrow-circle/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/arrow-circle/arrow-circle-down.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/arrow-circle/arrow-circle-up.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/BarcodeFormatViewController.swift +0 -249
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Base.lproj/Main.storyboard +0 -24
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/CameraViewController.swift +0 -305
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/CustomTableViewCell.swift +0 -234
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/Mode+Extension.swift +0 -129
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/PickerPopupView.swift +0 -145
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/SettingRow.swift +0 -332
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/UIColor+Extension.swift +0 -19
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/SceneDelegate.swift +0 -57
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/SettingsViewController.swift +0 -589
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/SimplifiedSettingsViewController.swift +0 -532
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/ViewController.swift +0 -111
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings.xcodeproj/project.pbxproj +0 -387
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/AppDelegate.swift +0 -45
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/scan.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Base.lproj/Main.storyboard +0 -145
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/CameraViewController.swift +0 -187
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/ReadMultipleBarcodes.json +0 -116
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/SceneDelegate.swift +0 -51
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/ViewController.swift +0 -55
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode.xcodeproj/project.pbxproj +0 -429
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/AppDelegate.swift +0 -35
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Base.lproj/Main.storyboard +0 -24
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/CameraViewController.swift +0 -114
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/DynamsoftResources.bundle/Root.plist +0 -61
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/DynamsoftResources.bundle/Templates/ReadGS1AI.json +0 -135
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/DynamsoftResources.bundle/en.lproj/Root.strings +0 -0
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Info.plist +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/SceneDelegate.swift +0 -57
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/ViewController.swift +0 -111
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI.xcodeproj/project.pbxproj +0 -389
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/AppDelegate.swift +0 -20
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/icon_arrow_camera_zoom_close.imageset/Contents.json +0 -22
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Base.lproj/Main.storyboard +0 -52
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/CameraViewController.swift +0 -231
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Category/UIDevice+Addition.swift +0 -58
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Category/UIView+Frame.swift +0 -60
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Info.plist +0 -8
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/TinyBarcodeDecoding-Bridging-Header.h +0 -4
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Utils/Dynamsoft.swift +0 -53
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/ViewController.swift +0 -111
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Views/CameraSettingView.swift +0 -71
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Views/CameraZoomFloatingButton.swift +0 -56
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Views/CameraZoomSlider.swift +0 -104
- package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding.xcodeproj/project.pbxproj +0 -473
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadAztec.json +0 -99
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBarcodes_Default.json +0 -113
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBarcodes_ReadRateFirst.json +0 -144
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBarcodes_SpeedFirst.json +0 -151
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBlurry1DBarcode.json +0 -149
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadDPM.json +0 -83
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadDenseQRCode.json +0 -105
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadDotcode.json +0 -125
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadInvertedBarcode.json +0 -57
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadMultipleBarcode.json +0 -103
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadOneDIndustrial.json +0 -133
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadOneDRetail.json +0 -137
- package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadSingleBarcode.json +0 -174
- package/code-snippet/dynamsoft-barcode-reader/python/README.md +0 -82
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/ReadDPM.json +0 -83
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/camera.py +0 -96
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/file.py +0 -82
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/general_settings.py +0 -80
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/multi_format_image_processing.py +0 -79
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/parameter_tuner.py +0 -166
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/read_an_image.py +0 -45
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/read_dpm_barcode.py +0 -53
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/read_multiple_images.py +0 -55
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/server_side_barcode_decoder.py +0 -108
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/show_localized_vs_decoded_barcodes.py +0 -145
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/utils.py +0 -60
- package/code-snippet/dynamsoft-barcode-reader/python/Samples/video_decoding.py +0 -147
- package/code-snippet/dynamsoft-barcode-reader/web/README.md +0 -81
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/README.md +0 -42
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/.editorconfig +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/README.md +0 -422
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/angular.json +0 -99
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/package.json +0 -39
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/app.component.css +0 -42
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/app.component.html +0 -14
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/app.component.ts +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/dynamsoft.config.ts +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/image-capture/image-capture.component.css +0 -20
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/image-capture/image-capture.component.html +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/image-capture/image-capture.component.ts +0 -66
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/video-capture/video-capture.component.css +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/video-capture/video-capture.component.html +0 -8
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/video-capture/video-capture.component.ts +0 -109
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/assets/.gitkeep +0 -0
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/index.html +0 -19
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/main.ts +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/styles.css +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/tsconfig.app.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/tsconfig.json +0 -32
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/tsconfig.spec.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/.editorconfig +0 -17
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/README.md +0 -33
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/angular.json +0 -100
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/package.json +0 -37
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.component.css +0 -24
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.component.html +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.component.ts +0 -53
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.config.ts +0 -8
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.routes.ts +0 -3
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/index.html +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/main.ts +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/styles.css +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/tsconfig.app.json +0 -15
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/tsconfig.json +0 -27
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/tsconfig.spec.json +0 -15
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/README.md +0 -372
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/App.razor +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/BlazorApp.csproj +0 -18
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/MainLayout.razor +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/MainLayout.razor.css +0 -77
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/NavMenu.razor +0 -39
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/NavMenu.razor.css +0 -91
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Pages/DecodeImage.razor +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Pages/DecodeVideo.razor +0 -48
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Pages/Home.razor +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Program.cs +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Properties/launchSettings.json +0 -41
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/_Imports.razor +0 -10
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/BlazorApp.csproj.nuget.dgspec.json +0 -108
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/BlazorApp.csproj.nuget.g.props +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/BlazorApp.csproj.nuget.g.targets +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/BlazorApp.AssemblyInfo.cs +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig +0 -53
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/BlazorApp.GlobalUsings.g.cs +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/project.assets.json +0 -2137
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/decodeImage.js +0 -34
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/decodeVideo.js +0 -70
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/index.html +0 -72
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/App.razor +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/BlazorApp.csproj +0 -18
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Layout/MainLayout.razor +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Pages/Home.razor +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Program.cs +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Properties/launchSettings.json +0 -41
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/README.md +0 -17
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/_Imports.razor +0 -10
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/BlazorApp.csproj.nuget.dgspec.json +0 -108
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/BlazorApp.csproj.nuget.g.props +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/BlazorApp.csproj.nuget.g.targets +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/BlazorApp.AssemblyInfo.cs +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig +0 -41
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/BlazorApp.GlobalUsings.g.cs +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/project.assets.json +0 -2137
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/wwwroot/index.html +0 -63
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/README.md +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/README.md +0 -43
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/build.gradle +0 -54
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/capacitor.build.gradle +0 -19
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/AndroidManifest.xml +0 -42
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/java/com/dynamsoft/dbrjs/MainActivity.java +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -34
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/layout/activity_main.xml +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/values/ic_launcher_background.xml +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/values/strings.xml +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/values/styles.xml +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/xml/file_paths.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +0 -18
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/build.gradle +0 -29
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/capacitor.settings.gradle +0 -3
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradle.properties +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradlew +0 -252
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradlew.bat +0 -94
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/settings.gradle +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/variables.gradle +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/capacitor.config.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/index.ts +0 -35
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/AppDelegate.swift +0 -49
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Base.lproj/LaunchScreen.storyboard +0 -32
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Base.lproj/Main.storyboard +0 -19
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Info.plist +0 -51
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App.xcodeproj/project.pbxproj +0 -408
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/Podfile +0 -24
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/package.json +0 -24
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/public/index.html +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/rollup.config.mjs +0 -28
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/tsconfig.json +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/README.md +0 -241
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/action.js +0 -70
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/index.html +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/main.js +0 -29
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/package.json +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/style.css +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/README.md +0 -31
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/action.js +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/index.html +0 -61
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/main.js +0 -29
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/package.json +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/style.css +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/es6/README.md +0 -18
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/es6/scan-using-foundational-api/es6.html +0 -94
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/es6/scan-using-rtu-api/es6.html +0 -88
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/index.html +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/index.ts +0 -68
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/package.json +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/rollup.config.mjs +0 -27
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/tsconfig.json +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/README.md +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/index.ts +0 -35
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/package.json +0 -20
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/public/index.html +0 -17
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/rollup.config.mjs +0 -28
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/tsconfig.json +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/.eslintrc.json +0 -3
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/README.md +0 -434
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/globals.css +0 -10
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/layout.tsx +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/page.css +0 -33
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/page.tsx +0 -51
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/ImageCapture/ImageCapture.css +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/ImageCapture/ImageCapture.tsx +0 -76
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/VideoCapture/VideoCapture.css +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/VideoCapture/VideoCapture.tsx +0 -122
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/dynamsoft.config.ts +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/next.config.mjs +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/package.json +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/tsconfig.json +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/README.md +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/README.md +0 -383
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/app.vue +0 -74
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/assets/main.css +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/components/ImageCapture.client.vue +0 -88
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/components/VideoCapture.client.vue +0 -107
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/dynamsoft.config.ts +0 -20
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/nuxt.config.ts +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/package.json +0 -18
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/tsconfig.json +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/README.md +0 -307
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.json +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/service-worker.js +0 -92
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/README.md +0 -17
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.html +0 -99
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.json +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/service-worker.js +0 -92
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/README.md +0 -396
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/package.json +0 -45
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/public/index.html +0 -45
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/public/manifest.json +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/App.css +0 -50
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/App.tsx +0 -48
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/ImageCapture/ImageCapture.css +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/ImageCapture/ImageCapture.tsx +0 -76
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/VideoCapture/VideoCapture.css +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/VideoCapture/VideoCapture.tsx +0 -114
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/dynamsoft.config.ts +0 -20
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/index.css +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/index.tsx +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/react-app-env.d.ts +0 -1
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/tsconfig.json +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/README.md +0 -33
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/index.html +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/package.json +0 -29
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/src/App.tsx +0 -59
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/src/main.tsx +0 -9
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/tsconfig.app.json +0 -27
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/tsconfig.json +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/tsconfig.node.json +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/vite.config.ts +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/requirejs/README.md +0 -18
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/requirejs/scan-using-foundational-api/requirejs.html +0 -98
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/requirejs/scan-using-rtu-api/requirejs.html +0 -94
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/README.md +0 -351
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/index.html +0 -18
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/package.json +0 -24
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/App.svelte +0 -88
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/components/ImageCapture.svelte +0 -95
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/components/VideoCapture.svelte +0 -119
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/dynamsoft.config.ts +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/main.ts +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/vite-env.d.ts +0 -2
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/svelte.config.js +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/tsconfig.json +0 -20
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/tsconfig.node.json +0 -10
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/vite.config.ts +0 -8
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/README.md +0 -33
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/index.html +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/package.json +0 -24
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/src/App.svelte +0 -55
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/src/main.ts +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/src/vite-env.d.ts +0 -2
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/svelte.config.js +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/tsconfig.json +0 -20
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/tsconfig.node.json +0 -10
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/vite.config.ts +0 -8
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/README.md +0 -30
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/README.md +0 -379
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/env.d.ts +0 -1
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/index.html +0 -19
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/package.json +0 -26
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/App.vue +0 -72
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/assets/main.css +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/components/ImageCapture.vue +0 -87
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/components/VideoCapture.vue +0 -106
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/dynamsoft.config.ts +0 -20
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/main.ts +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/tsconfig.config.json +0 -9
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/tsconfig.json +0 -17
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/vite.config.ts +0 -15
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/README.md +0 -33
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/index.html +0 -12
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/package.json +0 -22
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/src/App.vue +0 -52
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/src/main.ts +0 -4
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/src/vite-env.d.ts +0 -1
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/tsconfig.app.json +0 -15
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/tsconfig.json +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/tsconfig.node.json +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/vite.config.ts +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/README.md +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/README.md +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/build.gradle +0 -45
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/AndroidManifest.xml +0 -28
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/assets/decodeBarcodeInVideo.html +0 -83
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt +0 -105
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -30
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/layout/activity_main.xml +0 -15
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values/colors.xml +0 -10
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values/strings.xml +0 -3
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values/themes.xml +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values-night/themes.xml +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/xml/backup_rules.xml +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/xml/data_extraction_rules.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/build.gradle +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradle.properties +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradlew +0 -185
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradlew.bat +0 -89
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/settings.gradle +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/README.md +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/AppDelegate.swift +0 -36
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Base.lproj/Main.storyboard +0 -33
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Info.plist +0 -27
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/SceneDelegate.swift +0 -52
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/ViewController.swift +0 -116
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/html/decodeFileInVideo.html +0 -83
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview.xcodeproj/project.pbxproj +0 -373
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/README.md +0 -24
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/build.gradle +0 -45
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/proguard-rules.pro +0 -21
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/AndroidManifest.xml +0 -28
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/assets/decodeBarcodeInVideo.html +0 -85
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt +0 -105
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -30
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/layout/activity_main.xml +0 -15
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values/colors.xml +0 -10
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values/strings.xml +0 -3
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values/themes.xml +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values-night/themes.xml +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/xml/backup_rules.xml +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/xml/data_extraction_rules.xml +0 -19
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/build.gradle +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradle.properties +0 -23
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradlew +0 -185
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradlew.bat +0 -89
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/settings.gradle +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/README.md +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/AppDelegate.swift +0 -36
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Assets.xcassets/Contents.json +0 -6
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard +0 -25
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Base.lproj/Main.storyboard +0 -33
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Info.plist +0 -27
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/SceneDelegate.swift +0 -52
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/ViewController.swift +0 -116
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/html/decodeFileInVideo.html +0 -85
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview.xcodeproj/project.pbxproj +0 -373
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/code-snippet/dynamsoft-barcode-reader/web/hello-world.html +0 -87
- package/code-snippet/dynamsoft-barcode-reader/web/index.html +0 -1271
- package/code-snippet/dynamsoft-barcode-reader/web/read-an-image.html +0 -72
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/README.md +0 -30
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/batch-inventory/README.md +0 -41
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/batch-inventory/index.css +0 -160
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/batch-inventory/index.html +0 -157
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/cart-builder/README.md +0 -43
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/cart-builder/cart-builder.html +0 -272
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/README.md +0 -57
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/app.js +0 -43
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/package.json +0 -16
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/pem/ryans-cert.pem +0 -13
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/pem/ryans-csr.pem +0 -11
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/pem/ryans-key.pem +0 -15
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/public/index.html +0 -198
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/locate-an-item-with-barcode/README.md +0 -38
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/locate-an-item-with-barcode/index.html +0 -735
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/pick-one-to-fill/README.md +0 -35
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/pick-one-to-fill/index.css +0 -112
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/pick-one-to-fill/index.html +0 -113
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/README.md +0 -39
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/index.html +0 -170
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/read_dl.json +0 -124
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/style.css +0 -154
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/README.md +0 -49
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-foundational-api/index.css +0 -180
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-foundational-api/index.html +0 -297
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-foundational-api/read_and_parse_gs1.json +0 -159
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/convert-GS1AI-title.js +0 -386
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/index.html +0 -285
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/rtu_gs1.json +0 -163
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/style.css +0 -200
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/README.md +0 -40
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/index.html +0 -146
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/read_vin.json +0 -139
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/style.css +0 -155
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Industrial/README.md +0 -40
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Industrial/ReadOneDIndustrial.json +0 -155
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Industrial/index.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Retail/README.md +0 -37
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Retail/ReadOneDRetail.json +0 -148
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Retail/index.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-and-search/README.md +0 -39
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-and-search/scan-and-search.html +0 -266
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-1D-and-2D/README.md +0 -31
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-1D-and-2D/ReadCommon1DAnd2D.json +0 -205
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-1D-and-2D/index.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-2D-codes/README.md +0 -37
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-2D-codes/ReadCommon2D.json +0 -188
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-2D-codes/index.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-datamatrix-code/README.md +0 -29
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-datamatrix-code/ReadDataMatrix.json +0 -184
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-datamatrix-code/index.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-from-distance/README.md +0 -36
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-from-distance/ReadDistantBarcodes.json +0 -155
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-from-distance/index.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-qr-code/README.md +0 -37
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-qr-code/ReadQR.json +0 -156
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-qr-code/index.html +0 -103
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/show-result-texts-on-the-video/README.md +0 -32
- package/code-snippet/dynamsoft-barcode-reader/web/scenarios/show-result-texts-on-the-video/show-result-texts-on-the-video.html +0 -179
- package/code-snippet/dynamsoft-document-viewer/angular/.editorconfig +0 -16
- package/code-snippet/dynamsoft-document-viewer/angular/README.md +0 -42
- package/code-snippet/dynamsoft-document-viewer/angular/angular.json +0 -104
- package/code-snippet/dynamsoft-document-viewer/angular/package-lock.json +0 -12264
- package/code-snippet/dynamsoft-document-viewer/angular/package.json +0 -39
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.css +0 -6
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.html +0 -7
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.spec.ts +0 -10
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.ts +0 -19
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.config.ts +0 -8
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.routes.ts +0 -3
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.css +0 -4
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.html +0 -1
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.spec.ts +0 -22
- package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.ts +0 -30
- package/code-snippet/dynamsoft-document-viewer/angular/src/assets/.gitkeep +0 -0
- package/code-snippet/dynamsoft-document-viewer/angular/src/favicon.ico +0 -0
- package/code-snippet/dynamsoft-document-viewer/angular/src/index.html +0 -13
- package/code-snippet/dynamsoft-document-viewer/angular/src/main.ts +0 -6
- package/code-snippet/dynamsoft-document-viewer/angular/src/styles.css +0 -13
- package/code-snippet/dynamsoft-document-viewer/angular/tsconfig.app.json +0 -14
- package/code-snippet/dynamsoft-document-viewer/angular/tsconfig.json +0 -34
- package/code-snippet/dynamsoft-document-viewer/angular/tsconfig.spec.json +0 -14
- package/code-snippet/dynamsoft-document-viewer/hello-world.html +0 -49
- package/code-snippet/dynamsoft-document-viewer/next/README.md +0 -42
- package/code-snippet/dynamsoft-document-viewer/next/next.config.ts +0 -27
- package/code-snippet/dynamsoft-document-viewer/next/package-lock.json +0 -1919
- package/code-snippet/dynamsoft-document-viewer/next/package.json +0 -24
- package/code-snippet/dynamsoft-document-viewer/next/public/next.svg +0 -1
- package/code-snippet/dynamsoft-document-viewer/next/public/vercel.svg +0 -1
- package/code-snippet/dynamsoft-document-viewer/next/src/app/components/Viewer.css +0 -4
- package/code-snippet/dynamsoft-document-viewer/next/src/app/components/Viewer.tsx +0 -40
- package/code-snippet/dynamsoft-document-viewer/next/src/app/favicon.ico +0 -0
- package/code-snippet/dynamsoft-document-viewer/next/src/app/globals.css +0 -18
- package/code-snippet/dynamsoft-document-viewer/next/src/app/layout.tsx +0 -32
- package/code-snippet/dynamsoft-document-viewer/next/src/app/page.tsx +0 -19
- package/code-snippet/dynamsoft-document-viewer/next/tsconfig.json +0 -27
- package/code-snippet/dynamsoft-document-viewer/react-vite/README.md +0 -42
- package/code-snippet/dynamsoft-document-viewer/react-vite/eslint.config.js +0 -38
- package/code-snippet/dynamsoft-document-viewer/react-vite/index.html +0 -13
- package/code-snippet/dynamsoft-document-viewer/react-vite/package-lock.json +0 -4880
- package/code-snippet/dynamsoft-document-viewer/react-vite/package.json +0 -30
- package/code-snippet/dynamsoft-document-viewer/react-vite/src/App.css +0 -18
- package/code-snippet/dynamsoft-document-viewer/react-vite/src/App.jsx +0 -13
- package/code-snippet/dynamsoft-document-viewer/react-vite/src/assets/react.svg +0 -1
- package/code-snippet/dynamsoft-document-viewer/react-vite/src/components/Viewer.css +0 -4
- package/code-snippet/dynamsoft-document-viewer/react-vite/src/components/Viewer.jsx +0 -31
- package/code-snippet/dynamsoft-document-viewer/react-vite/src/index.css +0 -13
- package/code-snippet/dynamsoft-document-viewer/react-vite/src/main.jsx +0 -7
- package/code-snippet/dynamsoft-document-viewer/react-vite/vite.config.js +0 -19
- package/code-snippet/dynamsoft-document-viewer/vue/.eslintrc.cjs +0 -15
- package/code-snippet/dynamsoft-document-viewer/vue/.prettierrc.json +0 -8
- package/code-snippet/dynamsoft-document-viewer/vue/README.md +0 -42
- package/code-snippet/dynamsoft-document-viewer/vue/env.d.ts +0 -1
- package/code-snippet/dynamsoft-document-viewer/vue/index.html +0 -13
- package/code-snippet/dynamsoft-document-viewer/vue/package-lock.json +0 -3340
- package/code-snippet/dynamsoft-document-viewer/vue/package.json +0 -36
- package/code-snippet/dynamsoft-document-viewer/vue/public/favicon.ico +0 -0
- package/code-snippet/dynamsoft-document-viewer/vue/src/App.vue +0 -29
- package/code-snippet/dynamsoft-document-viewer/vue/src/Component/Viewer.vue +0 -35
- package/code-snippet/dynamsoft-document-viewer/vue/src/index.html +0 -13
- package/code-snippet/dynamsoft-document-viewer/vue/src/main.ts +0 -5
- package/code-snippet/dynamsoft-document-viewer/vue/tsconfig.app.json +0 -13
- package/code-snippet/dynamsoft-document-viewer/vue/tsconfig.json +0 -11
- package/code-snippet/dynamsoft-document-viewer/vue/tsconfig.node.json +0 -17
- package/code-snippet/dynamsoft-document-viewer/vue/vite.config.ts +0 -29
- package/data/ddv-api-docs.json +0 -1279
- package/data/dynamsoft_sdks.json +0 -243
- package/data/web-twain-api-docs.json +0 -1881
package/src/resource-index.js
CHANGED
|
@@ -1,1220 +1,536 @@
|
|
|
1
|
-
import { readFileSync
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
} from "./
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
const
|
|
80
|
-
|
|
81
|
-
if (
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
const
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
const productScoped = text.match(/(?:dbr|dwt|ddv)[^0-9]*(\d{1,2})(?:\.\d+)?/i);
|
|
538
|
-
const match = explicit || productScoped;
|
|
539
|
-
if (!match) return null;
|
|
540
|
-
const major = Number.parseInt(match[1], 10);
|
|
541
|
-
return Number.isNaN(major) ? null : major;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
function ensureLatestMajor({ product, version, query, edition, platform }) {
|
|
545
|
-
const inferredProduct = product || inferProductFromQuery(query);
|
|
546
|
-
if (!inferredProduct) return { ok: true };
|
|
547
|
-
|
|
548
|
-
const latestMajor = LATEST_MAJOR[inferredProduct];
|
|
549
|
-
const requestedMajor = parseMajorVersion(version) ?? detectMajorFromQuery(query);
|
|
550
|
-
|
|
551
|
-
if (!requestedMajor || requestedMajor === latestMajor) {
|
|
552
|
-
return { ok: true, latestMajor };
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
if (inferredProduct === "ddv") {
|
|
556
|
-
return {
|
|
557
|
-
ok: false,
|
|
558
|
-
message: `This MCP server only serves the latest major version of DDV (v${latestMajor}).`
|
|
559
|
-
};
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
if (inferredProduct === "dbr" && requestedMajor < 9) {
|
|
563
|
-
return {
|
|
564
|
-
ok: false,
|
|
565
|
-
message: `This MCP server only serves the latest major version of DBR (v${latestMajor}). DBR versions prior to v9 are not available.`
|
|
566
|
-
};
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
if (inferredProduct === "dwt" && requestedMajor < 16) {
|
|
570
|
-
return {
|
|
571
|
-
ok: false,
|
|
572
|
-
message: `This MCP server only serves the latest major version of DWT (v${latestMajor}). DWT versions prior to v16 are not available.`
|
|
573
|
-
};
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
if (inferredProduct === "dbr") {
|
|
577
|
-
const link = getLegacyLink("dbr", String(requestedMajor), edition, platform);
|
|
578
|
-
const fallback = formatLegacyLinksForDBR(requestedMajor);
|
|
579
|
-
return {
|
|
580
|
-
ok: false,
|
|
581
|
-
message: [
|
|
582
|
-
`This MCP server only serves the latest major version of DBR (v${latestMajor}).`,
|
|
583
|
-
link ? `Legacy docs: ${link}` : fallback
|
|
584
|
-
].join("\n")
|
|
585
|
-
};
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
if (inferredProduct === "dwt") {
|
|
589
|
-
const available = Object.keys(LEGACY_DWT_LINKS).sort();
|
|
590
|
-
const link = getLegacyLink("dwt", String(version), edition, platform);
|
|
591
|
-
const legacyNote = link
|
|
592
|
-
? `Legacy docs: ${link}`
|
|
593
|
-
: `Available archived DWT versions: ${available.join(", ")}`;
|
|
594
|
-
return {
|
|
595
|
-
ok: false,
|
|
596
|
-
message: [
|
|
597
|
-
`This MCP server only serves the latest major version of DWT (v${latestMajor}).`,
|
|
598
|
-
legacyNote
|
|
599
|
-
].join("\n")
|
|
600
|
-
};
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
return { ok: false, message: "Unsupported version request." };
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
function parseResourceUri(uri) {
|
|
607
|
-
if (!uri || !uri.includes("://")) return null;
|
|
608
|
-
const [scheme, rest] = uri.split("://");
|
|
609
|
-
const parts = rest.split("/").filter(Boolean);
|
|
610
|
-
if (parts.length < 4) return { scheme, parts };
|
|
611
|
-
return {
|
|
612
|
-
scheme,
|
|
613
|
-
product: parts[0],
|
|
614
|
-
edition: parts[1],
|
|
615
|
-
platform: parts[2],
|
|
616
|
-
version: parts[3],
|
|
617
|
-
parts
|
|
618
|
-
};
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
function parseSampleUri(uri) {
|
|
622
|
-
const parsed = parseResourceUri(uri);
|
|
623
|
-
if (!parsed || parsed.scheme !== "sample" || !parsed.product) return null;
|
|
624
|
-
|
|
625
|
-
if (parsed.product === "dbr" && parsed.edition === "mobile") {
|
|
626
|
-
return {
|
|
627
|
-
product: "dbr",
|
|
628
|
-
edition: "mobile",
|
|
629
|
-
platform: parsed.platform,
|
|
630
|
-
version: parsed.version,
|
|
631
|
-
level: parsed.parts[4],
|
|
632
|
-
sampleName: parsed.parts[5]
|
|
633
|
-
};
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
if (parsed.product === "dbr" && parsed.edition === "web") {
|
|
637
|
-
return {
|
|
638
|
-
product: "dbr",
|
|
639
|
-
edition: "web",
|
|
640
|
-
platform: parsed.platform,
|
|
641
|
-
version: parsed.version,
|
|
642
|
-
category: parsed.parts[4],
|
|
643
|
-
sampleName: parsed.parts[5]
|
|
644
|
-
};
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
if (parsed.product === "dbr" && (parsed.edition === "python" || parsed.edition === "server")) {
|
|
648
|
-
return {
|
|
649
|
-
product: "dbr",
|
|
650
|
-
edition: parsed.edition,
|
|
651
|
-
platform: parsed.platform,
|
|
652
|
-
version: parsed.version,
|
|
653
|
-
sampleName: parsed.parts[4]
|
|
654
|
-
};
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
if (parsed.product === "dwt") {
|
|
658
|
-
return {
|
|
659
|
-
product: "dwt",
|
|
660
|
-
edition: parsed.edition,
|
|
661
|
-
platform: parsed.platform,
|
|
662
|
-
version: parsed.version,
|
|
663
|
-
category: parsed.parts[4],
|
|
664
|
-
sampleName: parsed.parts[5]
|
|
665
|
-
};
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
if (parsed.product === "ddv") {
|
|
669
|
-
return {
|
|
670
|
-
product: "ddv",
|
|
671
|
-
edition: parsed.edition,
|
|
672
|
-
platform: parsed.platform,
|
|
673
|
-
version: parsed.version,
|
|
674
|
-
sampleName: parsed.parts[4]
|
|
675
|
-
};
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
return null;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
function getSampleIdFromUri(uri) {
|
|
682
|
-
const parsed = parseSampleUri(uri);
|
|
683
|
-
if (!parsed) return "";
|
|
684
|
-
return parsed.sampleName || "";
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
function getSampleEntries({ product, edition, platform }) {
|
|
688
|
-
const normalizedProduct = normalizeProduct(product);
|
|
689
|
-
const normalizedPlatform = normalizePlatform(platform);
|
|
690
|
-
const normalizedEdition = normalizeEdition(edition, normalizedPlatform, normalizedProduct);
|
|
691
|
-
|
|
692
|
-
return resourceIndex.filter((entry) => {
|
|
693
|
-
if (entry.type !== "sample") return false;
|
|
694
|
-
if (normalizedProduct && entry.product !== normalizedProduct) return false;
|
|
695
|
-
if (!editionMatches(normalizedEdition, entry.edition)) return false;
|
|
696
|
-
if (!platformMatches(normalizedPlatform, entry)) return false;
|
|
697
|
-
return true;
|
|
698
|
-
});
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
function buildVersionPolicyText() {
|
|
702
|
-
const dbrMajor = LATEST_MAJOR.dbr;
|
|
703
|
-
const dwtMajor = LATEST_MAJOR.dwt;
|
|
704
|
-
const ddvMajor = LATEST_MAJOR.ddv;
|
|
705
|
-
const dwtLegacyVersions = Object.keys(LEGACY_DWT_LINKS).sort().join(", ");
|
|
706
|
-
|
|
707
|
-
const lines = [
|
|
708
|
-
"# Version Policy",
|
|
709
|
-
"",
|
|
710
|
-
"This MCP server only serves the latest major versions of each product.",
|
|
711
|
-
"",
|
|
712
|
-
`- DBR latest major: v${dbrMajor}`,
|
|
713
|
-
`- DWT latest major: v${dwtMajor}`,
|
|
714
|
-
`- DDV latest major: v${ddvMajor}`,
|
|
715
|
-
"",
|
|
716
|
-
"Legacy support:",
|
|
717
|
-
"- DBR v9 and v10 docs are linked when requested.",
|
|
718
|
-
`- DWT archived docs available: ${dwtLegacyVersions || "none"}.`,
|
|
719
|
-
"",
|
|
720
|
-
"Requests for older major versions are refused with a helpful message."
|
|
721
|
-
];
|
|
722
|
-
|
|
723
|
-
return lines.join("\n");
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
function buildIndexData() {
|
|
727
|
-
const dbrMobileVersion = LATEST_VERSIONS.dbr.mobile;
|
|
728
|
-
const dbrWebVersion = LATEST_VERSIONS.dbr.web;
|
|
729
|
-
const dbrServerVersion = LATEST_VERSIONS.dbr.server;
|
|
730
|
-
const dwtVersion = LATEST_VERSIONS.dwt.web;
|
|
731
|
-
const ddvVersion = LATEST_VERSIONS.ddv.web;
|
|
732
|
-
|
|
733
|
-
const dbrWebSamples = discoverWebSamples();
|
|
734
|
-
const dbrWebFrameworks = getDbrWebFrameworkPlatforms();
|
|
735
|
-
const ddvSamples = discoverDdvSamples();
|
|
736
|
-
const ddvWebFrameworks = getDdvWebFrameworkPlatforms();
|
|
737
|
-
|
|
738
|
-
return {
|
|
739
|
-
products: {
|
|
740
|
-
dbr: {
|
|
741
|
-
latestMajor: LATEST_MAJOR.dbr,
|
|
742
|
-
editions: {
|
|
743
|
-
mobile: {
|
|
744
|
-
version: dbrMobileVersion,
|
|
745
|
-
platforms: ["android", "ios"],
|
|
746
|
-
samples: {
|
|
747
|
-
android: discoverMobileSamples("android"),
|
|
748
|
-
ios: discoverMobileSamples("ios")
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
web: {
|
|
752
|
-
version: dbrWebVersion,
|
|
753
|
-
platforms: ["js", ...dbrWebFrameworks],
|
|
754
|
-
samples: dbrWebSamples
|
|
755
|
-
},
|
|
756
|
-
server: {
|
|
757
|
-
version: dbrServerVersion,
|
|
758
|
-
platforms: ["python", "cpp", "java", "dotnet"],
|
|
759
|
-
samples: {
|
|
760
|
-
python: discoverPythonSamples()
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
dwt: {
|
|
766
|
-
latestMajor: LATEST_MAJOR.dwt,
|
|
767
|
-
editions: {
|
|
768
|
-
web: {
|
|
769
|
-
version: dwtVersion,
|
|
770
|
-
platforms: ["js"],
|
|
771
|
-
sampleCategories: discoverDwtSamples(),
|
|
772
|
-
docCount: dwtDocs.articles.length,
|
|
773
|
-
docTitles: dwtDocs.articles.map((article) => ({
|
|
774
|
-
title: article.title,
|
|
775
|
-
category: article.breadcrumb || ""
|
|
776
|
-
}))
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
ddv: {
|
|
781
|
-
latestMajor: LATEST_MAJOR.ddv,
|
|
782
|
-
editions: {
|
|
783
|
-
web: {
|
|
784
|
-
version: ddvVersion,
|
|
785
|
-
platforms: ["js", ...ddvWebFrameworks],
|
|
786
|
-
samples: ddvSamples,
|
|
787
|
-
docCount: ddvDocs.articles.length,
|
|
788
|
-
docTitles: ddvDocs.articles.map((article) => ({
|
|
789
|
-
title: article.title,
|
|
790
|
-
category: article.breadcrumb || ""
|
|
791
|
-
}))
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
};
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
function buildResourceIndex() {
|
|
800
|
-
addResourceToIndex({
|
|
801
|
-
id: "index",
|
|
802
|
-
uri: "doc://index",
|
|
803
|
-
type: "index",
|
|
804
|
-
title: "Dynamsoft MCP Index",
|
|
805
|
-
summary: "Compact index of products, editions, versions, samples, and docs.",
|
|
806
|
-
mimeType: "application/json",
|
|
807
|
-
tags: ["index", "overview", "catalog"],
|
|
808
|
-
pinned: true,
|
|
809
|
-
loadContent: async () => ({
|
|
810
|
-
text: JSON.stringify(buildIndexData(), null, 2),
|
|
811
|
-
mimeType: "application/json"
|
|
812
|
-
})
|
|
813
|
-
});
|
|
814
|
-
|
|
815
|
-
addResourceToIndex({
|
|
816
|
-
id: "version-policy",
|
|
817
|
-
uri: "doc://version-policy",
|
|
818
|
-
type: "policy",
|
|
819
|
-
title: "Version Policy",
|
|
820
|
-
summary: "Latest major versions only; legacy docs are linked for select versions.",
|
|
821
|
-
mimeType: "text/markdown",
|
|
822
|
-
tags: ["policy", "version", "support"],
|
|
823
|
-
pinned: true,
|
|
824
|
-
loadContent: async () => ({
|
|
825
|
-
text: buildVersionPolicyText(),
|
|
826
|
-
mimeType: "text/markdown"
|
|
827
|
-
})
|
|
828
|
-
});
|
|
829
|
-
|
|
830
|
-
const dbrMobileVersion = LATEST_VERSIONS.dbr.mobile;
|
|
831
|
-
const dbrWebVersion = LATEST_VERSIONS.dbr.web;
|
|
832
|
-
const dbrServerVersion = LATEST_VERSIONS.dbr.server;
|
|
833
|
-
const dwtVersion = LATEST_VERSIONS.dwt.web;
|
|
834
|
-
const ddvVersion = LATEST_VERSIONS.ddv.web;
|
|
835
|
-
|
|
836
|
-
// DBR mobile samples (main file only)
|
|
837
|
-
for (const platform of ["android", "ios"]) {
|
|
838
|
-
const samples = discoverMobileSamples(platform);
|
|
839
|
-
for (const level of ["high-level", "low-level"]) {
|
|
840
|
-
for (const sampleName of samples[level]) {
|
|
841
|
-
addResourceToIndex({
|
|
842
|
-
id: `dbr-mobile-${platform}-${level}-${sampleName}`,
|
|
843
|
-
uri: `sample://dbr/mobile/${platform}/${dbrMobileVersion}/${level}/${sampleName}`,
|
|
844
|
-
type: "sample",
|
|
845
|
-
product: "dbr",
|
|
846
|
-
edition: "mobile",
|
|
847
|
-
platform,
|
|
848
|
-
version: dbrMobileVersion,
|
|
849
|
-
majorVersion: LATEST_MAJOR.dbr,
|
|
850
|
-
title: `${sampleName} (${platform}, ${level})`,
|
|
851
|
-
summary: `DBR mobile ${platform} ${level} sample ${sampleName}.`,
|
|
852
|
-
mimeType: "text/plain",
|
|
853
|
-
tags: ["sample", "dbr", "mobile", platform, level, sampleName],
|
|
854
|
-
loadContent: async () => {
|
|
855
|
-
const samplePath = getMobileSamplePath(platform, level, sampleName);
|
|
856
|
-
const mainFile = getMainCodeFile(platform, samplePath);
|
|
857
|
-
if (!mainFile) {
|
|
858
|
-
return { text: "Sample not found", mimeType: "text/plain" };
|
|
859
|
-
}
|
|
860
|
-
const content = readCodeFile(mainFile.path);
|
|
861
|
-
const ext = mainFile.filename.split(".").pop() || "";
|
|
862
|
-
return { text: content, mimeType: getMimeTypeForExtension(ext) };
|
|
863
|
-
}
|
|
864
|
-
});
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
// DBR Python samples
|
|
870
|
-
for (const sampleName of discoverPythonSamples()) {
|
|
871
|
-
addResourceToIndex({
|
|
872
|
-
id: `dbr-python-${sampleName}`,
|
|
873
|
-
uri: `sample://dbr/python/python/${dbrServerVersion}/${sampleName}`,
|
|
874
|
-
type: "sample",
|
|
875
|
-
product: "dbr",
|
|
876
|
-
edition: "python",
|
|
877
|
-
platform: "python",
|
|
878
|
-
version: dbrServerVersion,
|
|
879
|
-
majorVersion: LATEST_MAJOR.dbr,
|
|
880
|
-
title: `Python sample: ${sampleName}`,
|
|
881
|
-
summary: `DBR Python sample ${sampleName}.`,
|
|
882
|
-
mimeType: "text/x-python",
|
|
883
|
-
tags: ["sample", "dbr", "python", sampleName],
|
|
884
|
-
loadContent: async () => {
|
|
885
|
-
const samplePath = getPythonSamplePath(sampleName);
|
|
886
|
-
const content = existsSync(samplePath) ? readCodeFile(samplePath) : "Sample not found";
|
|
887
|
-
return { text: content, mimeType: "text/x-python" };
|
|
888
|
-
}
|
|
889
|
-
});
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
// DBR web samples
|
|
893
|
-
const webCategories = discoverWebSamples();
|
|
894
|
-
for (const [category, samples] of Object.entries(webCategories)) {
|
|
895
|
-
for (const sampleName of samples) {
|
|
896
|
-
addResourceToIndex({
|
|
897
|
-
id: `dbr-web-${category}-${sampleName}`,
|
|
898
|
-
uri: `sample://dbr/web/web/${dbrWebVersion}/${category}/${sampleName}`,
|
|
899
|
-
type: "sample",
|
|
900
|
-
product: "dbr",
|
|
901
|
-
edition: "web",
|
|
902
|
-
platform: "web",
|
|
903
|
-
version: dbrWebVersion,
|
|
904
|
-
majorVersion: LATEST_MAJOR.dbr,
|
|
905
|
-
title: `Web sample: ${sampleName} (${category})`,
|
|
906
|
-
summary: `DBR web sample ${category}/${sampleName}.`,
|
|
907
|
-
mimeType: "text/html",
|
|
908
|
-
tags: ["sample", "dbr", "web", category, sampleName],
|
|
909
|
-
loadContent: async () => {
|
|
910
|
-
const samplePath = getWebSamplePath(category, sampleName);
|
|
911
|
-
const content = samplePath && existsSync(samplePath) ? readCodeFile(samplePath) : "Sample not found";
|
|
912
|
-
return { text: content, mimeType: "text/html" };
|
|
913
|
-
}
|
|
914
|
-
});
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
// DWT samples
|
|
919
|
-
const dwtCategories = discoverDwtSamples();
|
|
920
|
-
for (const [category, samples] of Object.entries(dwtCategories)) {
|
|
921
|
-
for (const sampleName of samples) {
|
|
922
|
-
addResourceToIndex({
|
|
923
|
-
id: `dwt-${category}-${sampleName}`,
|
|
924
|
-
uri: `sample://dwt/web/web/${dwtVersion}/${category}/${sampleName}`,
|
|
925
|
-
type: "sample",
|
|
926
|
-
product: "dwt",
|
|
927
|
-
edition: "web",
|
|
928
|
-
platform: "web",
|
|
929
|
-
version: dwtVersion,
|
|
930
|
-
majorVersion: LATEST_MAJOR.dwt,
|
|
931
|
-
title: `DWT sample: ${sampleName} (${category})`,
|
|
932
|
-
summary: `Dynamic Web TWAIN sample ${category}/${sampleName}.`,
|
|
933
|
-
mimeType: "text/html",
|
|
934
|
-
tags: ["sample", "dwt", category, sampleName],
|
|
935
|
-
loadContent: async () => {
|
|
936
|
-
const samplePath = getDwtSamplePath(category, sampleName);
|
|
937
|
-
const content = samplePath && existsSync(samplePath) ? readCodeFile(samplePath) : "Sample not found";
|
|
938
|
-
return { text: content, mimeType: "text/html" };
|
|
939
|
-
}
|
|
940
|
-
});
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
// DWT documentation articles
|
|
945
|
-
for (let i = 0; i < dwtDocs.articles.length; i++) {
|
|
946
|
-
const article = dwtDocs.articles[i];
|
|
947
|
-
const slug = `${encodeURIComponent(article.title)}-${i}`;
|
|
948
|
-
const tags = ["doc", "dwt"];
|
|
949
|
-
if (article.breadcrumb) {
|
|
950
|
-
tags.push(...article.breadcrumb.toLowerCase().split(/\s*>\s*/));
|
|
951
|
-
}
|
|
952
|
-
addResourceToIndex({
|
|
953
|
-
id: `dwt-doc-${i}`,
|
|
954
|
-
uri: `doc://dwt/web/web/${dwtVersion}/${slug}`,
|
|
955
|
-
type: "doc",
|
|
956
|
-
product: "dwt",
|
|
957
|
-
edition: "web",
|
|
958
|
-
platform: "web",
|
|
959
|
-
version: dwtVersion,
|
|
960
|
-
majorVersion: LATEST_MAJOR.dwt,
|
|
961
|
-
title: article.title,
|
|
962
|
-
summary: article.breadcrumb || "Dynamic Web TWAIN documentation",
|
|
963
|
-
embedText: article.content,
|
|
964
|
-
mimeType: "text/markdown",
|
|
965
|
-
tags,
|
|
966
|
-
loadContent: async () => {
|
|
967
|
-
const content = [
|
|
968
|
-
`# ${article.title}`,
|
|
969
|
-
"",
|
|
970
|
-
article.breadcrumb ? `**Category:** ${article.breadcrumb}` : "",
|
|
971
|
-
article.url ? `**URL:** ${article.url}` : "",
|
|
972
|
-
"",
|
|
973
|
-
"---",
|
|
974
|
-
"",
|
|
975
|
-
article.content
|
|
976
|
-
].filter(Boolean).join("\n");
|
|
977
|
-
return { text: content, mimeType: "text/markdown" };
|
|
978
|
-
}
|
|
979
|
-
});
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
// DDV samples
|
|
983
|
-
for (const sampleName of discoverDdvSamples()) {
|
|
984
|
-
addResourceToIndex({
|
|
985
|
-
id: `ddv-${sampleName}`,
|
|
986
|
-
uri: `sample://ddv/web/web/${ddvVersion}/${sampleName}`,
|
|
987
|
-
type: "sample",
|
|
988
|
-
product: "ddv",
|
|
989
|
-
edition: "web",
|
|
990
|
-
platform: "web",
|
|
991
|
-
version: ddvVersion,
|
|
992
|
-
majorVersion: LATEST_MAJOR.ddv,
|
|
993
|
-
title: `DDV sample: ${sampleName}`,
|
|
994
|
-
summary: `Dynamsoft Document Viewer sample ${sampleName}.`,
|
|
995
|
-
mimeType: "text/plain",
|
|
996
|
-
tags: ["sample", "ddv", "document-viewer", "web", sampleName],
|
|
997
|
-
loadContent: async () => {
|
|
998
|
-
const samplePath = getDdvSamplePath(sampleName);
|
|
999
|
-
if (!samplePath || !existsSync(samplePath)) {
|
|
1000
|
-
return { text: "Sample not found", mimeType: "text/plain" };
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
const stat = statSync(samplePath);
|
|
1004
|
-
if (stat.isDirectory()) {
|
|
1005
|
-
const readmePath = join(samplePath, "README.md");
|
|
1006
|
-
if (existsSync(readmePath)) {
|
|
1007
|
-
return { text: readCodeFile(readmePath), mimeType: "text/markdown" };
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
const codeFiles = findCodeFilesInSample(samplePath);
|
|
1011
|
-
if (codeFiles.length === 0) {
|
|
1012
|
-
const entries = readdirSync(samplePath, { withFileTypes: true })
|
|
1013
|
-
.filter((entry) => entry.isFile())
|
|
1014
|
-
.map((entry) => entry.name);
|
|
1015
|
-
return {
|
|
1016
|
-
text: entries.length ? entries.join("\n") : "Sample found, but no code files detected.",
|
|
1017
|
-
mimeType: "text/plain"
|
|
1018
|
-
};
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
const preferredNames = [
|
|
1022
|
-
"main.tsx",
|
|
1023
|
-
"main.jsx",
|
|
1024
|
-
"main.ts",
|
|
1025
|
-
"main.js",
|
|
1026
|
-
"App.tsx",
|
|
1027
|
-
"App.jsx",
|
|
1028
|
-
"App.vue",
|
|
1029
|
-
"Viewer.tsx",
|
|
1030
|
-
"Viewer.jsx",
|
|
1031
|
-
"Viewer.vue"
|
|
1032
|
-
];
|
|
1033
|
-
const preferred = codeFiles.find((file) => preferredNames.includes(file.filename)) || codeFiles[0];
|
|
1034
|
-
const content = readCodeFile(preferred.path);
|
|
1035
|
-
return { text: content, mimeType: getMimeTypeForExtension(preferred.extension) };
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
const ext = extname(samplePath).replace(".", "");
|
|
1039
|
-
return { text: readCodeFile(samplePath), mimeType: getMimeTypeForExtension(ext) };
|
|
1040
|
-
}
|
|
1041
|
-
});
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
// DDV documentation articles
|
|
1045
|
-
for (let i = 0; i < ddvDocs.articles.length; i++) {
|
|
1046
|
-
const article = ddvDocs.articles[i];
|
|
1047
|
-
if (!article.title) continue;
|
|
1048
|
-
const slug = `${encodeURIComponent(article.title)}-${i}`;
|
|
1049
|
-
const tags = ["doc", "ddv"];
|
|
1050
|
-
if (article.breadcrumb) {
|
|
1051
|
-
tags.push(...article.breadcrumb.toLowerCase().split(/\s*>\s*/));
|
|
1052
|
-
}
|
|
1053
|
-
addResourceToIndex({
|
|
1054
|
-
id: `ddv-doc-${i}`,
|
|
1055
|
-
uri: `doc://ddv/web/web/${ddvVersion}/${slug}`,
|
|
1056
|
-
type: "doc",
|
|
1057
|
-
product: "ddv",
|
|
1058
|
-
edition: "web",
|
|
1059
|
-
platform: "web",
|
|
1060
|
-
version: ddvVersion,
|
|
1061
|
-
majorVersion: LATEST_MAJOR.ddv,
|
|
1062
|
-
title: article.title,
|
|
1063
|
-
summary: article.breadcrumb || "Dynamsoft Document Viewer documentation",
|
|
1064
|
-
embedText: article.content,
|
|
1065
|
-
mimeType: "text/markdown",
|
|
1066
|
-
tags,
|
|
1067
|
-
loadContent: async () => {
|
|
1068
|
-
const content = [
|
|
1069
|
-
`# ${article.title}`,
|
|
1070
|
-
"",
|
|
1071
|
-
article.breadcrumb ? `**Category:** ${article.breadcrumb}` : "",
|
|
1072
|
-
article.url ? `**URL:** ${article.url}` : "",
|
|
1073
|
-
"",
|
|
1074
|
-
"---",
|
|
1075
|
-
"",
|
|
1076
|
-
article.content
|
|
1077
|
-
].filter(Boolean).join("\n");
|
|
1078
|
-
return { text: content, mimeType: "text/markdown" };
|
|
1079
|
-
}
|
|
1080
|
-
});
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
buildResourceIndex();
|
|
1085
|
-
|
|
1086
|
-
const resourceIndexByUri = new Map(resourceIndex.map((entry) => [entry.uri, entry]));
|
|
1087
|
-
|
|
1088
|
-
function editionMatches(normalizedEdition, entryEdition) {
|
|
1089
|
-
if (!normalizedEdition) return true;
|
|
1090
|
-
if (normalizedEdition === entryEdition) return true;
|
|
1091
|
-
if (normalizedEdition === "server" && entryEdition === "python") return true;
|
|
1092
|
-
if (normalizedEdition === "python" && entryEdition === "server") return true;
|
|
1093
|
-
return false;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
function platformMatches(normalizedPlatform, entry) {
|
|
1097
|
-
if (!normalizedPlatform) return true;
|
|
1098
|
-
if (normalizedPlatform === entry.platform) return true;
|
|
1099
|
-
if (normalizedPlatform === "web") return entry.platform === "web";
|
|
1100
|
-
if (isWebFrameworkPlatform(normalizedPlatform)) {
|
|
1101
|
-
if (entry.platform === "web" && Array.isArray(entry.tags)) {
|
|
1102
|
-
const tags = entry.tags.map((tag) => String(tag).toLowerCase());
|
|
1103
|
-
const aliases = WEB_FRAMEWORK_TAG_ALIASES[normalizedPlatform] || [normalizedPlatform];
|
|
1104
|
-
return aliases.some((alias) => tags.includes(alias));
|
|
1105
|
-
}
|
|
1106
|
-
return entry.platform === normalizedPlatform;
|
|
1107
|
-
}
|
|
1108
|
-
return false;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
function getDisplayEdition(entryEdition) {
|
|
1112
|
-
return entryEdition === "python" ? "server" : entryEdition;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
function getDisplayPlatform(entryPlatform) {
|
|
1116
|
-
return entryPlatform === "web" ? "js" : entryPlatform;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
function formatScopeLabel(entry) {
|
|
1120
|
-
const displayEdition = getDisplayEdition(entry.edition);
|
|
1121
|
-
const displayPlatform = getDisplayPlatform(entry.platform);
|
|
1122
|
-
return [
|
|
1123
|
-
entry.product || "general",
|
|
1124
|
-
displayEdition || "",
|
|
1125
|
-
displayPlatform || ""
|
|
1126
|
-
].filter(Boolean).join("/");
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
function getPinnedResources() {
|
|
1130
|
-
return resourceIndex.filter((entry) => entry.pinned);
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
async function readResourceContent(uri) {
|
|
1134
|
-
const resource = resourceIndexByUri.get(uri);
|
|
1135
|
-
if (!resource) {
|
|
1136
|
-
return null;
|
|
1137
|
-
}
|
|
1138
|
-
const content = await resource.loadContent();
|
|
1139
|
-
return {
|
|
1140
|
-
uri,
|
|
1141
|
-
mimeType: content.mimeType || resource.mimeType || "text/plain",
|
|
1142
|
-
text: content.text,
|
|
1143
|
-
blob: content.blob
|
|
1144
|
-
};
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
function getRagSignatureData() {
|
|
1148
|
-
return {
|
|
1149
|
-
resourceCount: resourceIndex.length,
|
|
1150
|
-
dwtDocCount: dwtDocs.articles.length,
|
|
1151
|
-
ddvDocCount: ddvDocs.articles.length,
|
|
1152
|
-
versions: LATEST_VERSIONS
|
|
1153
|
-
};
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
export {
|
|
1157
|
-
registry,
|
|
1158
|
-
dwtDocs,
|
|
1159
|
-
ddvDocs,
|
|
1160
|
-
codeSnippetRoot,
|
|
1161
|
-
LATEST_VERSIONS,
|
|
1162
|
-
LATEST_MAJOR,
|
|
1163
|
-
resourceIndex,
|
|
1164
|
-
resourceIndexByUri,
|
|
1165
|
-
getRagSignatureData,
|
|
1166
|
-
getCodeFileExtensions,
|
|
1167
|
-
isCodeFile,
|
|
1168
|
-
discoverMobileSamples,
|
|
1169
|
-
discoverPythonSamples,
|
|
1170
|
-
discoverWebSamples,
|
|
1171
|
-
getWebSamplePath,
|
|
1172
|
-
discoverDwtSamples,
|
|
1173
|
-
discoverDdvSamples,
|
|
1174
|
-
mapDdvSampleToFramework,
|
|
1175
|
-
getDbrWebFrameworkPlatforms,
|
|
1176
|
-
getDdvWebFrameworkPlatforms,
|
|
1177
|
-
getWebFrameworkPlatforms,
|
|
1178
|
-
discoverSamples,
|
|
1179
|
-
findCodeFilesInSample,
|
|
1180
|
-
getMobileSamplePath,
|
|
1181
|
-
getPythonSamplePath,
|
|
1182
|
-
getDwtSamplePath,
|
|
1183
|
-
getDdvSamplePath,
|
|
1184
|
-
getSamplePath,
|
|
1185
|
-
readCodeFile,
|
|
1186
|
-
getMainCodeFile,
|
|
1187
|
-
formatDocs,
|
|
1188
|
-
parseMajorVersion,
|
|
1189
|
-
getMimeTypeForExtension,
|
|
1190
|
-
addResourceToIndex,
|
|
1191
|
-
formatLegacyLinksForDBR,
|
|
1192
|
-
getLegacyLink,
|
|
1193
|
-
detectMajorFromQuery,
|
|
1194
|
-
ensureLatestMajor,
|
|
1195
|
-
parseResourceUri,
|
|
1196
|
-
parseSampleUri,
|
|
1197
|
-
getSampleIdFromUri,
|
|
1198
|
-
getSampleEntries,
|
|
1199
|
-
buildVersionPolicyText,
|
|
1200
|
-
buildIndexData,
|
|
1201
|
-
buildResourceIndex,
|
|
1202
|
-
editionMatches,
|
|
1203
|
-
platformMatches,
|
|
1204
|
-
getDisplayEdition,
|
|
1205
|
-
getDisplayPlatform,
|
|
1206
|
-
formatScopeLabel,
|
|
1207
|
-
getPinnedResources,
|
|
1208
|
-
readResourceContent,
|
|
1209
|
-
normalizeSdkId,
|
|
1210
|
-
normalizePlatform,
|
|
1211
|
-
normalizeLanguage,
|
|
1212
|
-
normalizeApiLevel,
|
|
1213
|
-
normalizeSampleName,
|
|
1214
|
-
normalizeProduct,
|
|
1215
|
-
normalizeEdition,
|
|
1216
|
-
isServerPlatform,
|
|
1217
|
-
isWebFrameworkPlatform,
|
|
1218
|
-
isWebPlatform,
|
|
1219
|
-
inferProductFromQuery
|
|
1220
|
-
};
|
|
1
|
+
import { readFileSync } from "node:fs";
|
|
2
|
+
import { createHash } from "node:crypto";
|
|
3
|
+
import {
|
|
4
|
+
normalizeSdkId,
|
|
5
|
+
normalizePlatform,
|
|
6
|
+
normalizeLanguage,
|
|
7
|
+
normalizeApiLevel,
|
|
8
|
+
normalizeSampleName,
|
|
9
|
+
normalizeProduct,
|
|
10
|
+
normalizeEdition,
|
|
11
|
+
isServerPlatform,
|
|
12
|
+
isWebFrameworkPlatform,
|
|
13
|
+
isWebPlatform,
|
|
14
|
+
inferProductFromQuery,
|
|
15
|
+
WEB_FRAMEWORK_TAG_ALIASES,
|
|
16
|
+
setWebFrameworkPlatformsGetter
|
|
17
|
+
} from "./normalizers.js";
|
|
18
|
+
import { DOCS_CONFIG } from "./resource-index/config.js";
|
|
19
|
+
import { loadMarkdownDocs } from "./resource-index/docs-loader.js";
|
|
20
|
+
import { registryPath, DOC_ROOTS, SAMPLE_ROOTS, readSubmoduleHead } from "./resource-index/paths.js";
|
|
21
|
+
import {
|
|
22
|
+
getCodeFileExtensions,
|
|
23
|
+
isCodeFile,
|
|
24
|
+
discoverMobileSamples,
|
|
25
|
+
discoverDbrServerSamples,
|
|
26
|
+
discoverPythonSamples,
|
|
27
|
+
discoverDcvMobileSamples,
|
|
28
|
+
discoverDcvServerSamples,
|
|
29
|
+
discoverDcvWebSamples,
|
|
30
|
+
discoverWebSamples,
|
|
31
|
+
getWebSamplePath,
|
|
32
|
+
discoverDwtSamples,
|
|
33
|
+
discoverDdvSamples,
|
|
34
|
+
mapDdvSampleToFramework,
|
|
35
|
+
getDbrWebFrameworkPlatforms,
|
|
36
|
+
getDcvWebFrameworkPlatforms,
|
|
37
|
+
getDdvWebFrameworkPlatforms,
|
|
38
|
+
getWebFrameworkPlatforms,
|
|
39
|
+
findCodeFilesInSample,
|
|
40
|
+
getDbrMobilePlatforms,
|
|
41
|
+
getDbrServerPlatforms,
|
|
42
|
+
getDcvMobilePlatforms,
|
|
43
|
+
getDcvServerPlatforms,
|
|
44
|
+
getMobileSamplePath,
|
|
45
|
+
getPythonSamplePath,
|
|
46
|
+
getDbrServerSamplePath,
|
|
47
|
+
getDcvMobileSamplePath,
|
|
48
|
+
getDcvServerSamplePath,
|
|
49
|
+
getDcvWebSamplePath,
|
|
50
|
+
getDwtSamplePath,
|
|
51
|
+
getDdvSamplePath,
|
|
52
|
+
readCodeFile,
|
|
53
|
+
getMainCodeFile,
|
|
54
|
+
getMimeTypeForExtension,
|
|
55
|
+
getDbrServerSampleContent,
|
|
56
|
+
getDcvServerSampleContent
|
|
57
|
+
} from "./resource-index/samples.js";
|
|
58
|
+
import { parseResourceUri, parseSampleUri, getSampleIdFromUri } from "./resource-index/uri.js";
|
|
59
|
+
import {
|
|
60
|
+
parseMajorVersion,
|
|
61
|
+
detectMajorFromQuery,
|
|
62
|
+
formatLegacyLinksForDBR,
|
|
63
|
+
getLegacyLink,
|
|
64
|
+
ensureLatestMajor as ensureLatestMajorWithPolicy,
|
|
65
|
+
buildVersionPolicyText as buildVersionPolicyTextWithPolicy
|
|
66
|
+
} from "./resource-index/version-policy.js";
|
|
67
|
+
import {
|
|
68
|
+
buildIndexData as buildIndexDataFromBuilders,
|
|
69
|
+
buildResourceIndex as buildResourceIndexFromBuilders
|
|
70
|
+
} from "./resource-index/builders.js";
|
|
71
|
+
|
|
72
|
+
const registry = JSON.parse(readFileSync(registryPath, "utf8"));
|
|
73
|
+
const registrySha256 = createHash("sha256").update(readFileSync(registryPath)).digest("hex");
|
|
74
|
+
|
|
75
|
+
function inferDbrMobilePlatform(articlePath) {
|
|
76
|
+
const normalized = String(articlePath || "").replace(/\\/g, "/").toLowerCase();
|
|
77
|
+
const match = normalized.match(/^programming\/([^/]+)\//);
|
|
78
|
+
if (!match) return "mobile";
|
|
79
|
+
const segment = match[1];
|
|
80
|
+
if (segment === "objectivec-swift") return "ios";
|
|
81
|
+
if (segment === "android" || segment === "ios" || segment === "maui" || segment === "react-native" || segment === "flutter") {
|
|
82
|
+
return segment;
|
|
83
|
+
}
|
|
84
|
+
return "mobile";
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
function inferDbrServerPlatform(articlePath) {
|
|
88
|
+
const normalized = String(articlePath || "").replace(/\\/g, "/").toLowerCase();
|
|
89
|
+
const match = normalized.match(/^programming\/([^/]+)\//);
|
|
90
|
+
if (!match) return "server";
|
|
91
|
+
const segment = match[1];
|
|
92
|
+
if (segment === "cplusplus") return "cpp";
|
|
93
|
+
if (segment === "python" || segment === "java" || segment === "dotnet" || segment === "cpp") return segment;
|
|
94
|
+
return "server";
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
function withEditionScope(articles, edition, platformResolver) {
|
|
98
|
+
return (articles || []).map((article) => ({
|
|
99
|
+
...article,
|
|
100
|
+
edition,
|
|
101
|
+
platform: platformResolver ? platformResolver(article.path) : "web"
|
|
102
|
+
}));
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
function inferDcvMobilePlatform(articlePath) {
|
|
106
|
+
const normalized = String(articlePath || "").replace(/\\/g, "/").toLowerCase();
|
|
107
|
+
const match = normalized.match(/^programming\/([^/]+)\//);
|
|
108
|
+
if (!match) return "mobile";
|
|
109
|
+
const segment = match[1];
|
|
110
|
+
if (segment === "objectivec-swift") return "ios";
|
|
111
|
+
if (segment === "android" || segment === "ios" || segment === "maui" || segment === "react-native" || segment === "flutter") {
|
|
112
|
+
return segment;
|
|
113
|
+
}
|
|
114
|
+
return "mobile";
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
function inferDcvServerPlatform(articlePath) {
|
|
118
|
+
const normalized = String(articlePath || "").replace(/\\/g, "/").toLowerCase();
|
|
119
|
+
const match = normalized.match(/^programming\/([^/]+)\//);
|
|
120
|
+
if (!match) return "server";
|
|
121
|
+
const segment = match[1];
|
|
122
|
+
if (segment === "cplusplus") return "cpp";
|
|
123
|
+
if (segment === "python" || segment === "java" || segment === "dotnet" || segment === "cpp" || segment === "nodejs") {
|
|
124
|
+
return segment;
|
|
125
|
+
}
|
|
126
|
+
return "server";
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
const dbrWebDocs = withEditionScope(
|
|
130
|
+
loadMarkdownDocs({
|
|
131
|
+
rootDir: DOC_ROOTS.dbrWeb,
|
|
132
|
+
urlBase: DOCS_CONFIG.dbrWeb.urlBase,
|
|
133
|
+
excludeDirs: DOCS_CONFIG.dbrWeb.excludeDirs,
|
|
134
|
+
excludeFiles: DOCS_CONFIG.dbrWeb.excludeFiles
|
|
135
|
+
}).articles,
|
|
136
|
+
"web",
|
|
137
|
+
() => "web"
|
|
138
|
+
);
|
|
139
|
+
|
|
140
|
+
const dbrMobileDocs = withEditionScope(
|
|
141
|
+
loadMarkdownDocs({
|
|
142
|
+
rootDir: DOC_ROOTS.dbrMobile,
|
|
143
|
+
urlBase: DOCS_CONFIG.dbrMobile.urlBase,
|
|
144
|
+
excludeDirs: DOCS_CONFIG.dbrMobile.excludeDirs,
|
|
145
|
+
excludeFiles: DOCS_CONFIG.dbrMobile.excludeFiles
|
|
146
|
+
}).articles,
|
|
147
|
+
"mobile",
|
|
148
|
+
inferDbrMobilePlatform
|
|
149
|
+
);
|
|
150
|
+
|
|
151
|
+
const dbrServerDocs = withEditionScope(
|
|
152
|
+
loadMarkdownDocs({
|
|
153
|
+
rootDir: DOC_ROOTS.dbrServer,
|
|
154
|
+
urlBase: DOCS_CONFIG.dbrServer.urlBase,
|
|
155
|
+
excludeDirs: DOCS_CONFIG.dbrServer.excludeDirs,
|
|
156
|
+
excludeFiles: DOCS_CONFIG.dbrServer.excludeFiles
|
|
157
|
+
}).articles,
|
|
158
|
+
"server",
|
|
159
|
+
inferDbrServerPlatform
|
|
160
|
+
);
|
|
161
|
+
|
|
162
|
+
const dcvCoreDocs = withEditionScope(
|
|
163
|
+
loadMarkdownDocs({
|
|
164
|
+
rootDir: DOC_ROOTS.dcvCore,
|
|
165
|
+
urlBase: DOCS_CONFIG.dcvCore.urlBase,
|
|
166
|
+
excludeDirs: DOCS_CONFIG.dcvCore.excludeDirs,
|
|
167
|
+
excludeFiles: DOCS_CONFIG.dcvCore.excludeFiles
|
|
168
|
+
}).articles,
|
|
169
|
+
"core",
|
|
170
|
+
() => "core"
|
|
171
|
+
);
|
|
172
|
+
|
|
173
|
+
const dcvWebDocs = withEditionScope(
|
|
174
|
+
loadMarkdownDocs({
|
|
175
|
+
rootDir: DOC_ROOTS.dcvWeb,
|
|
176
|
+
urlBase: DOCS_CONFIG.dcvWeb.urlBase,
|
|
177
|
+
excludeDirs: DOCS_CONFIG.dcvWeb.excludeDirs,
|
|
178
|
+
excludeFiles: DOCS_CONFIG.dcvWeb.excludeFiles
|
|
179
|
+
}).articles,
|
|
180
|
+
"web",
|
|
181
|
+
() => "web"
|
|
182
|
+
);
|
|
183
|
+
|
|
184
|
+
const dcvMobileDocs = withEditionScope(
|
|
185
|
+
loadMarkdownDocs({
|
|
186
|
+
rootDir: DOC_ROOTS.dcvMobile,
|
|
187
|
+
urlBase: DOCS_CONFIG.dcvMobile.urlBase,
|
|
188
|
+
excludeDirs: DOCS_CONFIG.dcvMobile.excludeDirs,
|
|
189
|
+
excludeFiles: DOCS_CONFIG.dcvMobile.excludeFiles
|
|
190
|
+
}).articles,
|
|
191
|
+
"mobile",
|
|
192
|
+
inferDcvMobilePlatform
|
|
193
|
+
);
|
|
194
|
+
|
|
195
|
+
const dcvServerDocs = withEditionScope(
|
|
196
|
+
loadMarkdownDocs({
|
|
197
|
+
rootDir: DOC_ROOTS.dcvServer,
|
|
198
|
+
urlBase: DOCS_CONFIG.dcvServer.urlBase,
|
|
199
|
+
excludeDirs: DOCS_CONFIG.dcvServer.excludeDirs,
|
|
200
|
+
excludeFiles: DOCS_CONFIG.dcvServer.excludeFiles
|
|
201
|
+
}).articles,
|
|
202
|
+
"server",
|
|
203
|
+
inferDcvServerPlatform
|
|
204
|
+
);
|
|
205
|
+
|
|
206
|
+
const dwtDocs = loadMarkdownDocs({
|
|
207
|
+
rootDir: DOC_ROOTS.dwtArticles,
|
|
208
|
+
urlBase: DOCS_CONFIG.dwt.urlBase,
|
|
209
|
+
includeDirNames: DOCS_CONFIG.dwt.includeDirNames
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
const ddvDocs = loadMarkdownDocs({
|
|
213
|
+
rootDir: DOC_ROOTS.ddv,
|
|
214
|
+
urlBase: DOCS_CONFIG.ddv.urlBase,
|
|
215
|
+
excludeDirs: DOCS_CONFIG.ddv.excludeDirs,
|
|
216
|
+
excludeFiles: DOCS_CONFIG.ddv.excludeFiles
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
const dbrServerSdk = registry.sdks["dbr-server"];
|
|
220
|
+
const dcvMobileSdk = registry.sdks["dcv-mobile"];
|
|
221
|
+
const dcvWebSdk = registry.sdks["dcv-web"];
|
|
222
|
+
const dcvServerSdk = registry.sdks["dcv-server"];
|
|
223
|
+
const dcvCoreSdk = registry.sdks["dcv-core"];
|
|
224
|
+
|
|
225
|
+
const LATEST_VERSIONS = {
|
|
226
|
+
dbr: {
|
|
227
|
+
mobile: registry.sdks["dbr-mobile"].version,
|
|
228
|
+
web: registry.sdks["dbr-web"].version,
|
|
229
|
+
server: dbrServerSdk.version,
|
|
230
|
+
python: dbrServerSdk.version
|
|
231
|
+
},
|
|
232
|
+
dcv: {
|
|
233
|
+
core: dcvCoreSdk.version,
|
|
234
|
+
web: dcvWebSdk.version,
|
|
235
|
+
mobile: dcvMobileSdk.version,
|
|
236
|
+
server: dcvServerSdk.version
|
|
237
|
+
},
|
|
238
|
+
dwt: {
|
|
239
|
+
web: registry.sdks.dwt.version
|
|
240
|
+
},
|
|
241
|
+
ddv: {
|
|
242
|
+
web: registry.sdks.ddv.version
|
|
243
|
+
}
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
const LATEST_MAJOR = {
|
|
247
|
+
dbr: parseMajorVersion(registry.sdks["dbr-mobile"].version),
|
|
248
|
+
dcv: parseMajorVersion(dcvMobileSdk.version),
|
|
249
|
+
dwt: parseMajorVersion(registry.sdks.dwt.version),
|
|
250
|
+
ddv: parseMajorVersion(registry.sdks.ddv.version)
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
setWebFrameworkPlatformsGetter(getWebFrameworkPlatforms);
|
|
254
|
+
|
|
255
|
+
function ensureLatestMajor(args) {
|
|
256
|
+
return ensureLatestMajorWithPolicy({ ...args, latestMajor: LATEST_MAJOR });
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
function buildVersionPolicyText() {
|
|
260
|
+
return buildVersionPolicyTextWithPolicy(LATEST_MAJOR);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
const resourceIndex = [];
|
|
264
|
+
|
|
265
|
+
function addResourceToIndex(entry) {
|
|
266
|
+
resourceIndex.push(entry);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
function buildIndexData() {
|
|
270
|
+
return buildIndexDataFromBuilders({
|
|
271
|
+
LATEST_VERSIONS,
|
|
272
|
+
LATEST_MAJOR,
|
|
273
|
+
dcvCoreDocs,
|
|
274
|
+
dcvWebDocs,
|
|
275
|
+
dcvMobileDocs,
|
|
276
|
+
dcvServerDocs,
|
|
277
|
+
dbrWebDocs,
|
|
278
|
+
dbrMobileDocs,
|
|
279
|
+
dbrServerDocs,
|
|
280
|
+
dwtDocs,
|
|
281
|
+
ddvDocs,
|
|
282
|
+
discoverDcvWebSamples,
|
|
283
|
+
getDcvWebFrameworkPlatforms,
|
|
284
|
+
getDcvMobilePlatforms,
|
|
285
|
+
getDcvServerPlatforms,
|
|
286
|
+
discoverDcvMobileSamples,
|
|
287
|
+
discoverDcvServerSamples,
|
|
288
|
+
discoverWebSamples,
|
|
289
|
+
getDbrWebFrameworkPlatforms,
|
|
290
|
+
getDbrMobilePlatforms,
|
|
291
|
+
getDbrServerPlatforms,
|
|
292
|
+
discoverMobileSamples,
|
|
293
|
+
discoverDbrServerSamples,
|
|
294
|
+
discoverDwtSamples,
|
|
295
|
+
discoverDdvSamples,
|
|
296
|
+
getDdvWebFrameworkPlatforms
|
|
297
|
+
});
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
function buildResourceIndex() {
|
|
301
|
+
buildResourceIndexFromBuilders({
|
|
302
|
+
addResourceToIndex,
|
|
303
|
+
buildIndexData,
|
|
304
|
+
buildVersionPolicyText,
|
|
305
|
+
LATEST_VERSIONS,
|
|
306
|
+
LATEST_MAJOR,
|
|
307
|
+
dcvCoreDocs,
|
|
308
|
+
dcvWebDocs,
|
|
309
|
+
dcvMobileDocs,
|
|
310
|
+
dcvServerDocs,
|
|
311
|
+
dbrWebDocs,
|
|
312
|
+
dbrMobileDocs,
|
|
313
|
+
dbrServerDocs,
|
|
314
|
+
dwtDocs,
|
|
315
|
+
ddvDocs,
|
|
316
|
+
discoverDcvMobileSamples,
|
|
317
|
+
getDcvMobilePlatforms,
|
|
318
|
+
getDcvMobileSamplePath,
|
|
319
|
+
getDcvServerPlatforms,
|
|
320
|
+
discoverDcvServerSamples,
|
|
321
|
+
getDcvServerSampleContent,
|
|
322
|
+
discoverDcvWebSamples,
|
|
323
|
+
getDcvWebSamplePath,
|
|
324
|
+
discoverMobileSamples,
|
|
325
|
+
getDbrMobilePlatforms,
|
|
326
|
+
getMobileSamplePath,
|
|
327
|
+
getMainCodeFile,
|
|
328
|
+
readCodeFile,
|
|
329
|
+
getMimeTypeForExtension,
|
|
330
|
+
getDbrServerPlatforms,
|
|
331
|
+
discoverDbrServerSamples,
|
|
332
|
+
getDbrServerSampleContent,
|
|
333
|
+
discoverWebSamples,
|
|
334
|
+
getWebSamplePath,
|
|
335
|
+
discoverDwtSamples,
|
|
336
|
+
getDwtSamplePath,
|
|
337
|
+
discoverDdvSamples,
|
|
338
|
+
getDdvSamplePath,
|
|
339
|
+
findCodeFilesInSample
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
buildResourceIndex();
|
|
344
|
+
|
|
345
|
+
const resourceIndexByUri = new Map(resourceIndex.map((entry) => [entry.uri, entry]));
|
|
346
|
+
|
|
347
|
+
function editionMatches(normalizedEdition, entryEdition) {
|
|
348
|
+
if (!normalizedEdition) return true;
|
|
349
|
+
if (normalizedEdition === entryEdition) return true;
|
|
350
|
+
if (normalizedEdition === "server" && entryEdition === "python") return true;
|
|
351
|
+
if (normalizedEdition === "python" && entryEdition === "server") return true;
|
|
352
|
+
return false;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
function platformMatches(normalizedPlatform, entry) {
|
|
356
|
+
if (!normalizedPlatform) return true;
|
|
357
|
+
if (normalizedPlatform === entry.platform) return true;
|
|
358
|
+
if (normalizedPlatform === "web") return entry.platform === "web";
|
|
359
|
+
if (isWebFrameworkPlatform(normalizedPlatform)) {
|
|
360
|
+
if (entry.platform === "web" && Array.isArray(entry.tags)) {
|
|
361
|
+
const tags = entry.tags.map((tag) => String(tag).toLowerCase());
|
|
362
|
+
const aliases = WEB_FRAMEWORK_TAG_ALIASES[normalizedPlatform] || [normalizedPlatform];
|
|
363
|
+
return aliases.some((alias) => tags.includes(alias));
|
|
364
|
+
}
|
|
365
|
+
return entry.platform === normalizedPlatform;
|
|
366
|
+
}
|
|
367
|
+
return false;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
function getSampleEntries({ product, edition, platform }) {
|
|
371
|
+
const normalizedProduct = normalizeProduct(product);
|
|
372
|
+
const normalizedPlatform = normalizePlatform(platform);
|
|
373
|
+
const normalizedEdition = normalizeEdition(edition, normalizedPlatform, normalizedProduct);
|
|
374
|
+
|
|
375
|
+
return resourceIndex.filter((entry) => {
|
|
376
|
+
if (entry.type !== "sample") return false;
|
|
377
|
+
if (normalizedProduct && entry.product !== normalizedProduct) return false;
|
|
378
|
+
if (!editionMatches(normalizedEdition, entry.edition)) return false;
|
|
379
|
+
if (!platformMatches(normalizedPlatform, entry)) return false;
|
|
380
|
+
return true;
|
|
381
|
+
});
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
function getDisplayEdition(entryEdition) {
|
|
385
|
+
return entryEdition === "python" ? "server" : entryEdition;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
function getDisplayPlatform(entryPlatform) {
|
|
389
|
+
return entryPlatform === "web" ? "js" : entryPlatform;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
function formatScopeLabel(entry) {
|
|
393
|
+
const displayEdition = getDisplayEdition(entry.edition);
|
|
394
|
+
const displayPlatform = getDisplayPlatform(entry.platform);
|
|
395
|
+
return [entry.product || "general", displayEdition || "", displayPlatform || ""].filter(Boolean).join("/");
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
function getPinnedResources() {
|
|
399
|
+
return resourceIndex.filter((entry) => entry.pinned);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
async function readResourceContent(uri) {
|
|
403
|
+
const resource = resourceIndexByUri.get(uri);
|
|
404
|
+
if (!resource) return null;
|
|
405
|
+
const content = await resource.loadContent();
|
|
406
|
+
return {
|
|
407
|
+
uri,
|
|
408
|
+
mimeType: content.mimeType || resource.mimeType || "text/plain",
|
|
409
|
+
text: content.text,
|
|
410
|
+
blob: content.blob
|
|
411
|
+
};
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
function getRagSignatureData() {
|
|
415
|
+
return {
|
|
416
|
+
resourceCount: resourceIndex.length,
|
|
417
|
+
dcvCoreDocCount: dcvCoreDocs.length,
|
|
418
|
+
dcvWebDocCount: dcvWebDocs.length,
|
|
419
|
+
dcvMobileDocCount: dcvMobileDocs.length,
|
|
420
|
+
dcvServerDocCount: dcvServerDocs.length,
|
|
421
|
+
dbrWebDocCount: dbrWebDocs.length,
|
|
422
|
+
dbrMobileDocCount: dbrMobileDocs.length,
|
|
423
|
+
dbrServerDocCount: dbrServerDocs.length,
|
|
424
|
+
dwtDocCount: dwtDocs.articles.length,
|
|
425
|
+
ddvDocCount: ddvDocs.articles.length,
|
|
426
|
+
versions: LATEST_VERSIONS,
|
|
427
|
+
dataSources: {
|
|
428
|
+
dbrWebSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrWeb),
|
|
429
|
+
dbrMobileSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrMobile),
|
|
430
|
+
dbrPythonSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrPython),
|
|
431
|
+
dbrDotnetSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrDotnet),
|
|
432
|
+
dbrJavaSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrJava),
|
|
433
|
+
dbrCppSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrCpp),
|
|
434
|
+
dbrMauiSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrMaui),
|
|
435
|
+
dbrReactNativeSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrReactNative),
|
|
436
|
+
dbrFlutterSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrFlutter),
|
|
437
|
+
dbrNodejsSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dbrNodejs),
|
|
438
|
+
dcvWebSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvWeb),
|
|
439
|
+
dcvMobileSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvMobile),
|
|
440
|
+
dcvPythonSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvPython),
|
|
441
|
+
dcvDotnetSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvDotnet),
|
|
442
|
+
dcvJavaSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvJava),
|
|
443
|
+
dcvCppSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvCpp),
|
|
444
|
+
dcvMauiSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvMaui),
|
|
445
|
+
dcvReactNativeSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvReactNative),
|
|
446
|
+
dcvFlutterSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvFlutter),
|
|
447
|
+
dcvNodejsSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvNodejs),
|
|
448
|
+
dcvSpmSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dcvSpm),
|
|
449
|
+
dwtSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.dwt),
|
|
450
|
+
ddvSamplesHead: readSubmoduleHead(SAMPLE_ROOTS.ddv),
|
|
451
|
+
dbrWebDocsHead: readSubmoduleHead(DOC_ROOTS.dbrWeb),
|
|
452
|
+
dbrMobileDocsHead: readSubmoduleHead(DOC_ROOTS.dbrMobile),
|
|
453
|
+
dbrServerDocsHead: readSubmoduleHead(DOC_ROOTS.dbrServer),
|
|
454
|
+
dcvCoreDocsHead: readSubmoduleHead(DOC_ROOTS.dcvCore),
|
|
455
|
+
dcvWebDocsHead: readSubmoduleHead(DOC_ROOTS.dcvWeb),
|
|
456
|
+
dcvMobileDocsHead: readSubmoduleHead(DOC_ROOTS.dcvMobile),
|
|
457
|
+
dcvServerDocsHead: readSubmoduleHead(DOC_ROOTS.dcvServer),
|
|
458
|
+
dwtDocsHead: readSubmoduleHead(DOC_ROOTS.dwt),
|
|
459
|
+
ddvDocsHead: readSubmoduleHead(DOC_ROOTS.ddv),
|
|
460
|
+
registrySha256
|
|
461
|
+
}
|
|
462
|
+
};
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export {
|
|
466
|
+
registry,
|
|
467
|
+
LATEST_VERSIONS,
|
|
468
|
+
LATEST_MAJOR,
|
|
469
|
+
resourceIndex,
|
|
470
|
+
resourceIndexByUri,
|
|
471
|
+
getRagSignatureData,
|
|
472
|
+
getCodeFileExtensions,
|
|
473
|
+
isCodeFile,
|
|
474
|
+
discoverMobileSamples,
|
|
475
|
+
discoverDbrServerSamples,
|
|
476
|
+
discoverPythonSamples,
|
|
477
|
+
discoverDcvMobileSamples,
|
|
478
|
+
discoverDcvServerSamples,
|
|
479
|
+
discoverDcvWebSamples,
|
|
480
|
+
discoverWebSamples,
|
|
481
|
+
getWebSamplePath,
|
|
482
|
+
discoverDwtSamples,
|
|
483
|
+
discoverDdvSamples,
|
|
484
|
+
mapDdvSampleToFramework,
|
|
485
|
+
getDbrWebFrameworkPlatforms,
|
|
486
|
+
getDcvWebFrameworkPlatforms,
|
|
487
|
+
getDdvWebFrameworkPlatforms,
|
|
488
|
+
getWebFrameworkPlatforms,
|
|
489
|
+
findCodeFilesInSample,
|
|
490
|
+
getDbrServerSamplePath,
|
|
491
|
+
getDbrMobilePlatforms,
|
|
492
|
+
getDbrServerPlatforms,
|
|
493
|
+
getDcvMobilePlatforms,
|
|
494
|
+
getDcvServerPlatforms,
|
|
495
|
+
getMobileSamplePath,
|
|
496
|
+
getPythonSamplePath,
|
|
497
|
+
getDcvMobileSamplePath,
|
|
498
|
+
getDcvServerSamplePath,
|
|
499
|
+
getDcvWebSamplePath,
|
|
500
|
+
getDwtSamplePath,
|
|
501
|
+
getDdvSamplePath,
|
|
502
|
+
readCodeFile,
|
|
503
|
+
getMainCodeFile,
|
|
504
|
+
parseMajorVersion,
|
|
505
|
+
getMimeTypeForExtension,
|
|
506
|
+
addResourceToIndex,
|
|
507
|
+
formatLegacyLinksForDBR,
|
|
508
|
+
getLegacyLink,
|
|
509
|
+
detectMajorFromQuery,
|
|
510
|
+
ensureLatestMajor,
|
|
511
|
+
parseResourceUri,
|
|
512
|
+
parseSampleUri,
|
|
513
|
+
getSampleIdFromUri,
|
|
514
|
+
getSampleEntries,
|
|
515
|
+
buildVersionPolicyText,
|
|
516
|
+
buildIndexData,
|
|
517
|
+
buildResourceIndex,
|
|
518
|
+
editionMatches,
|
|
519
|
+
platformMatches,
|
|
520
|
+
getDisplayEdition,
|
|
521
|
+
getDisplayPlatform,
|
|
522
|
+
formatScopeLabel,
|
|
523
|
+
getPinnedResources,
|
|
524
|
+
readResourceContent,
|
|
525
|
+
normalizeSdkId,
|
|
526
|
+
normalizePlatform,
|
|
527
|
+
normalizeLanguage,
|
|
528
|
+
normalizeApiLevel,
|
|
529
|
+
normalizeSampleName,
|
|
530
|
+
normalizeProduct,
|
|
531
|
+
normalizeEdition,
|
|
532
|
+
isServerPlatform,
|
|
533
|
+
isWebFrameworkPlatform,
|
|
534
|
+
isWebPlatform,
|
|
535
|
+
inferProductFromQuery
|
|
536
|
+
};
|