CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Scanner

  1. #1
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Scanner

    I want my program to read text that has been obtained from a scanner.i-e I want it to make the scanned text 'editable'
    How do I proceed??????


  2. #2
    Join Date
    Jul 1999
    Location
    Prague, Czech Republic
    Posts
    263

    Re: Scanner

    What you are looking for is a proggy that does OCR (optical character recognition). You need such proggy (as an ocx) and included it into your project. You then feed the control with a picture (usually tif) and an output file (usually txt) and let it do it's work.

    I don't know of any shareware or cheap OCR software, here in this company we only use high-end products.

    I hope thats at least a start.

    Best wishes,

    Matthias Steinbart

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

Featured