Hi Scott, I just purchased Image to Text and am working through how to use it.
I would like to capture an image to the display and then OCR it without generating an image file.
Is this possible?
media.capturePhoto() lets me save the image to a display object
but
imageToText.convert wants a file name to work from.
Is it possible to pass a display object to this function or create another function to work off of a display image?
(I am working towards OCR on the fly)
Thanks for the help, Greg