Application icon
ericmoret opened this issue · 3 comments
ericmoret commented
It would be nice for the installation script to create an icon for the gui that would appear as an Application. This would allow running without starting the terminal.
LeoFCardoso commented
ericmoret commented
Great suggestion, I actually used your script from GUI #6 with slight changes for zsh which is now default in macos Catalina:
source /etc/zprofile
source $HOME/.zprofile
for f in "$@"
do
/usr/local/bin/pdf2pdfocr.py -st -i "$f"
done
LeoFCardoso commented
I'm closing this as we have a good workaround using automator.