Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ input_prompt = """
|
|
| 50 |
You are an expert in understanding business cards.
|
| 51 |
Input: Image of a business card
|
| 52 |
Task: Extract and label the following information in JSON format if available:
|
| 53 |
-
Labels :
|
| 54 |
Constraints: Do not include missing information.
|
| 55 |
"""
|
| 56 |
|
|
|
|
| 50 |
You are an expert in understanding business cards.
|
| 51 |
Input: Image of a business card
|
| 52 |
Task: Extract and label the following information in JSON format if available:
|
| 53 |
+
Labels : company_name, person_name, occupation, contact_number, email addresse, website, address, other_details (services, features, etc.)
|
| 54 |
Constraints: Do not include missing information.
|
| 55 |
"""
|
| 56 |
|