This commit is contained in:
2025-09-03 17:33:18 +09:00
parent 9d436cd592
commit e2b8375cac
8 changed files with 526 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "paddleocr-interface"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"streamlit>=1.49.1",
"paddleocr[all]>=3.2.0",
"paddlepaddle>=2.6.1",
"paddleslim>=2.6.0",
"numpy<2.0",
]
[dependency-groups]
dev = [
"ruff>=0.12.11",
]