Are there any plugins that can take a block of text and use AI to automatically extract information such as names, phone numbers, and addresses, then generate a string like:
NAME=‘Eric Wu’, PHONE=‘469766XXXX’, ADDRESS=‘14010 My Road, Austin TX 78701’
I wouldn’t go for a plugin, I’d just create an API connection to OpenAI’s 4o turbo or something of that class and send it your block of text as ‘input’ and add a system message (prompt) that tells it what to do, and to send back as JSON only. Then when you initialize, you can set each returned json key’s type and use it wherever. That’s how AI search works on my app: djfindr.com