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
| #!/bin/bash | |
| # ocr-script.sh | |
| # | |
| # Usage: | |
| # Set this file as the post-processing script in the simple-scan preferences. No extra arguments needed. | |
| # Any postprocessing script arguments entered in the preferences will be passed along to ocrmypdf, for | |
| # example, add -l=eng+spa to recognize English and Spanish text. | |
| # | |
| # Requirements: | |
| # - simple-scan |