mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-07-26 03:09:53 +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": {
|
"tools": {
|
||||||
"ocrd-sbb-binarize": {
|
"ocrd-sbb-binarize": {
|
||||||
"executable": "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"],
|
"categories": ["Image preprocessing"],
|
||||||
"steps": ["preprocessing/optimization/binarization"],
|
"steps": ["preprocessing/optimization/binarization"],
|
||||||
"input_file_grp": [],
|
"input_file_grp": [],
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ install_requires = open('requirements.txt').read().split('\n')
|
||||||
setup(
|
setup(
|
||||||
name='sbb_binarization',
|
name='sbb_binarization',
|
||||||
version=version,
|
version=version,
|
||||||
description='Binarization with ',
|
description='Pixelwise binarization with selectional auto-encoders in Keras',
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
author='Vahid Rezanezhad',
|
author='Vahid Rezanezhad',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue