@tdh-keyboard/recognizer 1.0.0 → 1.0.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/README.md +0 -8
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -10,14 +10,6 @@
10
10
  - 📚 内置支持GB2312标准中的3755个一级汉字的识别支持
11
11
  - 🔄 更多文字识别支持(包括二级汉字、生僻字等)暂不开放
12
12
 
13
- ## 🤝 手写识别模型说明
14
-
15
- **手写识别模型由我的一个朋友提供**
16
-
17
- 如果您需要包括二级汉字、生僻字等的更完整的手写识别模型,以及更多的定制服务,请扫描下方二维码添加我朋友的QQ进行咨询:
18
-
19
- <img src="qrcode.jpg" alt="联系二维码" width="50%">
20
-
21
13
  ## 安装
22
14
 
23
15
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tdh-keyboard/recognizer",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "中文手写汉字识别器组件",
5
5
  "author": "tdh",
6
6
  "license": "Apache 2.0",
@@ -25,13 +25,14 @@
25
25
  "types": "dist/index.d.ts",
26
26
  "files": [
27
27
  "dist",
28
+ "README.md",
28
29
  "qrcode.jpg"
29
30
  ],
30
31
  "dependencies": {
31
32
  "@tensorflow/tfjs-backend-cpu": "^4.22.0",
32
33
  "@tensorflow/tfjs-converter": "^4.22.0",
33
34
  "@tensorflow/tfjs-core": "^4.22.0",
34
- "@tdh-keyboard/core": "1.0.0"
35
+ "@tdh-keyboard/core": "1.0.1"
35
36
  },
36
37
  "devDependencies": {
37
38
  "tsdown": "^0.21.2",