Read image from OCR

Hello,

I know there is ‘Read PDF from OCR’ but I wanted to ask
if there is also ‘Read image from OCR’ which would detect text from an image file rather than PDF file.
I know there is ‘Get OCR Text’ but you need to screen scrape so I’m asking a way to extract texts from image files.
Thank you!

1 Like

Hi @spark323

Check this

AI Computer Vision is Now Available for Preview - #79 by ANSHUL

Thanks
Ashwin.S

Give a try to pass the Image variable as of Type Image to the ocr Engine directly

Checkout here the input section. Same should be valid for microsoft ocr engine

Cool! Thank you for the replies guys. :slight_smile:

Hi @spark323

you can use this as your reference.

cheers :smiley:

Happy learning :smiley:

3 Likes

@spark323 Hi, once you have done with your implementation can you provide some feedback on how it was implemented, which post was helpping … etc. So others can benefit from this. Thanks

Sure.
I have used ‘Load Image’ and then directly feed the OCR engine like the attached screenshot.
Thanks for your help!

2 Likes

:+1: Perfect so its solved and you can flag the solution post

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.