Skip to content

Commit

Permalink
fix:readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
高魏洪 committed Feb 18, 2025
1 parent ddd300c commit 4d75de9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Project
Name: start-pdf2img-cap
Provider:
- 阿里云
Version: 0.0.1
Version: 0.0.2
Description: 本案例是将 pdf 转 img的逻辑封装成一个python函数,快速创建并部署到云原生应用开发平台 CAP。
HomePage: https://github.com/devsapp/start-pdf2img/tree/dipper
Organization: 阿里云函数计算(FC)
Expand Down
4 changes: 3 additions & 1 deletion readme.md
4 changes: 3 additions & 1 deletion src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<appdetail id="flushContent">

本案例是将 pdf 转 img的逻辑封装成一个python函数,快速创建并部署到阿里云函数计算 FC
本案例是将 pdf 转 img的逻辑封装成一个python函数,快速创建并部署到云原生应用开发平台 CAP

运用了pdf2image 这一个 Python 库,专门用于将 PDF 文件转换为图像。这个库为 PDF 到图像的转换提供了简单的接口,并依赖于流行的开源软件 Poppler 工具进行实际的转换过程。

Expand Down Expand Up @@ -123,6 +123,8 @@ $ s invoke -e '{"bucket": "my-bucket", "region": "cn-hangzhou", "src_object": "t

您可以通过云端控制台 webIDE 的开发功能进行二次开发。

也可以在初始化项目时,需要绑定代码仓库,CAP平台会自动配置代码仓库的Webhook。当仓库对应的分支有任何提交时,CAP平台会收到Webhook推送,并自动完成构建与部署。

</development>


Expand Down

0 comments on commit 4d75de9

Please sign in to comment.