Results 1 to 11 of 11

Thread: Creating OCR

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    Creating OCR

    Hello Friends

    I need to develop an OCR Application ...
    Frankly speakig i dont know much about This OCR Technique...
    So Any Help ,Refrence Tutorial Will be of Really help...
    waise i need to develop ocr for font Arial

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Creating OCR

    Ocr?
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Creating OCR

    As you are a begginer, I wouldn't even recommend trying to make this application at this point. Text recognition is a part of AI programming, and is very very complicated. In fact, in any case, I wouldn't do it in VB at all.

  4. #4
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Creating OCR

    http://www.google.co.uk/search?q=define%3A+ocr

    that clears up what an OCR is...

    And the last time i checked an OCR is extremely advanced for someone whos new to it...
    I mean over at the place i code and chat theres only one dude attempting it and hes being coding for years... needlees to say hes not great at it...

    i have some code, but its from another application, so i don't know which exact part it is...
    Zeegnahtuer?

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Creating OCR

    did some research before your reply.

    Think this may be of some help?

    http://www.programmersheaven.com/zon...1264/18107.htm

    I believe you can get to source for it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Creating OCR

    Quote Originally Posted by Cander
    did some research before your reply.

    Think this may be of some help?

    http://www.programmersheaven.com/zon...1264/18107.htm

    I believe you can get to source for it.
    Yeah, but that's not actually 'making it'

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Creating OCR

    But it can give him an idea of how to do it programmatically which is the point.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  8. #8
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Creating OCR

    Quote Originally Posted by vbcoder2
    Hello Friends

    I need to develop an OCR Application ...
    Frankly speakig i dont know much about This OCR Technique...
    So Any Help ,Refrence Tutorial Will be of Really help...
    waise i need to develop ocr for font Arial
    OCR is not for VB - is this for a school project?

    Imagine how complex it would be to take a picture box - with ARIAL letters in it and first start cutting up the pieces so you even know what PIXEL boundaries are around what letter.

    That would be your first step - finding the white-space between the letters.

    Once that was done you would have to start comparing the pixels that are white vs not white and seeing a pattern that matched a letter database that you would have to build!

    All this with different font sizes getting in the way!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  9. #9
    Lively Member
    Join Date
    Aug 2002
    Location
    Slovenia, Europe
    Posts
    66

    Re: Creating OCR

    Take a look at this program, it might have some answers for you.

    A Artificially Intelligent Pattern Recognizer OCR by Kamran Sethi

    http://www.planetsourcecode.com/vb/s...39221&lngWId=1

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Creating OCR

    I have made a few OCR apps in my life. What I suggest:


    Get a good understanding of DIP. So you can use Gauss and Laplass transformations to fix up the picture errors. To do this you need to make your self a nicel "little" IPT.

    Then you have to start on a ANN. I would reccomend BAM or Backpropagation for that. If you want to support more then one font then Kohonen nett (SOM) can be something to look into.

    Then you need a lot of samples to train the net. Diffrent letter, and or word compinations. When I worked with Microsoft with their Tablet PC hand recognization tools, then they gathered millions of hand written samples from all over the world to train their tools. And even after that their apps if not REALLY good. So have fun.


    ØØ

  11. #11
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width