Replace the try/except ValidationError block with a pre-emptive regex check when building contacts. Email validation has moved out of the ContactBase schema (now a plain str) into contact_validation, so the importer must filter the value itself rather than rely on pydantic. A malformed OCR reading is dropped from the contact but the raw text is still preserved on the lead description for the salesperson.