I need to please see if anyone can help me extract from a pdf one using regular expressions in Java the school pattern as shown in the image. I'm currently trying to extract in this way and it does not work for me. Thank you very much for your help . Sincerely,
Pattern patCol = Pattern.compile("Centro de Votación: [0-9a-zA-Z]");
Matcher matCol = patCol.matcher(cleanpageone);