Search:

Type: Posts; User: Jareds411; Keyword(s):

Search: Search took 0.04 seconds.

  1. Thread: Ocr

    by Jareds411
    Replies
    4
    Views
    6,764

    GOCR (http://jocr.sourceforge.net/ ) Also, I...

    GOCR

    Also, I came up with this code:


    void CaptureScreen()
    {
    int nScreenWidth = GetSystemMetrics(SM_CXSCREEN);
    int nScreenHeight = GetSystemMetrics(SM_CYSCREEN);
    HWND...
  2. Thread: Ocr

    by Jareds411
    Replies
    4
    Views
    6,764

    Printing and scanning won't work, because I need...

    Printing and scanning won't work, because I need to check the screen often enough that it needs to be automated.

    I found a program to meet my needs, now I just need to know how to take a...
  3. Thread: Ocr

    by Jareds411
    Replies
    4
    Views
    6,764

    Ocr

    I'm writing a c++ program, and I want it to take a screenshot and run that screenshot through an OCR program, outputting a text file. Is that possible?
    Thanks for any help, I'll need it. ;)
Results 1 to 3 of 3