Skip to content

Commit 8da5b8c

Browse files
Merge branch 'develop_new' into main_new
2 parents ab7cd30 + 810364b commit 8da5b8c

File tree

513 files changed

+13300
-5745
lines changed

Some content is hidden

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

513 files changed

+13300
-5745
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
2020

2121
| Sample Name | Description | Programming Language(s) |
2222
| ----------- | ----------- | ----------------------- |
23-
| `HelloWorld` | This is a sample that illustrates the simplest way to recognize barcodes from video streaming with Dynamsoft Barcode Reader SDK and Dynamsoft Camera Enhancer SDK. | Java(Android)/Objective-C/Swift |
23+
| `HelloWorld` | This is a sample that illustrates the simplest way to recognize barcodes from video streaming with Dynamsoft Barcode Reader SDK and Dynamsoft Camera Enhancer SDK. | Java(Android)/Kotlin/Objective-C/Swift |
2424
| `GeneralSettings` | This is a sample that illustrates how to make general settings when using Dynamsoft Barcode Reader and Dynamsoft Camera Enhancer. | Java(Android)/Objective-C/Swift |
2525
| `PerformanceSettings` | In this sample, you will read about how speed, read rate and accuracy performance can be optimized when using Dynamsoft Barcode Reader and Dynamsoft Camera Enhancer. In addition, as one of the common usage scenarios, single barcode decoding settings are also illustrated in the sample. | Java(Android)/Objective-C/Swift |
2626
| `ReadADriversLicense` | This is a sample that shows how to create a mobile app that focuses on decoding the drivers' license barcodes and displaying the parsed information. | Java(Android)/Swift |
2727
| `DecodeWithCameraX` | This is a sample that shows how to integrate DBR and Android CameraX module to decode barcodes from camera. | Java(Android) |
2828
| `DecodeWithAVCaptureSession` | This is a sample that shows how to integrate DBR and AVFoundation framework to decode barcodes from camera. | Objective-C/Swift |
29+
| `WebViewBarcodeScanning` | This is a sample that shows how to integrate DBR and WebView to decode barcodes. | JavaScript |
2930

3031
### How to build (For iOS Editions)
3132

32-
#### Include the Framework via CocoaPods
33-
3433
1. Enter the sample folder, install DBR SDK through `pod` command
3534

3635
```bash
@@ -39,16 +38,6 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
3938

4039
2. Open the generated file `[SampleName].xcworkspace`
4140

42-
#### Include the Framework Manually
43-
44-
1. Download the Dynamsoft Barcode Reader SDK from <a href="https://www.dynamsoft.com/barcode-reader/downloads/?utm_source=docs" target="_blank">Dynamsoft website</a>.
45-
46-
2. Drag and drop the `DynamsoftBarcodeReader.framework` and `DynamsoftCameraEnhancer.framework` into your Xcode project. Make sure to check `Copy items if needed` and `Create groups` to copy the framework into your projects' folder.
47-
48-
3. Click on the project. Go to the `General --> Frameworks --> Libraries and Embedded Content`. Set the embed type to `Embed & Sign`.
49-
50-
4. Import `DynamsoftBarcodeReader` and `DynamsoftCameraEnhancer`
51-
5241
## License
5342

5443
- If you want to use an offline license, please contact [Dynamsoft Support](https://www.dynamsoft.com/company/contact/)

android/GeneralSettings/app/src/main/java/com/dynamsoft/generalsettings/scan/ScanFragment.java

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

0 commit comments

Comments
 (0)