Files
mayan-edms/mayan/apps/ocr/tests/literals.py
2018-10-06 02:13:36 -04:00

5 lines
206 B
Python

from __future__ import unicode_literals
TEST_OCR_INDEX_NODE_TEMPLATE = '{% if "mayan" in document.latest_version.ocr_content|join:" "|lower %}mayan{% endif %}'
TEST_OCR_INDEX_NODE_TEMPLATE_LEVEL = 'mayan'