Update Main.py
Browse files
Main.py
CHANGED
|
@@ -109,10 +109,7 @@ if st.button("🔍 Распознать текст", use_container_width=True, t
|
|
| 109 |
"role": "user",
|
| 110 |
"content": [
|
| 111 |
{"type": "image"},
|
| 112 |
-
{"type": "text", "text": "Extract all the text from this image accurately. Preserve original formatting,
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
s, and line breaks as much as possible."}
|
| 116 |
]
|
| 117 |
}
|
| 118 |
]
|
|
|
|
| 109 |
"role": "user",
|
| 110 |
"content": [
|
| 111 |
{"type": "image"},
|
| 112 |
+
{"type": "text", "text": "Extract all the text from this image accurately. Preserve original formatting, tables, and line breaks as much as possible."}
|
|
|
|
|
|
|
|
|
|
| 113 |
]
|
| 114 |
}
|
| 115 |
]
|