mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-26 12:39:54 +02:00
change description ht @bertsky @vahidrezanezhad
This commit is contained in:
parent
b7a6301948
commit
e5bc5572a2
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"tools": {
|
||||
"ocrd-sbb-binarize": {
|
||||
"executable": "ocrd-sbb-binarize",
|
||||
"description": "Smart binarization with sbb_binarization",
|
||||
"description": "Pixelwise binarization with selectional auto-encoders in Keras",
|
||||
"categories": ["Image preprocessing"],
|
||||
"steps": ["preprocessing/optimization/binarization"],
|
||||
"input_file_grp": [],
|
||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ install_requires = open('requirements.txt').read().split('\n')
|
|||
setup(
|
||||
name='sbb_binarization',
|
||||
version=version,
|
||||
description='Binarization with ',
|
||||
description='Pixelwise binarization with selectional auto-encoders in Keras',
|
||||
long_description=open('README.md').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
author='Vahid Rezanezhad',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue