mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-14 06:10:01 +02:00
Merge pull request #10 from kba/kebab-snake
kebab-case snake_case executable, fix #9
This commit is contained in:
commit
1c4ddac3b6
3 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
__pycache__
|
||||||
|
*.egg-info
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"tools": {
|
"tools": {
|
||||||
"ocrd_sbb_textline_detector": {
|
"ocrd-sbb-textline-detector": {
|
||||||
"executable": "ocrd_sbb_textline_detector",
|
"executable": "ocrd-sbb-textline-detector",
|
||||||
"description": "Detect lines",
|
"description": "Detect lines",
|
||||||
"steps": ["layout/segmentation/line"],
|
"steps": ["layout/segmentation/line"],
|
||||||
"input_file_grp": [
|
"input_file_grp": [
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
"sbb_textline_detector=qurator.sbb_textline_detector:main",
|
"sbb_textline_detector=qurator.sbb_textline_detector:main",
|
||||||
"ocrd_sbb_textline_detector=qurator.sbb_textline_detector:ocrd_sbb_textline_detector",
|
"ocrd-sbb-textline-detector=qurator.sbb_textline_detector:ocrd_sbb_textline_detector",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
python_requires='>=3.6.0',
|
python_requires='>=3.6.0',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue