Populate a spreadsheet by using local AI to automatically fill the cells with data from some text
This demo uses the Grammar field of the coreModel API to define the shape of the output data we want, this guarantees that the data extracted from the text will be in the correct format and JSON parsable.
First name | Last name | Address | ZIP code | Telephone | |
---|---|---|---|---|---|
John | Doe | 4 house lane, New York | 90210 | 01243234123 | john@email.com |