Spaces:
Sleeping
Sleeping
Sync pyproject.toml to 86e2b67
Browse files- pyproject.toml +9 -1
pyproject.toml
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
[project]
|
| 2 |
name = "ocr-bench"
|
| 3 |
-
version = "0.
|
| 4 |
description = "OCR model evaluation toolkit — VLM-as-judge with per-dataset leaderboards"
|
| 5 |
readme = "README.md"
|
| 6 |
authors = [
|
| 7 |
{ name = "Daniel van Strien", email = "davanstrien@gmail.com" }
|
| 8 |
]
|
| 9 |
requires-python = ">=3.11"
|
|
|
|
| 10 |
dependencies = [
|
| 11 |
"datasets>=4.0.0",
|
| 12 |
"huggingface-hub",
|
|
@@ -20,6 +21,11 @@ dependencies = [
|
|
| 20 |
"tqdm",
|
| 21 |
]
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
[project.scripts]
|
| 24 |
ocr-bench = "ocr_bench.cli:main"
|
| 25 |
|
|
@@ -38,6 +44,8 @@ select = ["E", "F", "I", "UP"]
|
|
| 38 |
|
| 39 |
[dependency-groups]
|
| 40 |
dev = [
|
|
|
|
| 41 |
"pytest>=9.0.2",
|
|
|
|
| 42 |
"ty>=0.0.17",
|
| 43 |
]
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "ocr-bench"
|
| 3 |
+
version = "0.0.3"
|
| 4 |
description = "OCR model evaluation toolkit — VLM-as-judge with per-dataset leaderboards"
|
| 5 |
readme = "README.md"
|
| 6 |
authors = [
|
| 7 |
{ name = "Daniel van Strien", email = "davanstrien@gmail.com" }
|
| 8 |
]
|
| 9 |
requires-python = ">=3.11"
|
| 10 |
+
license = "Apache-2.0"
|
| 11 |
dependencies = [
|
| 12 |
"datasets>=4.0.0",
|
| 13 |
"huggingface-hub",
|
|
|
|
| 21 |
"tqdm",
|
| 22 |
]
|
| 23 |
|
| 24 |
+
[project.urls]
|
| 25 |
+
Homepage = "https://github.com/davanstrien/ocr-bench"
|
| 26 |
+
Repository = "https://github.com/davanstrien/ocr-bench"
|
| 27 |
+
Demo = "https://huggingface.co/spaces/davanstrien/ocr-bench-britannica-results-qwen35-viewer"
|
| 28 |
+
|
| 29 |
[project.scripts]
|
| 30 |
ocr-bench = "ocr_bench.cli:main"
|
| 31 |
|
|
|
|
| 44 |
|
| 45 |
[dependency-groups]
|
| 46 |
dev = [
|
| 47 |
+
"hypothesis>=6.156.1",
|
| 48 |
"pytest>=9.0.2",
|
| 49 |
+
"ruff>=0.11",
|
| 50 |
"ty>=0.0.17",
|
| 51 |
]
|