@anytestforpm/ocr 1.4.1 → 1.4.2

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/ocr.js +2 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Install
2
2
  npm i @anytestforpm/ocr
3
3
  # Language Support
4
- 支持地區為: VN IN ID BR MM PK TH PH NG BD TR US
4
+ 支持地區為: VN ID IN BR EN MM PK TH PH NG BD TR US SA
5
5
  # Usage Example
6
6
  1.初始化OCR的辨識語系及API路由設定,就會自動取得后台設定檔
7
7
  ```javascript
package/ocr.js CHANGED
@@ -18,7 +18,8 @@ const OCR_LANGUAGE_MAP = {
18
18
  NG: "eng",
19
19
  BD: "ben+eng",
20
20
  TR: "tur",
21
- US: "eng"
21
+ US: "eng",
22
+ SA: "eng"
22
23
  }
23
24
 
24
25
  const setResponseData = (val) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anytestforpm/ocr",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "",
5
5
  "main": "ocr.js",
6
6
  "scripts": {