bruce (owner)

Revisions

gist: 73704 Download_button fork
public
Description:
For my brother, the OCR guy
Public Clone URL: git://gist.github.com/73704.git
Embed All Files: show embed
multitess.sh #
1
2
3
4
5
6
7
#!/bin/bash
 
for file in $*
  do output=`echo $file | sed 's/\.tif//'`
  tesseract $file $output -l eng
done
 
usage.txt #
1
$ ./multitess.sh *.tif