Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
d22e7be
1
Parent(s):
3d9ebd2
print pred_dict
Browse files
app.py
CHANGED
@@ -137,6 +137,7 @@ def predict(pdf, confidence, generate_file):
|
|
137 |
font_size=16,
|
138 |
label_color="#FF59D6",
|
139 |
)
|
|
|
140 |
|
141 |
total_image_areas += pred_dict["width"] * pred_dict["height"]
|
142 |
total_content_areas += get_content_area(pred_dict)
|
|
|
137 |
font_size=16,
|
138 |
label_color="#FF59D6",
|
139 |
)
|
140 |
+
print(pred_dict)
|
141 |
|
142 |
total_image_areas += pred_dict["width"] * pred_dict["height"]
|
143 |
total_content_areas += get_content_area(pred_dict)
|