You've already forked DataMate
* feature: add UnstructuredFormatter * feature: add UnstructuredFormatter in db * feature: add unstructured[docx]==0.18.15 * feature: support doc --------- Co-authored-by: Startalker <438747480@qq.com>
17 lines
425 B
YAML
17 lines
425 B
YAML
name: '非结构化文本抽取'
|
|
name_en: 'Unstructured Text Extraction'
|
|
description: '抽取非结构化文件的文本,目前支持word文档'
|
|
description_en: 'Extracts text from Unstructured files, currently supporting Word documents.'
|
|
language: 'python'
|
|
vendor: 'huawei'
|
|
raw_id: 'UnstructuredFormatter'
|
|
version: '1.0.0'
|
|
types:
|
|
- 'collect'
|
|
modal: 'text'
|
|
effect:
|
|
before: ''
|
|
after: ''
|
|
inputs: 'text'
|
|
outputs: 'text'
|