You've already forked DataMate
feature: add external pdf extract operator by using mineru (#36)
* 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>
This commit is contained in:
16
runtime/ops/formatter/external_pdf_formatter/metadata.yml
Normal file
16
runtime/ops/formatter/external_pdf_formatter/metadata.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user