mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Restructure code and use APScheduler for daemon functionality
This commit is contained in:
@ -144,7 +144,6 @@ def tesseract_ocr_pipeline():
|
||||
x for x in TesseractOCRModel.query.filter().all()
|
||||
if version in x.compatible_service_versions and (x.shared == True or x.user == current_user)
|
||||
]
|
||||
current_app.logger.warning(tesseract_ocr_models)
|
||||
return render_template(
|
||||
'services/tesseract_ocr_pipeline.html.j2',
|
||||
form=form,
|
||||
|
Reference in New Issue
Block a user