Click here to Skip to main content
16,018,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to make OCR of image in asp.net using vb.
I want to make ocr of image and make it as pdf or other doc file.
how to make it in asp.net using vb(not c# basic vb) .
Please reply.
Posted

1 solution

There are lots of OCR libraries available for .NET. Look on Bing for several. You should pick one, add it to your VB project, and then use it as its documentation states. Each OCR library probably has a quickstart tutorial to get you going.

If you get stuck, try reposting your question and state exactly which OCR library you're using.
 
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