Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def completepreprocess(pdffile):
|
|
83 |
words, boxes, scores, output_img = process_image_pytesseract(image, width, height)
|
84 |
|
85 |
dataframe = createDataframe(boxes, words, scores)
|
86 |
-
return output_img,
|
87 |
|
88 |
|
89 |
title = "OCR outputs"
|
|
|
83 |
words, boxes, scores, output_img = process_image_pytesseract(image, width, height)
|
84 |
|
85 |
dataframe = createDataframe(boxes, words, scores)
|
86 |
+
return output_img, dataframe
|
87 |
|
88 |
|
89 |
title = "OCR outputs"
|