|
[project]
|
|
name = "pp-ocrv6-gpu"
|
|
version = "0.1.0"
|
|
description = "GPU runtime for the unified PP-OCRv6 application"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11,<3.13"
|
|
dependencies = [
|
|
"paddleocr==3.7.0",
|
|
"paddlepaddle-gpu==3.2.1",
|
|
"pypdfium2>=5.11.0",
|
|
"setuptools>=83.0.0",
|
|
]
|