From 99e00e07d442555a1d94d431e8b1b5949cee2326 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sat, 23 Sep 2017 10:45:12 +0200 Subject: [PATCH] Disable Sahana OCR module, kinda resolves #35 --- .../eden/modules/templates/default/config.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py index ac844b3..af93c61 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py @@ -1314,12 +1314,12 @@ def config(settings): restricted = True, module_type = None, )), - ("ocr", Storage( - name_nice = T("Optical Character Recognition"), - #description = "Optical Character Recognition for reading the scanned handwritten paper forms.", - restricted = False, - module_type = None, - )), + #("ocr", Storage( + # name_nice = T("Optical Character Recognition"), + # #description = "Optical Character Recognition for reading the scanned handwritten paper forms.", + # restricted = False, + # module_type = None, + #)), ("work", Storage( name_nice = T("Jobs"), #description = "Simple Volunteer Jobs Management",