Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ def greet(img):
|
|
37 |
prompt = "take this peace of information and give all the information in point wise better format also give some recomendation related to them: " + res
|
38 |
# print(prompt)
|
39 |
response = geminiModel.generate_content(prompt)
|
|
|
40 |
res = response.text
|
41 |
_output_name = "RESULT_OCR.txt"
|
42 |
_output_name_pdf="RESULT_OCR.pdf"
|
|
|
37 |
prompt = "take this peace of information and give all the information in point wise better format also give some recomendation related to them: " + res
|
38 |
# print(prompt)
|
39 |
response = geminiModel.generate_content(prompt)
|
40 |
+
print(response)
|
41 |
res = response.text
|
42 |
_output_name = "RESULT_OCR.txt"
|
43 |
_output_name_pdf="RESULT_OCR.pdf"
|