LeoFCardoso/pdf2pdfocr

Application icon

ericmoret opened this issue · 3 comments

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.

Hi Eric!
Please consider create macos App using Automator.
Here's a sample screen shot (portuguese)
Captura de tela 2020-04-11 13 00 30

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

Screen Shot 2020-04-11 at 9 45 57 AM

I'm closing this as we have a good workaround using automator.