Click here to Skip to main content
15,889,874 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have employee records in an image file.

eno|name |salary
---------------
001|rama |20000
002|john |34000
003|suman|20000
004|johu |34000
005|kamal|20000
006|dinas|34000


please visit the sample file

https://drive.google.com/open?id=1FSuKxH_KXALX4SCV38gH0DHluoaPs0vW

all above records are available in an image file. i have typed like this. it may not be in that image as i have typed.

I want to read the the text one by one to put in textbox in vb.net without mistake. So that i can send to msaccess one by one

any help is highly appreciated. thank u in advance

What I have tried:

In this platform i tried following link

Converting an image file to text in vb.net[^]

also i visited you tube

[VB.NET] Tutorial Extract Text From Image OCR EmguCV - YouTube[^]

but not successful
Posted
Updated 5-Oct-18 9:30am
v4
Comments
Richard MacCutchan 5-Oct-18 6:13am    
It all depends on what sort of image and how the data is stored inside it. You first need to get that information.
CodeMine 5-Oct-18 15:04pm    
https://drive.google.com/open?id=1FSuKxH_KXALX4SCV38gH0DHluoaPs0vW

kindly visit above link
Richard MacCutchan 6-Oct-18 3:44am    
Why?
CodeMine 6-Oct-18 9:04am    
Kindly visit above link as I have store the data file image
Richard MacCutchan 6-Oct-18 9:11am    
That is a list of names in a .PNG file (i.e a picture). But that is not text, so you need to investigate how to convert an image file into text. OCR is the obvious answer, but it is not guaranteed to be accurate. A better solution would be to go back to the people who provide the information and ask for it in a proper readable format.

1 solution

What you seem to talking about is OCR, Optical Character Recognition. There are a bunch of libraries out there that do this. Start with a little Google search, ".net ocr library[^]".

Though, do NOT count on having 100% accuracy. There simply isn't any such thing when doing OCR work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900