| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- identity:
- author: "chenlong028"
- name: "image_fitz"
- label:
- en_US: "image_fitz"
- zh_Hans: "image_fitz"
- pt_BR: "image_fitz"
- ja_JP: "image_fitz"
- description:
- en_US: "提供将输入图片(本地路径、HTTP(S) URL 或 PIL.Image)通过 PyMuPDF(fitz) 按指定 DPI 渲染为新的高质量图像的能力。"
- zh_Hans: "提供将输入图片(本地路径、HTTP(S) URL 或 PIL.Image)通过 PyMuPDF(fitz) 按指定 DPI 渲染为新的高质量图像的能力。"
- pt_BR: "提供将输入图片(本地路径、HTTP(S) URL 或 PIL.Image)通过 PyMuPDF(fitz) 按指定 DPI 渲染为新的高质量图像的能力。"
- ja_JP: "提供将输入图片(本地路径、HTTP(S) URL 或 PIL.Image)通过 PyMuPDF(fitz) 按指定 DPI 渲染为新的高质量图像的能力。"
- icon: "icon.svg"
- #########################################################################################
- # If you want to support OAuth, you can uncomment the following code.
- #########################################################################################
- # oauth_schema:
- # client_schema:
- # - name: "client_id"
- # type: "secret-input"
- # required: true
- # url: https://example.com/oauth/authorize
- # placeholder:
- # en_US: "Please input your Client ID"
- # zh_Hans: "请输入你的 Client ID"
- # pt_BR: "Insira seu Client ID"
- # help:
- # en_US: "Client ID is used to authenticate requests to the example.com API."
- # zh_Hans: "Client ID 用于认证请求到 example.com API。"
- # pt_BR: "Client ID é usado para autenticar solicitações à API do example.com."
- # label:
- # zh_Hans: "Client ID"
- # en_US: "Client ID"
- # - name: "client_secret"
- # type: "secret-input"
- # required: true
- # url: https://example.com/oauth/authorize
- # placeholder:
- # en_US: "Please input your Client Secret"
- # zh_Hans: "请输入你的 Client Secret"
- # pt_BR: "Insira seu Client Secret"
- # help:
- # en_US: "Client Secret is used to authenticate requests to the example.com API."
- # zh_Hans: "Client Secret 用于认证请求到 example.com API。"
- # pt_BR: "Client Secret é usado para autenticar solicitações à API do example.com."
- # label:
- # zh_Hans: "Client Secret"
- # en_US: "Client Secret"
- # credentials_schema:
- # - name: "access_token"
- # type: "secret-input"
- # label:
- # zh_Hans: "Access Token"
- # en_US: "Access Token"
- tools:
- - tools/image_fitz.yaml
- extra:
- python:
- source: provider/image_fitz.py
|