This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright Alexander Jerneck 2014 | |
# Licensed under the MIT license (http://opensource.org/licenses/MIT) | |
#!/bin/bash | |
## Script to batch ocr pdfs, by first converting them to tifs. | |
echo "usage: ocr PATTERN where PATTERN is a glob matching pdf files to be converted." | |
echo "example: ./ocr file-20*.pdf" | |
for x in $@ | |
do |