Disable Sahana OCR module, kinda resolves #35

This commit is contained in:
Disassembler 2017-09-23 10:45:12 +02:00
parent 691e7e5130
commit 99e00e07d4

View File

@ -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",