Jump to content

Automatic OCR


Recommended Posts

There are probably scripts for scanning a folder, and certainly various scripts that do stuff with OCR packages (try searching on OCR or tesseract). You will still have much work to do e.g. download and install the OCR package, get the AutoIt OCR integration working, get a scanning loop going ...

My experience with tesseract (a free OCR) is that it is not very good, but then I'm mostly working with technical displays with names like TESTOA004Z, and no OCR is going to do a good job on that.

Link to comment
Share on other sites

MODI is part of msoffice, but it's not included in 2010, but it can still be downloaded somewhere (google it)...results are not that great, as well....

Local $miDoc = ObjCreate("MODI.Document")

IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

MODI is free, with SharePoint Designer 2007, which i think is also free: http://support.microsoft.com/kb/982760

Then you can call it in your script...just search MODI in the form, and you will get examples.

IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...