I am using Quick Fields to OCR a field on a document. The values are usually like so:
Hartford, CT 06120
OCR Token: %(Client's City, State & Zip)
I got the Zip working correctly but need to insert a regular expression for the other two fields. Any suggestions?
- City (Should just be city)
- State (Should just be two letter state)
- Zip %(Client's City, State & Zip#<\d\d\d\d\d>#) (Works fine)