ContributionsMost RecentMost LikesSolutionsRe: How to get the coordinate of the text in the image ? From OCR i able to get the text in the image and from search image i can get the image is present or not but for me the text will get always get changes so i cant do both in this for example in the image lte-baseline.xdb can change as frequently so i cant relay on the find image in image , OCR is able to get the text of an image but i need coordinate so i can click on the text in the image. How to get the coordinate of the text in the image ? Hi, I like to get the Coordinate of an Text in the image for example In the image you can see the text like "lte-baseline.xdb" so i like to get the x,y coordinate of the image Thanks Mughil Re: How to Read and compare images in two excel files Can you give me the same code in VBScript so i can do image compare. I was trying to do but got stuck with i am converting the code syntax. function LogExcelPicture(num) { var Excel = Sys.OleObject("Excel.Application"); Excel.Workbooks.Open("C:\\Book1.xls"); Excel.WorkSheets(1).Shapes(num).Copy(); Log.Picture(Sys.Clipboard, "clipboard picture"); Excel.Quit(); } Re: Compare 2 Excel files Iam using that source code only but i am not able to compare 10Mb size Excel file it take longer tan 30 min. Re: Compare two Excel files that has both data and image? I am using that only but it doesn't seem to be comparing images in the excel it only compare Data in the excel files. Compare two Excel files that has both data and image? Hi, I like to Compare two excel files that can compare all the content in the Excel including images. As you can see in the image it does have both Data and image so i like to compare Data as well as Image in the excel. Thanks in Advance Re: How to get the image compare result as image and save it to specific location Sorry i need to get the difference image that red color image How to get the image compare result as image and save it to specific location Hi, I like to compare 2 image and get the difference in the image save save it to a specific location for example : i have a So i able to get the difference in logs by using Region.Compare(Pic1,Pic2) but that Difference image i like to save in a proper location for my reference. Thanks in Advance. SolvedHow to use Multiple NameMapping in a single project? Hi, I like to use multiple NameMapping in a single project foe example, NameMapping.Select("c:\temp\NameMapping1") .... Aliases.Notepad.Click() ... .... NameMapping.Select("c:\temp\NameMapping2") .... Aliases.Wordpad.Click() .... .... Re: Get the pixel coordinate of the particular image or object with respect to color I Dont get it can you provide me a example in code.