You are viewing our Forum Archives. To view or take place in current topics click here.
Read Text From an Image? [VB]
Posted:

Read Text From an Image? [VB]Posted:

WhutizCod
  • Junior Member
Status: Offline
Joined: Dec 03, 201013Year Member
Posts: 68
Reputation Power: 2
Status: Offline
Joined: Dec 03, 201013Year Member
Posts: 68
Reputation Power: 2
I've been looking to do this for a while now, and no I don't plan on trying to make a captcha reader, as I know that would be near impossible. But I have just a simple fonted image with a string of text inside of the image, and I would like to know how if possible to read the text out of the image, and put it into a string.

Here is the image w/ the text inside, pretty basic font.
[ Register or Signin to view external links. ]

I want the program to be able to read the text out of that image, and put it into a declared string.

Thanks TTG.
#2. Posted:
vRice
  • Winter 2016
Status: Offline
Joined: Dec 17, 201112Year Member
Posts: 823
Reputation Power: 41
Status: Offline
Joined: Dec 17, 201112Year Member
Posts: 823
Reputation Power: 41
I don't really program that much any more but I know a captcha that would only have a few images would be pretty easy to make(:

Example...
If Picturebox1.visible and textbox1.text = "Put the text here which is in the captcha"

I don't know if that would work as I say, I don't program a lot anymore.
#3. Posted:
WhutizCod
  • Junior Member
Status: Offline
Joined: Dec 03, 201013Year Member
Posts: 68
Reputation Power: 2
Status: Offline
Joined: Dec 03, 201013Year Member
Posts: 68
Reputation Power: 2
SimpleGfx wrote
I don't really program that much any more but I know a captcha that would only have a few images would be pretty easy to make(:

Example...
If Picturebox1.visible and textbox1.text = "Put the text here which is in the captcha"

I don't know if that would work as I say, I don't program a lot anymore.


No no, I mean I want my program to read what is in the image.
#4. Posted:
vRice
  • 2 Million
Status: Offline
Joined: Dec 17, 201112Year Member
Posts: 823
Reputation Power: 41
Status: Offline
Joined: Dec 17, 201112Year Member
Posts: 823
Reputation Power: 41
WhutizCod wrote
SimpleGfx wrote
I don't really program that much any more but I know a captcha that would only have a few images would be pretty easy to make:)

Example...
If Picturebox1.visible and textbox1.text = "Put the text here which is in the captcha"

I don't know if that would work as I say, I don't program a lot anymore.


No no, I mean I want my program to read what is in the image.

Ohh aha,
Sorry I must have read it wrong, you should try hackforums.
They would be more help as their community is based on programming(:
#5. Posted:
Imp
  • Retired Staff
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Microsoft did a component called MODI (Microsoft Office Document Imaging) in Office 2003 and Office 2007.

[ Register or Signin to view external links. ]

This uses OCR (Optical character recognition) to scan an image and retrieve text.

Or you can use an OCR Tool, heres a good free one [ Register or Signin to view external links. ]

Remember this will only be any good on high res pictures and straight line text.
#6. Posted:
Z61
  • V5 Launch
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
-Rango- wrote Microsoft did a component called MODI (Microsoft Office Document Imaging) in Office 2003 and Office 2007.

[ Register or Signin to view external links. ]

This uses OCR (Optical character recognition) to scan an image and retrieve text.

Or you can use an OCR Tool, heres a good free one [ Register or Signin to view external links. ]

Remember this will only be any good on high res pictures and straight line text.

He is trying to do it for like a key scanner thing.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.