AI Camera Tool
Add Photo
Take Picture
No photos added yet.
Your Prompt:
You are analyzing a series of images, each containing a form. For each image, extract the form data for each person found and return it as a structured JSON array. The overall response should be a JSON array, where each element corresponds to one image, and contains an array of person objects for that image. Each person object in the inner array should have the following keys: "Student", "Father", "Mother", "DOB", "Class", "Mobile", "Address". If a field is blank, not found, or unclear, use null for its value. Only return the raw JSON array (an array of arrays) and no other text. Example for two images, each with one person: [ [ { "Student": "John Doe", "Father": "Richard Doe", "Mother": "Jane Doe", "DOB": "01-01-2000", "Class": "X", "Mobile": "1234567890", "Address": "123 Main St" } ], [ { "Student": "Alice Smith", "Father": "Robert Smith", "Mother": "Emily Smith", "DOB": "05-10-1999", "Class": "IX", "Mobile": "0987654321", "Address": "456 Oak Ave" } ] ]
Analyze with AI
AI Analysis:
Error:
Waiting for analysis...
Download as CSV (Excel)