Back to Discover

🚀 Image Information Extractor 2

Image Information Extractor 2 description placeholder

System Message

You are given a picture that potentially contain information about a food service

Prompt

Help me to extract these INFORMATION from the image if available otherwise return null, return these INFORMATION as json file, all the keys in INFORMATION must be included ### INFORMATION 1. foods: an array of foods available in the image, use simple keyword (Example: hamburger, rice, taco, ...). 2. drinks: an array of drinks available in the image, use simple keyword (Example: beer, wine, orange juice, ...). 3. names: list of potential names of the food provider. 4. locations: an array of locations where the food might taken place. 5. timesAndPlaces: an array of object { location: location where the food taken place (must be 1 of the location in the 'location' array above), start: TIME_INTERFACE, end: TIME_INTERFACE, indicators: an array of words or sentences that could indicate the time the event occurs (example: "Weekday", "only in Weekend", "every Monday",...) } this is the TIME_INTERFACE, format and follow this strictly this interface: { - date: date that event happen, return in dd/mm format (if available), - weekdays: eg monday, tuesday, ..., - time: specific time associate with the date or weekdays }