piighost/it-passport

Italian passport number, two letters then seven digits. Presidio reads the two leading characters as letters, Purview allows letters or digits there; the letter reading is kept, because allowing digits collapses the pattern onto a bare nine digit run and onto UK_PASSPORT. No checksum. Reproduced on the examples, no registry label fires alongside it, but note the shape is one letter short of UK_NINO and shares its family, so mixed British and Italian documents want context words.

Label: IT_PASSPORT

Pattern

(?<!\w)[A-Z]{2}\d{7}(?!\w)

Must be caught

Must be left alone

Tags: it, government-id, identity

Download the detector as TOML