Help required in comparing an image file with a text file
-
Friends, I want to compare an image file which contains text with a text file. Is it possible? If so, could you please help me in achieving the same. Thank, Snu
You mean a text in an image need to copmared with a string???? IF this is the case then you need to go for image recognition systems..... (Not such an easy task as easy to say).....
Have a Happy Coding.....
-
You mean a text in an image need to copmared with a string???? IF this is the case then you need to go for image recognition systems..... (Not such an easy task as easy to say).....
Have a Happy Coding.....
Hi I dont mean text in an image. I have a TableLayoutPanel and i have added label controls to the each cell of its 1st column.Also i have used a listview control to display the list of all files from a directory.For a design purpose, i want the name of the file to be displayed in the 1st label in the 1st cell of the table when i select any file name from the listview control.Similarly when the 2nd item from listview is selected it should appear in the 2nd label. Currently i have a design which has a mapping like when i select on the 1st filename it appears in the 1st label,2nd file name in the 2nd label...the drawback that i face here is that suppose if by random i select 5th filename from listview it appears on the 5th label. I hope im making myself clear.Please help me with this