Link Search Menu Expand Document

How to parse Email Address

This step by step guide will help you to parse an email address anywhere in the document.

  1. First, create a new Document Parser template using the Online Template Editor.

  2. Next, click the Load Test PDF or Image button and select your source file.

  3. Then, click the +Add Objects button.

  4. Select Add FIELD based on TEXT SEARCH.

  5. You can use the Name field to rename the object.

  6. 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.

  1. Add a check mark on the Regex checkbox.

  2. And click the Run Template button to see the result.

For any template questions, feel free to contact our support team.