@anytestforpm/ocr 1.3.10 → 1.4.1

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 (2) hide show
  1. package/ocr.js +2 -1
  2. package/package.json +1 -1
package/ocr.js CHANGED
@@ -47,7 +47,8 @@ export const hello = (val) => {
47
47
 
48
48
  /**
49
49
  * @description initialization ocr config
50
- * @param {String} region area of config
50
+ * @param {String} region region
51
+ * @param {String} apiHost api url
51
52
  */
52
53
  export const initOCR = (region, apiHost) => {
53
54
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anytestforpm/ocr",
3
- "version": "1.3.10",
3
+ "version": "1.4.1",
4
4
  "description": "",
5
5
  "main": "ocr.js",
6
6
  "scripts": {