Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for new SWT and docTR format #35

Merged
merged 7 commits into from
Jun 4, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into fix-swt
keighrim committed Apr 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c1edb9bf66903235f61e1d1d7eff5610c06eed43
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@
from cache import set_last_access, cleanup
from utils import app, render_ocr, documents_to_htmls, prep_annotations, prepare_ocr_visualization
import traceback
import utils
from utils import app


@app.route('/')
You are viewing a condensed version of this merge commit. You can view the full changes here.