I have to upload image in a page and before saving data to Data Table, I want to access the uploaded image in Javascript console to read the image content with OCR reader.
What javascript code snippet could be used to access the image file as soon as it is uploaded?
You must have a Files field and a Long Text field in the form on this page. When the image is uploaded to the files field, the OCR automatically starts and loads the text into the Long Text Field.