mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
expand keywords and supported Python versions
This commit is contained in:
parent
38c028c6b5
commit
2a1f892d72
1 changed files with 10 additions and 1 deletions
|
|
@ -11,7 +11,12 @@ description = "Document Layout Analysis"
|
|||
readme = "README.md"
|
||||
license.file = "LICENSE"
|
||||
requires-python = ">=3.8"
|
||||
keywords = ["document layout analysis", "image segmentation"]
|
||||
keywords = [
|
||||
"document layout analysis",
|
||||
"image segmentation",
|
||||
"binarization",
|
||||
"optical character recognition"
|
||||
]
|
||||
|
||||
dynamic = [
|
||||
"dependencies",
|
||||
|
|
@ -25,6 +30,10 @@ classifiers = [
|
|||
"Intended Audience :: Science/Research",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Topic :: Scientific/Engineering :: Image Processing",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue