Re: Accessible and Automated OCR Workflow

2014-08-18 Thread Antoine McGrath
Keith I like the initial OCR check which you set up in the PDFPen Pro script. and would imagine you brought the pre check over to your abbyy version as well. A hat tip to Mr. Domachowski for this post for automating abbyy ocr: https://plus.google.com/111266471239358783685/posts/FEhrGUQXqGw --

Re: Accessible and Automated OCR Workflow

2014-03-19 Thread Nicholas Parsons
I take full responsibility for your purchase. Hope it's giving you good results. I've messaged you off list for that link. Cheers, Nic -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails fr

Re: Accessible and Automated OCR Workflow

2014-03-19 Thread Keith Watson
Nick, You suck! My wife is going to shoot me when she sees our Visa bill next month! I went ahead and bought FineReader Pro and have cobbled together a Hazel rule with an AppleScript that works. What a pain in the butt that was. Had to use System Events for every bloody part of the script. Anyw

Re: Accessible and Automated OCR Workflow

2014-03-17 Thread Nicholas Parsons
Thanks, Keith, I'll check that out. I am using FineReader Pro. I used the trial version from their website, but now I have bought the version in the Mac App Store. I've heard that FineReader Express produced much poorer results, hence I went with FineReader Pro. Best, Nic -- You received this

Re: Accessible and Automated OCR Workflow

2014-03-17 Thread Keith Watson
Nick, What version of ABBY are you using? I have seen much out there about ABBY FineReader Express. I am sort of interested in which one you have as PDFPen is using a version of ABBY itself but you seem to be getting better results with a stand alone version. Anyway, you may want to take a loo

Re: Accessible and Automated OCR Workflow

2014-03-17 Thread Nicholas Parsons
Thanks, Keith, I now have it working well with Hazel and PDFPen Pro, though I find that PDFPen's results are definitely not as good as ABBYY FineReader's, especially for languages which PDFPen does not support. But having this batch perform OCR on all files in a folder is fantastic, so I'd reall

Re: Accessible and Automated OCR Workflow

2014-03-16 Thread Keith Watson
Anne, I have a friend who owns ABBY. I will ask him to play with it a bit to see if it can be substituted. Keith On Mar 15, 2014, at 5:00 PM, Anne Robertson wrote: > Hello Keith, > > I have both ABBYY FineReader Express and FineReader Pro, neither were in the > table when I did Cmd-Shift-o i

Re: Accessible and Automated OCR Workflow

2014-03-16 Thread Keith Watson
Ooops, don't think I quite answered your first question in full. theFile is an alias to the file that Hazel is performing the action on. So that line of code calls a shell script to look at the file for a specific string. If its there then the file is already OCR'd and nothing needs to be done t

Re: Accessible and Automated OCR Workflow

2014-03-16 Thread Keith Watson
Hi, Sorry for the delay in getting back with you on this. The wife had me working all day and am now just catching up with email. so, lets take them one at a time. 1. This script works from a Hazel rule. So you can create a rule on a particular folder with an action that says, if all of the fo

Re: Accessible and Automated OCR Workflow

2014-03-16 Thread Nicholas Parsons
Hi Keith, Three more questions. 1. What do the following lines do? Do they test whether the file is a text-based or image-based pdf? Do I need to customise any of that stuff (e.g. the MyFile thing), or do I simply copy and paste it as is? set myFile to POSIX path of theFile set theResult to do

Re: Accessible and Automated OCR Workflow

2014-03-15 Thread Alex Hall
To my knowledge, that is the best way. If Applescript Editor sees no way to script an app, there is no way to script an app, or the developers really want to hide the ability. On Mar 15, 2014, at 5:00 PM, Anne Robertson wrote: > Hello Keith, > > I have both ABBYY FineReader Express and FineRea

Re: Accessible and Automated OCR Workflow

2014-03-15 Thread Anne Robertson
Hello Keith, I have both ABBYY FineReader Express and FineReader Pro, neither were in the table when I did Cmd-Shift-o in the Applescript editor. Is there some other way to determine whether an API is available? Cheers, Anne On 15 Mar 2014, at 19:53, Keith Watson wrote: > Nick, > > Depend

Re: Accessible and Automated OCR Workflow

2014-03-15 Thread Keith Watson
Nick, Depends on if ABBY has included an API for AppleScript. I can't tell you as I don't own it. I do know that PDFPen uses ABBY for their OCR. At least that is what I have seen in my Applications folder. As for the tabs in AppleScript. They are just for readability. Keeps the different secti

Re: Accessible and Automated OCR Workflow

2014-03-14 Thread Nicholas Parsons
Hi Keith, Thanks a bunch for that! Just a couple of questions. First, generally, are the tabs significant in Apple Script? I suspect yes but I've never learnt Apple Script so I'm not sure. Second, do you have any idea if ABBYY FineReader is scriptable and could it thus be used instead of PDFPe

Re: Accessible and Automated OCR Workflow

2014-03-13 Thread Daniela Rubio
Hello! Regarding the script you use, can it be changed to use, for example, ABBYY fine reader to OCR a document? Could that be posible of doing? It sounds very interesting! Thanks for your ideas! Daniela Rubio T iPhone: +34662328507 El 13/03/2014, a las 20:48, Keith Watson escribió: > Nick,

Re: Accessible and Automated OCR Workflow

2014-03-13 Thread Keith Watson
Nick, Below I will paste a copy of the AppleScript that I use in a Hazel rule that will open a pdf, check to see if it needs to be OCR'd, OCR it if necessary and then move it to another folder to be sorted by other requirements. In PDFPen Pro you can set the preferences to OCR upon opening. I h

Re: Accessible and Automated OCR Workflow

2014-03-11 Thread Daniela Rubio
Hello! Can you provide please a link to that podcast where we can create scripts for automating OCR proceses? Thanks a lot! Daniela Rubio T iPhone: +34662328507 El 12/03/2014, a las 04:41, Nicholas Parsons escribió: > HI list, > > I get tens if not hundreds of scanned documents at work wh

Accessible and Automated OCR Workflow

2014-03-11 Thread Nicholas Parsons
HI list, I get tens if not hundreds of scanned documents at work which have not been OCR-ed. I've been trialling a number of OCR programs recently. I've been really impressed with ABBYY Fine Reader, which seems to produce much better results than Prizmo or even Docuscan Plus. However, manually