Posts

OCR process using free OCR tool vb.net

google it emgu cv 2.4 soruceforgenet download the zip for x86 ObjectBrowser cllick browse button goto the bin direct, select all dll of the tool click add now from objectborwser tool select left pane, you can see, all tools are listed select one by one click add to refrence from object browser windows tools button from all dll from following folder copy x86 and tessdata from your tools folder into your project copy tessdata folder to your bin\debug folder with your setup Code Imports Emgu.CV Imports Emgu.Util Imports Emgu.CV.OCR 'Imports Emgu.CV.Structured Imports Emgu.CV.Structure Public Class Form1 Dim ocr As Tesseract = New Tesseract("tessdata", "eng", Tesseract.OcrEngineMode.OEM_DEFAULT) Dim pic As Bitmap = New Bitmap(270, 100) Dim gfx As Graphics = Graphics.FromImage(pic) Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load PictureBox1.Image = Image.FromFile("G:\Article\VBNET\OCR\OCR\OCR\bin\...

Intro

this blog contains snippets not full code, is use for reference purpose