Spaces:
Sleeping
Sleeping
Update app_pages/ocr_comparator.py
Browse files
app_pages/ocr_comparator.py
CHANGED
|
@@ -625,6 +625,9 @@ def app():
|
|
| 625 |
##
|
| 626 |
|
| 627 |
# Create results data frame
|
|
|
|
|
|
|
|
|
|
| 628 |
out_df_results = pd.DataFrame({'cropped_image': list_cropped_images,
|
| 629 |
'text_easyocr': list_text_easyocr,
|
| 630 |
'confidence_easyocr': list_confidence_easyocr,
|
|
|
|
| 625 |
##
|
| 626 |
|
| 627 |
# Create results data frame
|
| 628 |
+
print("list_text_easyocr : ", list_text_easyocr)
|
| 629 |
+
print("list_text_ppocr : ", list_text_ppocr)
|
| 630 |
+
print("lens : ", len(list_cropped_images))
|
| 631 |
out_df_results = pd.DataFrame({'cropped_image': list_cropped_images,
|
| 632 |
'text_easyocr': list_text_easyocr,
|
| 633 |
'confidence_easyocr': list_confidence_easyocr,
|