Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ input_prompt ="""
|
|
43 |
You are an expert in understanding business cards.
|
44 |
Input: Image of a business card.
|
45 |
Task: Extract and label the following information in JSON format:
|
46 |
-
|
47 |
Constraints: Do not include missing information.
|
48 |
"""
|
49 |
|
|
|
43 |
You are an expert in understanding business cards.
|
44 |
Input: Image of a business card.
|
45 |
Task: Extract and label the following information in JSON format:
|
46 |
+
Labels : person_name, company_name, occupation, contact_number, email addresse, website, address, other_details (services, features, etc.)
|
47 |
Constraints: Do not include missing information.
|
48 |
"""
|
49 |
|