You've already forked DataMate
* feature: add UnstructuredFormatter * feature: add UnstructuredFormatter in db * feature: add unstructured[docx]==0.18.15 * feature: support doc * feature: add mineru * feature: add external pdf extract operator by using mineru * feature: mineru docker install bugfix --------- Co-authored-by: Startalker <438747480@qq.com>
17 lines
382 B
YAML
17 lines
382 B
YAML
name: '外部PDF文本抽取'
|
|
name_en: 'External PDF Text Extraction'
|
|
description: '基于外部API,抽取PDF中的文本。'
|
|
description_en: 'Extracts text from PDF files based on external APIs.'
|
|
language: 'python'
|
|
vendor: 'huawei'
|
|
raw_id: 'ExternalPDFFormatter'
|
|
version: '1.0.0'
|
|
types:
|
|
- 'collect'
|
|
modal: 'text'
|
|
effect:
|
|
before: ''
|
|
after: ''
|
|
inputs: 'text'
|
|
outputs: 'text'
|