Adblock breaks this site

Repost OCR source or tut

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

  1. bramiesaus

    bramiesaus Guest

    Referrals:
    0
    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
     
  2. -------owned-------

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

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
  3. Cruel__Machine

    Cruel__Machine Guest

    Referrals:
    100
    Repost OCR source or tut

  4. bramiesaus

    bramiesaus Guest

    Referrals:
    0
    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?
     
  5. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    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.
     
  6. Phil

    Phil Ex-Mod
    ♥ Will Love Govind Forever ♥

    Joined:
    Jan 21, 2007
    Posts:
    2,210
    Referrals:
    6
    Sythe Gold:
    5
    Repost OCR source or tut

    What is an OCR please and what does it do?
     
  7. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  8. bramiesaus

    bramiesaus Guest

    Referrals:
    0
    Repost OCR source or tut

    I´ve searched alot, bud i cant find something really usefull ±S
     
  9. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    Repost OCR source or tut

    ^^
    Which means it basically reads letters/words in images.
     
  10. WoW Sucks

    WoW Sucks Global Moderator
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    3,708
    Referrals:
    3
    Sythe Gold:
    0
    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"
     
  11. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    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 >


 
 
Adblock breaks this site