tddf commited on
Commit
7741560
·
verified ·
1 Parent(s): 1586730

Update Main.py

Browse files
Files changed (1) hide show
  1. Main.py +1 -4
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, table
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
  ]