Files
mayan-edms/mayan/apps/ocr/tests/literals.py
2018-10-02 03:54:29 -04:00

4 lines
161 B
Python

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