Skip to content

feat: make image upload size configurable#3

Open
Nriver wants to merge 1 commit intoRapidAI:mainfrom
Nriver:main
Open

feat: make image upload size configurable#3
Nriver wants to merge 1 commit intoRapidAI:mainfrom
Nriver:main

Conversation

@Nriver
Copy link

@Nriver Nriver commented Oct 23, 2025

现在手机拍照很容易达到几十MB,默认的3MB限制太小了。
这个PR可以将默认的图片上传3MB限制改成可以动态配置。

# 默认还是3MB
python ocrweb.py
# 限制20MB
python ocrweb.py --max-content-length 20
# 不限制图片上传大小
python ocrweb.py --max-content-length 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant