08-04-2007, 10:50 AM
What about OCR...
OCR
|
08-04-2007, 10:50 AM
What about OCR...
08-04-2007, 10:53 AM
Not in near future.
08-06-2007, 09:22 AM
I was looking for...
I found this: http://www.autoitscript.com/forum/index....ntry383144 How use this in QM?
08-06-2007, 10:18 AM
str img="$desktop$\clipboard.tif" ;;this is an image containing text MS Office must be installed. Don't know what is the minimal version. I have Office 2003.
08-09-2007, 12:19 AM
very nice! i can really use this thanks.
08-31-2007, 01:28 PM
Almost every other time I run the OCR, I get this error. If I back out and restart, it sometimes will work, sometimes not.
any ideas? (running latest version of QM on Windows XP Error (RT) in OCR-MLS-Trigger: 0xC6C81091, OCR running error POINT+ OCRpos; xm(OCRpos)
08-31-2007, 01:54 PM
This is weird,
It works everytime by keyboard trigger but not by menu item call of the macro. Strange. Does that help anyone figure this out? Thanks!!, Stuart
09-01-2007, 02:43 PM
Maybe you'll find some information about it on the internet. Search for "OCR running error". Or in MODI (microsoft office document imaging) documentation, which should be somewhere in the MSDN library.
09-03-2007, 11:23 AM
That error is generated when the OCR engine fails to recognize text. It fails if there is no text, or only single character. In some places it fails with no obvious reason. For example, fails to recognize www button text in this web page, whereas recognizes text of other similar buttons.
To test, I used this macro. ;This macro OCRs text by the mouse pointer. CaptureRect is here Quote:It works everytime by keyboard trigger but not by menu item call of the macro. Strange. Does that help anyone figure this out? Maybe because the menu is still fading out at that time. Wait 0.5 s.
09-06-2007, 03:33 AM
Will try it out and let you know
Thanks a million.... Stuart
07-22-2012, 03:00 PM
Gindi, Stu, et al.
I have used Gindi's macro above for years and it's been great. I have now upgraded to Office 2010, but as you may be aware, MODI is gone Per this link below, the OCR capability is now in OneNote. If you or anyone else out there would like a QM puzzle ....namely making a similar macro that runs off the OneNote typelib, this user would greatly appreciate it. Hopefully others too. http://answers.microsoft.com/en-us/offi ... f9f3ac1323
07-23-2012, 06:40 AM
MODI can be installed without Office. Free.
http://support.microsoft.com/kb/982760
07-23-2012, 07:32 AM
I installed SharePoint Designer (only Microsoft Office Document Imaging) on Windows 8. It works. Type library version must be 12.
Macro MODI str fBmp="$temp$\qm_modi.bmp" Tried to use MODI dlls without installing, but does not work. Creates object, but fails at doc.Create.
07-25-2012, 04:00 AM
Okay, thanks for the info. Does not work unless installed, eh??? Gee, it's like you've read my mind ...like there's no end to your talents....at all :o ...because I need to do it with what's already on the machine (no machine modifications allowed). I will play with OneNote and report back to the forum, probably with failure...but you never know....miracles do happen.
|
« Next Oldest | Next Newest »
|