Use a more flexible format search approach; use regex to match lines containing "Bill to" (allowing extra whitespace). Grab the very next non-empty line. Enhance text search robustness
Attempt to refine the regex search of `Bill to` so it doesn't use other invoice parts for the name
First try