18 lines
336 B
TOML
18 lines
336 B
TOML
[project]
|
|
name = "pp-ocrv6-cpu"
|
|
version = "0.1.0"
|
|
description = "CPU runtime for the unified PP-OCRv6 application"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"paddleocr==3.7.0",
|
|
"paddlepaddle==3.2.1",
|
|
"pypdfium2>=5.11.0",
|
|
"setuptools>=83.0.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=8.4.0",
|
|
]
|