mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	add note for pdftotext
This commit is contained in:
		
							parent
							
								
									188d440560
								
							
						
					
					
						commit
						fd92b6c078
					
				|  | @ -7,10 +7,11 @@ application/csv | |||
|   cat '%s' | ||||
| 
 | ||||
| application/pdf | ||||
|   pdftotext -nopgbrk %s - | sed -e 's/ [a-zA-Z0-9.]\{1\} / /g' -e 's/[0-9.]//g' | ||||
|   pdftotext -q -nopgbrk %s - | sed -e 's/ [a-zA-Z0-9.]\{1\} / /g' -e 's/[0-9.]//g' | ||||
| 
 | ||||
| 	If pdftotext takes too long on large document you may want to pass parameter | ||||
| 	-l to specify the last page to be converted | ||||
| 	-l to specify the last page to be converted. -q is for suppressing error/warnings | ||||
| 	send to stderr | ||||
| 
 | ||||
|   mutool draw -F txt -q -N -o - %s  | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann