From 2e267534a860d0474ff8eac7015cb1f34a9c6639 Mon Sep 17 00:00:00 2001 From: lbischof <1837725+lbischof@users.noreply.github.com> Date: Thu, 24 Oct 2019 13:13:40 +0200 Subject: [PATCH] Fix small typo in documentation --- docs/chapters/ocr_backend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/ocr_backend.rst b/docs/chapters/ocr_backend.rst index a08eaba30b5..24cdc70cdb8 100644 --- a/docs/chapters/ocr_backend.rst +++ b/docs/chapters/ocr_backend.rst @@ -4,7 +4,7 @@ OCR backend Mayan EDMS ships an OCR backend that uses the FLOSS engine Tesseract (https://github.com/tesseract-ocr/tesseract/), but it can -use other engines. To support other engines crate a wrapper that subclasses the +use other engines. To support other engines create a wrapper that subclasses the ``OCRBackendBase`` class defined in mayan/apps/ocr/classes. This subclass should expose the ``execute`` method. For an example of how the Tesseract backend is implemented take a look at the file ``mayan/apps/ocr/backends/tesseract.py``