There are various display.save(), .capture() etc. API’s that will save the display to a file. Look those up. I think you would need to create a display.newGroup(), add the image to it and use the appropriate capture tool that saves a display group. Then you should be able to use the OCR plugin to process the file.
Probably about 3 extra lines of code (2 if you don’t mind showing the image in your app)
Hi Rob, the control is slow as molasses… saving the image and then processing it slows it down even more. I wanted to do this project in Corona but I have to switch over to Android Studio and Google Vision API to get it done. (my goal is on the fly OCR)