I am working on parsing the document which is not structured and trying to parse it based on some predefined placeholders. I am trying to parse a document that has text something similar.
CARD DIVISION
                                                Due Date                        Minimum Amount Due ($.)
John Doe,
Bank Division,
Email : contact@bankkofamerica.com
                                                  11-MAY-2020                                      1,000
web : https://www.bankkofamerica.com
Notice the Due Date (11-May-2020) is directly below the placeholder. So is the minimum amount due($) $1,000
How can we extract the Due Date and Minimum amount due using regular expressions?
 
     
    