diff --git a/src/components/ExtractionText/index copy.vue b/src/components/ExtractionText/index copy.vue deleted file mode 100644 index 730d19a..0000000 --- a/src/components/ExtractionText/index copy.vue +++ /dev/null @@ -1,227 +0,0 @@ - - - - - 文件文本提取工具 - 上传文件提取文本内容(支持 .txt, .pdf, .docx, mp4 , mp3, wav) - - - - 选择文件 - 未选择文件 - - - 提取文本 - - 提取结果: - 请先上传文件... - - 取消 - 确认 - - - - - - - - \ No newline at end of file diff --git a/src/components/ExtractionText/index.vue b/src/components/ExtractionText/index.vue index 715eff5..0fb6497 100644 --- a/src/components/ExtractionText/index.vue +++ b/src/components/ExtractionText/index.vue @@ -277,6 +277,7 @@ const changeRadio = (val) =>{ files.value = {} alertText.value = '请先上传文件...'; texts.value = [] + image.value = '' } const onComfirm = () => {
上传文件提取文本内容(支持 .txt, .pdf, .docx, mp4 , mp3, wav)
未选择文件