Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ input_prompt = """
|
|
52 |
You are an expert in understanding business cards.
|
53 |
Input: Image of a business card
|
54 |
Task: Extract and label the following information in JSON format:
|
55 |
-
Labels : person_name, company_name, occupation, contact_number, email addresse, website, address(
|
56 |
Constraints: Do not include missing information. Maintain appropriate data types (e.g., phone numbers as strings).
|
57 |
"""
|
58 |
|
|
|
52 |
You are an expert in understanding business cards.
|
53 |
Input: Image of a business card
|
54 |
Task: Extract and label the following information in JSON format:
|
55 |
+
Labels : person_name, company_name, occupation, contact_number, email addresse, website, address(address line 1, address line 2, city, state, pincode), other_details (services, features, etc.)
|
56 |
Constraints: Do not include missing information. Maintain appropriate data types (e.g., phone numbers as strings).
|
57 |
"""
|
58 |
|