Thread: IDEA: Optical character recognition

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    IDEA: Optical character recognition

    This is a corollary to the ascii graphics engine thread.

    Basicly, my idea for this is to design a program which takes in a photo and converts it to text.

    It could be hard... or it could be easy. It's highly scaliable.

  2. #2
    Registered User harryP's Avatar
    Join Date
    Sep 2002
    Posts
    124
    That sounds pretty hard for me, personally. I wouldn't know where to even start!

    Brendan
    Draco dormiens nunquam titallandus.
    Console Graphics Library: http://www.geocities.com/steve_alberto/cgl.html

  3. #3
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    i'm suggesting starting with simply comparing an image of a letter to another bitmap of a letter. it can be hard... i've never had any experience writing stuff like that, so i'm not one to judge.

  4. #4
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I'm not sure which organization does this (i think the NSA) but there is a free library that was designed by whatever US government agency for converting handwriting into ascii. Anyone interested is going to have to look around but from what I've heard it is a solid library.

  5. #5
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    well, a bitmap is organised of bits ... 0 for black and 1 for while/not filled in or soemthing like that so you could probably read the bits in and do it that way ... just a thought

  6. #6
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 10-07-2008, 06:19 PM
  2. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  3. sequential file program
    By needhelpbad in forum C Programming
    Replies: 80
    Last Post: 06-08-2008, 01:04 PM
  4. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  5. UNICODE and GET_STATE
    By Registered in forum C++ Programming
    Replies: 1
    Last Post: 07-15-2002, 03:23 PM