func (p *parser) GetVA(a *goquery.Selection) []model.Role {
    v := va{area: a, cleanImg: p.cleanImg}

    if !v.isValid() {
        return nil