mirror of
				https://github.com/qurator-spk/sbb_textline_detection.git
				synced 2025-10-31 01:14:17 +01:00 
			
		
		
		
	Merge pull request #28 from sulzbals/ocrd-compliance
ocrd-tool.json: Make description OCR-D compliant
This commit is contained in:
		
						commit
						d36b01591d
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -1,8 +1,10 @@ | |||
| { | ||||
|   "version": "0.0.1", | ||||
|   "git_url": "https://github.com/qurator-spk/sbb_textline_detection", | ||||
|   "tools": { | ||||
|     "ocrd-sbb-textline-detector": { | ||||
|       "executable": "ocrd-sbb-textline-detector", | ||||
|       "categories": ["Image preprocessing", "Layout analysis", "Text recognition and optimization"], | ||||
|       "description": "Detect lines", | ||||
|       "steps": ["layout/segmentation/line"], | ||||
|       "input_file_grp": [ | ||||
|  | @ -12,7 +14,12 @@ | |||
|         "OCR-D-SBB-SEG-LINE" | ||||
|       ], | ||||
|       "parameters": { | ||||
|         "model": {"type": "string", "format": "file", "cacheable": true} | ||||
|         "model": { | ||||
|           "type": "string", | ||||
|           "format": "file", | ||||
|           "cacheable": true, | ||||
|           "description": "Path to directory containing models to be used (See https://qurator-data.de/sbb_textline_detector/)" | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue