Hi everyone,
I need to extract information from an attachment that was received via email. The data in the attachment comes in a binary format via a Mailhook.
I tried using an iterator to pass the binary data to Google Cloud Vision’s OCR service, and while it worked, the result came back as a long string.
How can I extract specific values from this text?
Additionally, is there any other method to convert the binary data into text before extracting values?
Thank you so much for your help!