From 20a5369266e9422d77f67c73ede5acaf858ca95d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 28 Oct 2019 20:05:41 -0400 Subject: [PATCH] Fix typo Signed-off-by: Roberto Rosario --- 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 a08eaba30b..24cdc70cdb 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``