Update app.py
Browse files
app.py
CHANGED
|
@@ -488,6 +488,7 @@ def eval():
|
|
| 488 |
answer_text = extract_text_from_pdf(answer_path)
|
| 489 |
else:
|
| 490 |
answer_text = extract_text_from_image(answer_path)
|
|
|
|
| 491 |
|
| 492 |
elif input_type == 'text':
|
| 493 |
question_text = request.form['question_text']
|
|
|
|
| 488 |
answer_text = extract_text_from_pdf(answer_path)
|
| 489 |
else:
|
| 490 |
answer_text = extract_text_from_image(answer_path)
|
| 491 |
+
print(question_text,answer_text)
|
| 492 |
|
| 493 |
elif input_type == 'text':
|
| 494 |
question_text = request.form['question_text']
|