OCR with Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • A

    OCR with Python

    Hi,
    Does anyone have any experience with Optical Character Recognition in Python?
    I would like to automatically register emails with a free emails provider e.g. Yahoo or Hotmail.
    The problem is that, for a successful registration, I must fill in characters shown in a picture.
    So I need to recognize the characters in a picture.
    Any idea how?
    Thanks for help
    Ladislav



  • Alan Kennedy

    #2
    Re: OCR with Python

    A wrote:
    [color=blue]
    > Does anyone have any experience with Optical Character Recognition
    > in Python? I would like to automatically register emails with a
    > free emails provider e.g. Yahoo or Hotmail.[/color]

    What's wrong with the manual registration process? You wouldn't be
    thinking of automating abuse of the Yahoo or Hotmail free email
    services, would you? e.g. SPAM transmission?
    [color=blue]
    > The problem is that, for a successful registration, I must fill in
    > characters shown in a picture.[/color]

    Precisely. That's the whole point. To stop people from automating
    registration.
    [color=blue]
    > So I need to recognize the characters in a picture.[/color]

    I think you'll find that those characters have been rendered
    specifically to prevent machine recognition. The only machine that can
    read them is the human brain. If someone can come up with an computer
    algorithm that can read them, then the pictures will have to be
    changed.

    And I'm glad it's that way. That prevents automated abuse of free
    email services for sending SPAM, etc. So we all might get less SPAM.

    --
    alan kennedy
    -----------------------------------------------------
    check http headers here: http://xhaus.com/headers
    email alan: http://xhaus.com/mailto/alan

    Comment

    Working...