Jump to content

Data Capture

- - - - -

  • Please log in to reply
1 reply to this topic

#1
bruce_321

bruce_321

    Newbie

  • Members
  • Pip
  • 1 posts
I am looking to develop a program that enables me to highlight text on the screen, and to be able to capture that text so that I can then use it for some program logic. The job needs to be able to work as a background task so that regardless of the screen / program / application screen, the job will be able to capture the highlighted text on that screen. This would need a trigger or function key to activate the actual capture process once the text is highlighted.

Would you be able to recommend the optimal programming language to develop this in so that it has very little foot-print, and can run on just about anything?

#2
LuthfiHakim

LuthfiHakim

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 763 posts
I think OCR is your ultimate solution here. Use it to recognize and capture the text. To make sure your system runs on just about anything, you must provide abstraction layer for the OCR to get the images it must work with.

Since being able to run in nearly anything is your requirement, I believe C is your best language. For it is supported by nearly any modern computing device.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users