AutID Posted October 28, 2014 Share Posted October 28, 2014 (edited) ptrex seriously, this is very simple and it is OCR that you can rely on. I used to use Tesseract but after trying modi... Thanks for sharing this. Edit: BTW Modi is not included in MS Office Professional Plus 2010. You will have to install Ms office sharepoint designer 2007 and then enable to run all from your computer to be able to run the codes in this thread. Edited October 28, 2014 by AutID Rfsvieira 1 https://iblockify.wordpress.com/ Link to comment Share on other sites More sharing options...
monteiron Posted August 11, 2020 Share Posted August 11, 2020 (edited) hi, just wanna say this is a great script you have posted and altough it was posted some time ago it still helped greatly in a project i had recently. just wanted to add a small remark... the last section of the code... For $oWord in $miDoc.Images(0).Layout.Words $str = $str & $oWord.text & @CrLf ConsoleWrite($oWord.text & @CRLF) $sArray [$i] = $oWord.text $i += 1 Next _ArrayDisplay($sArray,"OCR Result") Can be replaced with a much simpler MsgBox("","OCR Result",$miDoc.Images(0).Layout.Text) that could also be used if your code is used inside a function as return $miDoc.Images(0).Layout.Text Edited August 11, 2020 by monteiron Link to comment Share on other sites More sharing options...
ptrex Posted August 11, 2020 Author Share Posted August 11, 2020 Thanks... good to see it is still working after so many years 🙂 monteiron 1 Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
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