How to parse Email Address
This step by step guide will help you to parse an email address anywhere in the document.
First, create a new Document Parser template using the Online Template Editor.
Next, click the Load Test PDF or Image button and select your source file.
Then, click the +Add Objects button.
Select Add FIELD based on TEXT SEARCH.
You can use the Name field to rename the object.
Paste this Regex pattern inside the Expression field.
[A-Za-z0-9_.-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
The pattern limits the domain extension up to 4 letters. You can increase the number by replacing the number 4 at the end.
Add a check mark on the Regex checkbox.
And click the Run Template button to see the result.
For any template questions, feel free to contact our support team.