Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Nov 23, 2023
1 parent c1dfe3d commit 59110ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 59110ca

Please sign in to comment.