From 59110ca0995cb22ee695a643241d5b8e0388c439 Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 23 Nov 2023 11:15:55 +0100 Subject: [PATCH] clean --- demo/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/app.py b/demo/app.py index c73c047273..5d538c5567 100644 --- a/demo/app.py +++ b/demo/app.py @@ -105,7 +105,6 @@ def main(det_archs, reco_archs): # Plot OCR output out = predictor([page]) - print(out) fig = visualize_page(out.pages[0].export(), out.pages[0].page, interactive=False, add_labels=False) cols[2].pyplot(fig)