Created glitcherature Emacs minor mode.
[robmyers:glitcherature.git] / discard / ocrcorrupt.sh
1 #!/bin/bash
2
3 # pbmtext can take multiple lines
4
5 echo "Hello world!
6 This is some text...
7 The quick brown fox jumps over the lazy dog." | pbmtext | gocr -
8
9 # pbmtextps only takes a single line
10 # gocr doesn't like being piped the output of pbmtextps
11
12 pbmtextps -fontsize 8 "The quick brown fox jumps over the lazy dog." | gocr -