mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
				synced 2025-11-04 08:02:47 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -72,6 +72,10 @@ Below we will describe all available pipeline arguments that can be used.
 | 
				
			|||||||
    - default = min(4, multiprocessing.cpu_count())
 | 
					    - default = min(4, multiprocessing.cpu_count())
 | 
				
			||||||
    - required = False
 | 
					    - required = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- **_--skip-binarization_**
 | 
				
			||||||
 | 
					    - Used to skip binarization with ocropus.
 | 
				
			||||||
 | 
					    - If skiped, only the tesseract binarization is used.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Example with all arguments used:
 | 
					Example with all arguments used:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`docker exec -it <container-name> ocr -i files_for_ocr -o files_from_ocr -l deu --keep_intermediates --nCores 8`
 | 
					`docker exec -it <container-name> ocr -i files_for_ocr -o files_from_ocr -l deu --keep_intermediates --nCores 8`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user