I'm scanning a document that has multiple dates in the same format. I have a rule that looks for the nth occurrence of the date and then renames the file using that date, but I've found the OCR results are not always consistent. Sometimes the date I want is the first one found in a search, but sometimes it is the second or possibly even the third occurrence. The date I want to name the file with is always the least recent date in the file. Is there a way to create a rule to find the first 3 occurrences (or even all of them) in a certain format, and then name the file with the least recent date found?
Thanks for any suggestions!