Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmosShadow committed Jul 5, 2024
1 parent 48e560e commit 62f2623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Parses a PDF file into a Markdown file and returns the Markdown content along wi

## Version

- 0.0.9: Optimize pdf parsing process, better parsing effect
- 0.0.9~0.0.10: Optimize pdf parsing process, better parsing effect
- 0.0.2 - 0.0.8: Add gpt_worker parameter;Add GLM-4V, Azure OpenAI support; Fix some bugs
- 0.0.1: First version

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def parse_pdf(

## 版本

- 0.0.9: 优化 PDF 解析流程,解析效果更好
- 0.0.9~0.0.10: 优化 PDF 解析流程,解析效果更好
- 0.0.2 - 0.0.8: 添加 gpt_worker 参数;添加 GLM-4V、Azure OpenAI 支持;修复一些 bug
- 0.0.1: 第一个版本

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gptpdf"
version = "0.0.9"
version = "0.0.10"
description = "Using GPT to parse PDF"
authors = ["Chen Li <lichenarthurdata@gmail.com>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 62f2623

Please sign in to comment.