Repost OCR source or tut

Discussion in 'Archives' started by bramiesaus, Jun 26, 2007.

Repost OCR source or tut
  1. Unread #1 - Jun 26, 2007 at 2:21 PM
  2. bramiesaus
    Referrals:
    0

    bramiesaus Guest

    Repost OCR source or tut

    I´ve got a little question to you guys
    can someone post any OCR source for rs in vb6 or any tut?
    like --> Kururo - RS2 OCRHere
    because all links are death
    any other source of tut is very welcom

    I really appreciate it
    ty
     
  3. Unread #2 - Jun 26, 2007 at 3:53 PM
  4. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

  5. Unread #3 - Jun 26, 2007 at 9:29 PM
  6. Cruel__Machine
    Referrals:
    100

    Cruel__Machine Guest

    Repost OCR source or tut

  7. Unread #4 - Jun 27, 2007 at 12:33 PM
  8. bramiesaus
    Referrals:
    0

    bramiesaus Guest

    Repost OCR source or tut

    i know -------owned-------
    Bud doesnt someone got the source from an ocr in vb6?
    some are posted in the archive from sythe.org bud the links are death
    and the link from the file in the topic "project] OCR Source" is also death

    can someone repost it or a good tut?
     
  9. Unread #5 - Jun 28, 2007 at 2:52 AM
  10. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Repost OCR source or tut

    i've got my edited version of kuroro's source.
    but it fucks up quite a bit now. mistakes o, O, and 0 and also stuffs up spacing quite a bit.
     
  11. Unread #6 - Jun 28, 2007 at 8:20 AM
  12. Phil
    Joined:
    Jan 21, 2007
    Posts:
    2,210
    Referrals:
    6
    Sythe Gold:
    5

    Phil Ex-Mod
    ♥ Will Love Govind Forever ♥

    Repost OCR source or tut

    What is an OCR please and what does it do?
     
  13. Unread #7 - Jun 28, 2007 at 10:32 AM
  14. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Repost OCR source or tut

    OCR
    Optical Character Recognition
    AKA
    DCR
    Digital Character Recognition

    Basically, it reads characters in images and places them into a string in the current program, then the program can use selection statements (If (String == X) { ) and decide on what to do from there.

    This has many uses, such as ones in runescape for cheating or reading images in those CAPTCHA verificators you see on sites like rapidshare/megaupload/forums etc.
    It can also be used to help disabled people, such as scanning a book page and allowing a voice synthesizer to read it out aloud for them.

    It has many uses, and is a universal tool.



    Hoped that helped.
     
  15. Unread #8 - Jun 28, 2007 at 10:54 AM
  16. bramiesaus
    Referrals:
    0

    bramiesaus Guest

    Repost OCR source or tut

    I´ve searched alot, bud i cant find something really usefull ±S
     
  17. Unread #9 - Jun 28, 2007 at 1:12 PM
  18. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Repost OCR source or tut

    ^^
    Which means it basically reads letters/words in images.
     
  19. Unread #10 - Jun 28, 2007 at 2:01 PM
  20. WoW Sucks
    Joined:
    Jan 21, 2007
    Posts:
    3,708
    Referrals:
    3
    Sythe Gold:
    0

    WoW Sucks Global Moderator
    Banned

    Repost OCR source or tut

    @ Jaz, is it like when something right clicks on RS it shows "Mine Iron" for example, the OCR reads "Iron" and clicks there instead of randomly clicking and hoping to get the right option and now "Prospect Rock"
     
  21. Unread #11 - Jun 28, 2007 at 7:40 PM
  22. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Repost OCR source or tut

    Almost. Most of the OCR's created and used return the entire string shown. So if it says "Mine Iron XBillion other options" it returns all of that (if the OCR is good enough)

    It is then up to the programmer to make selection statements to see if "Iron" or any other word is in that string (in VB usually instr() ) and then do things.

    But essentially you've hit the nail on the head :D
     
< Gummi's Pin Shop | buying a pin 1 mill >

Users viewing this thread
1 guest


 
 
Adblock breaks this site