From 742b01d1f5a905114f66201d554393b8e4ad8963 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Tue, 29 May 2018 23:59:33 +0200 Subject: [PATCH] Update Consumer class documentation --- src/documents/consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/consumer.py b/src/documents/consumer.py index 2b1d09e49..28fc28f9e 100644 --- a/src/documents/consumer.py +++ b/src/documents/consumer.py @@ -29,7 +29,7 @@ class Consumer: Loop over every file found in CONSUMPTION_DIR and: 1. Convert it to a greyscale pnm 2. Use tesseract on the pnm - 3. Encrypt and store the document in the MEDIA_ROOT + 3. Store the document in the MEDIA_ROOT with optional encryption 4. Store the OCR'd text in the database 5. Delete the document and image(s) """