with the new scripting possibilities for Evernote on the Mac I was able to hack something together that maybe some of you are interested in. It's only for advanced users right now, who are not afraid of the command line. But feel free to make it an easy to use package, anyone (including Evernote staff).
What it does: It takes a pdf as input argument, turns it into a jpg for every page and then creates a note in Evernote that contains all those pages in order. This way, Evernote can do its handwriting recognition magic on a simple multi-page scanned document. Don't go too crazy with the number of pages, though.
You will need to install the python appscript package first. (In the terminal.)
Idea
pdondl 0
Hi Everyone,
with the new scripting possibilities for Evernote on the Mac I was able to hack something together that maybe some of you are interested in. It's only for advanced users right now, who are not afraid of the command line. But feel free to make it an easy to use package, anyone (including Evernote staff).
What it does: It takes a pdf as input argument, turns it into a jpg for every page and then creates a note in Evernote that contains all those pages in order. This way, Evernote can do its handwriting recognition magic on a simple multi-page scanned document. Don't go too crazy with the number of pages, though.
You will need to install the python appscript package first. (In the terminal.)
sudo easy_install appscript
Script can be found there
http://dondl.com/python/evernote_importer.tar
It can also be made into a Service for PDFs by means of Apple's Automator.
Link to comment
4 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.