Skip to content

Commit

Permalink
Merge pull request #1 from Dynamsoft/master
Browse files Browse the repository at this point in the history
update to mobile-web-capture 1.1.0
  • Loading branch information
Ellie-dynamsoft authored Jan 16, 2024
2 parents 62fd801 + de1c689 commit fe15b79
Show file tree
Hide file tree
Showing 164 changed files with 192 additions and 8,238 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2003–2023 Dynamsoft. All Rights Reserved.
Copyright © 2003–2024 Dynamsoft. All Rights Reserved.

The use of this software is governed by the Dynamsoft Terms and Conditions.
https://www.dynamsoft.com/company/license-agreement/
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Featured Products:

[![](https://img.shields.io/badge/Get-30--day%20FREE%20Trial%20License-blue)](https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc&utm_source=npm)

The following code snippet is using the public trial license to initialize the license. You can replace the public trial license with your own license key.

```typescript
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMjQ5NjE5NyJ9"); // Replase license here
```

## System Requirements

Mobile Web Capture requires the following features to work:
Expand All @@ -51,6 +57,19 @@ Mobile Web Capture requires the following features to work:

The above four features are required for the SDK to work.

### Supported Browsers

The following table is a list of supported browsers based on the above requirements:

| Browser Name | Version |
| :----------: | :------------------------------: |
| Chrome | v78+ |
| Firefox | v79+ |
| Safari | v15+ |
| Edge | v92+ |

Apart from the browsers, the operating systems may impose some limitations of their own that could restrict the use of the SDKs.

## Documentation

You can check out the detailed documentation of the solution [here](https://www.dynamsoft.com/mobile-web-capture/docs/introduction/index.html).
Expand Down
2 changes: 0 additions & 2 deletions distributables/[email protected]/API Reference License.url

This file was deleted.

2 changes: 0 additions & 2 deletions distributables/[email protected]/API Reference.url

This file was deleted.

Loading

0 comments on commit fe15b79

Please sign in to comment.