mirror of
				https://github.com/qurator-spk/sbb_textline_detection.git
				synced 2025-10-31 17:34:16 +01:00 
			
		
		
		
	Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector
This commit is contained in:
		
						commit
						d08712533a
					
				
					 1 changed files with 13 additions and 26 deletions
				
			
		
							
								
								
									
										39
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										39
									
								
								README.md
									
										
									
									
									
								
							|  | @ -1,37 +1,24 @@ | |||
| # Textline-Recognition | ||||
| 
 | ||||
| *** | ||||
| # Tool | ||||
| This tool does textline detection of image and throw result as xml data. | ||||
| 
 | ||||
| # Installation: | ||||
| # Models | ||||
| In order to run this tool you need corresponding models. You can find them here: | ||||
| 
 | ||||
| Setup virtual environment: | ||||
| ``` | ||||
| virtualenv --python=python3.6 venv | ||||
| ``` | ||||
| https://file.spk-berlin.de:8443/textline_detection/ | ||||
| 
 | ||||
| # Installation | ||||
| 
 | ||||
| sudo pip install . | ||||
| 
 | ||||
| # Usage | ||||
| 
 | ||||
| sbb_textline_detector -i 'image file name' -o 'directory to write output xml' -m 'directory of models' | ||||
| 
 | ||||
| Activate virtual environment: | ||||
| ``` | ||||
| source venv/bin/activate | ||||
| ``` | ||||
| 
 | ||||
| Upgrade pip: | ||||
| ``` | ||||
| pip install -U pip | ||||
| ``` | ||||
| 
 | ||||
| Install package together with its dependencies in development mode: | ||||
| ``` | ||||
| pip install -e ./ | ||||
| ``` | ||||
| 
 | ||||
| *** | ||||
| 
 | ||||
| Perform document structure and textline analysis on a | ||||
| scanned document image and save the result as PAGE XML. | ||||
| 
 | ||||
| ### Usage | ||||
| ``` | ||||
| text_line_recognition --help | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue