We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71175fc commit 8459c67Copy full SHA for 8459c67
1 file changed
assets/resource/base/pipeline/MakeCoffee.json
@@ -41,17 +41,17 @@
41
"type": "OCR",
42
"param": {
43
"roi": [
44
- 85,
45
- 233,
46
- 78,
47
- 26
+ 89,
+ 236,
+ 73,
+ 22
48
],
49
"expected": [
50
- "新品练习",
51
- "新品練習",
52
- "(?i)New\\s*Product\\s*Practice",
53
- "新作練習",
54
- "신제품 시연"
+ "新品",
+ "(?i)New\\s*Product",
+ "新作",
+ "신제품"
55
56
"threshold": 0.8
57
}
0 commit comments