Skip to content

scripts to make pfdpen from smile software to do batch OCR.

Notifications You must be signed in to change notification settings

matti125/ocrsmile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ocrsmile

scripts to make pfdpen from smile software to do batch OCR. An example of use: find /Users/matti/tmp/Documents -type f -name "*.pdf" -print0 |xargs -0 -n1 ./pdfpenocr.sh

pdfpenocr is just a small wrapper that eventually calls "osascript pdfpenocr.scpt".

pdfpenocr.applescript is the source for pdfpenocr.scpt

pdfpenocr.scpt requires full paths to files, otherwise it cannot find the files. Did not easily find a way to make it behave.

About

scripts to make pfdpen from smile software to do batch OCR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published