#3996 Optimized Prompt for Parsing a PDF for Know Data Fields -> Regex
#3996 Optimized Prompt for Parsing a PDF for Know Data Fields -> Regex #3996 Provide an optimized prompt for the following: """User Prompt: Read the uploaded PDF file to find the following data fields, as described, and provide the regex string to parse the file to collect the associated data: Data_Fields = { [ 'name':'field1', 'description':'field description 1', 'regex':''], [ 'name':'field2', 'description':'field description 2', 'regex':''], [ 'name':'field3', 'description':'field description 3', 'regex':''], [ 'name':'field4', 'description':'field description 4', 'regex':''], [ 'name':'field5', 'description':'field description 5', 'regex':''] } """ This is a classic data extraction task. Since you have...