CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2007
    Posts
    186

    internet bots and images

    No one has yet invented a way for internet bots to read the numbers out of textboxes that contain the same colors as the distorted numbers and letters? Thats hard to believe it seems possible.

  2. #2
    Join Date
    Apr 2004
    Location
    England, Europe
    Posts
    2,492

    Re: internet bots and images

    It's an arms race: A company invents a way of obscuring the letters, another company finds ways of reading the obscured letters, so a thrid company invents new ways of obscuring the letters, etc. Also the bot needs to somehow know which image contains obscured letters and which text box the code needs to be written into.
    My hobby projects:
    www.rclsoftware.org.uk

  3. #3
    Join Date
    Nov 2006
    Location
    Essen, Germany
    Posts
    1,344

    Re: internet bots and images

    Hi,

    it might be a question of processor time, too.
    It´s takes almost no time to get the text from a textbox, but you´ll need much more time to analyze an image and perform OCR. This might be neglectible for a few operations per second, but can be a serious bottleneck when handling a few thousand images.

    Regards,
    Guido
    - Guido

  4. #4
    Join Date
    Apr 2005
    Posts
    107

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