Author Topic: can HyperNext do this?  (Read 5945 times)

alikim

  • Newbie
  • *
  • Posts: 1
can HyperNext do this?
« on: July 31, 2010, 07:14:27 AM »
I need to create a Windows application, which reads an image from the system clipboard and does some OCR.

So basically, I need access to the clipboard graphics data, some functionality to work with the resulting bitmap and then to store text data in a file.

Is it something HyperNext can provide or is it relatively easy to program within it?

Thanks!
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 464
  • Here to help you
Re: can HyperNext do this?
« Reply #1 on: July 31, 2010, 01:04:26 PM »
Unfortunately HyperNext does not have a graphical clipboard - an amazing omission - it just has functions for the text clipboard.
I'll add this to the to-do list.

About OCR - you could do this with the HyperNext programming language but it would be very slow.
However, HyperNext has REALbasic RBscript built in that can operate on images and would be very fast.
One of the HyperNext demo projects is a Mandelbrot example showing the algorithm in RBscript.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.