Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. FOUND=$(tesseract "$i" out -psm 0 |& grep -ci 'Orientation in degrees: [^0]')
  2.  
  3. find corpus/ -type f -exec ./individual.sh {} ;
  4.  
  5. ./individual.sh: 7: ./individual.sh: Syntax error: "&" unexpected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement