- ls *.jpg | gawk '1==1 {printf("convert %s %s.tif\n",$0,$0);}' | sh
- ls *.tif | gawk '1==1 {printf("tesseract -l eng+ita %s %s.txt pdf \n",$0,$0);}' | sh
Untitled
Posted by Anonymous on Fri 13th Jul 2018 13:24
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.