53 lines
1.4 KiB
YAML
53 lines
1.4 KiB
YAML
identity:
|
|
name: "pdf_single_page"
|
|
author: "yslg"
|
|
label:
|
|
en_US: "Extract Single-Page Text"
|
|
zh_Hans: "提取单页文字"
|
|
pt_BR: "Extrair texto de página única"
|
|
ja_JP: "単一ページのテキストを抽出"
|
|
description:
|
|
human:
|
|
en_US: "Extract text from one specified page"
|
|
zh_Hans: "提取指定单页文字"
|
|
pt_BR: "Extrair texto de uma página especificada"
|
|
ja_JP: "指定した1ページのテキストを抽出"
|
|
llm: "Extract text from one specified page"
|
|
parameters:
|
|
- name: file
|
|
type: file
|
|
required: true
|
|
label:
|
|
en_US: PDF File
|
|
zh_Hans: PDF 文件
|
|
pt_BR: Arquivo PDF
|
|
ja_JP: PDFファイル
|
|
human_description:
|
|
en_US: "PDF file to process"
|
|
zh_Hans: "要处理的 PDF 文件"
|
|
pt_BR: "Arquivo PDF para processar"
|
|
ja_JP: "処理するPDFファイル"
|
|
llm_description: "PDF file to process"
|
|
form: llm
|
|
fileTypes:
|
|
- "pdf"
|
|
- name: page
|
|
type: number
|
|
required: true
|
|
label:
|
|
en_US: Page Index
|
|
zh_Hans: 页码
|
|
pt_BR: Índice da Página
|
|
ja_JP: ページ番号
|
|
human_description:
|
|
en_US: "Single page index to extract"
|
|
zh_Hans: "要提取的单页页码"
|
|
pt_BR: "Índice da página única para extrair"
|
|
ja_JP: "抽出対象のページ番号"
|
|
llm_description: "Single page index to extract"
|
|
form: llm
|
|
default: 0
|
|
extra:
|
|
python:
|
|
source: tools/pdf_single_page.py
|