orc识别
This commit is contained in:
@@ -2747,7 +2747,7 @@ export default {
|
|||||||
this.OCRModel = false
|
this.OCRModel = false
|
||||||
this.OCRSubmitLoading = false
|
this.OCRSubmitLoading = false
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.$message.success('OCR实别成功')
|
this.$message.success('OCR识别成功')
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-1
@@ -3685,7 +3685,7 @@ export default {
|
|||||||
this.OCRType = type
|
this.OCRType = type
|
||||||
if (type === '0') {
|
if (type === '0') {
|
||||||
text = 'OCR识别'
|
text = 'OCR识别'
|
||||||
this.OCRTitle = '选择OCR实别文件'
|
this.OCRTitle = '选择OCR识别文件'
|
||||||
} else if(type === '1') {
|
} else if(type === '1') {
|
||||||
text = '拆分'
|
text = '拆分'
|
||||||
this.OCRTitle = '选择拆分文件'
|
this.OCRTitle = '选择拆分文件'
|
||||||
|
|||||||
@@ -4237,7 +4237,7 @@ export default {
|
|||||||
this.OCRType = type
|
this.OCRType = type
|
||||||
if (type === '0') {
|
if (type === '0') {
|
||||||
text = 'OCR识别'
|
text = 'OCR识别'
|
||||||
this.OCRTitle = '选择OCR实别文件'
|
this.OCRTitle = '选择OCR识别文件'
|
||||||
} else if(type === '1') {
|
} else if(type === '1') {
|
||||||
text = '拆分'
|
text = '拆分'
|
||||||
this.OCRTitle = '选择拆分文件'
|
this.OCRTitle = '选择拆分文件'
|
||||||
|
|||||||
Reference in New Issue
Block a user