Hello,
I’m trying to process gmail attached .pdf file (1 basic page) via DU and log the data. But I get the following error.
My automation is as follow:
- Get Newest Email - Email Out
newEmail - Download Email Attachments - Attachments Out
newEmailAttachments - Path Exists - Path
newEmailAttachments.Select(Function(a) a.LocalPath).FirstOrDefault()and Reference if path existsemailAttachmentResource - Extract Document Data - Input
emailAttachmentResource
Error: Extract Document Data: Image size of the input document is not supported. Minimum size is 50x50 and maximum size is 10,000x10,000.
This DU project worked before when ran locally. And the .pdf file is only 1 page without image.
Any idea why I get this error?
Thanks for the help.