Seaborgium Posted June 26, 2012 Posted June 26, 2012 Is there any script for OCR that allow it to be automatic by keep scanning a folder for input images and auto OCR the image and save it in another folder?
clicked Posted June 26, 2012 Posted June 26, 2012 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.
jdelaney Posted June 26, 2012 Posted June 26, 2012 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.
Seaborgium Posted June 29, 2012 Author Posted June 29, 2012 Can i use other OCR like FreeOCR and use cygwin to make it automatic?
jdelaney Posted June 29, 2012 Posted June 29, 2012 MODI is free, with SharePoint Designer 2007, which i think is also free: http://support.microsoft.com/kb/982760Then 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.
Seaborgium Posted July 2, 2012 Author Posted July 2, 2012 MODI could only open Tiff file or mdi file but i want to OCR Jpg files
jdelaney Posted July 2, 2012 Posted July 2, 2012 save as a tiff ...but i was able to get png and jpg to work, so not sure what error you are ref to. 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.
Seaborgium Posted July 11, 2012 Author Posted July 11, 2012 I used this person script however i do now have any knowledge on this script. I wan the output of the Ocr to save into Microsoft words. How do i edit the script to do that?
Seaborgium Posted July 12, 2012 Author Posted July 12, 2012 Bump. I wan to paste the stored value in the array into microsoft word. how do i do that?
jdelaney Posted July 12, 2012 Posted July 12, 2012 The function u've listed retruns words in an array...throw that array into: _FileWriteFromArray 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.
Seaborgium Posted July 13, 2012 Author Posted July 13, 2012 Thanks for your help jdelaney that code worked.
Seaborgium Posted July 13, 2012 Author Posted July 13, 2012 How do i match my ocr output with my postgresql database?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now