Real OCR in AU3 In the support forum I saw serveral posts about OCR. And this has been discussed over and over again in a rather complex way. This gives you OCR in no time and no effort. ; http://msdn2.microsoft.com/en-us/library/aa202819(office.11).aspx #include <GUIConstants.au3> #include <Array.au3> Dim $miDoc, $Doc Dim $str Dim $oWord Dim $sArray[500] Const $miLANG_CZECH = 5 Const $miLANG_DANISH = 6 Const $miLANG_DUTCH = 19 Const $miLANG_ENGLISH = 9 Const $miLANG_FI