I am using the Email Trigger (IMAP) to download the content from emails containing resume pdfs. I see that the attachments from each email are being output by the node in the “Binary” section, but I cannot find a way to pass them to other nodes for extraction of information.
Hi Alain,
pls. use Read PDF node to extract the text from the binary attachment. Then you should use the Code node to parse the text with regex JS.
Best regards, Kurt