kredit ocr

From chytrex, 5 Years ago, written in Plain Text, viewed 93 times.
URL https://pastebin.chytrex.cz/view/4aa6090e Shorturl http://bit.ly/2F2t2fl Embed
Download Paste or View Raw
  1. #!/bin/bash
  2.  
  3. if [ -r "$1" ]; then
  4.         convert "$1" pnm:- | gocr - -
  5. else
  6.         echo "Potřebuju název fajlu"
  7.         exit 1
  8. fi
  9.  

Reply to "kredit ocr"

Here you can reply to the paste above