From 22c6bed407edd410b1d28c7c42811498ed123b76 Mon Sep 17 00:00:00 2001 From: leca Date: Thu, 28 Nov 2024 02:07:45 +0300 Subject: [PATCH] readme changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d405e0c..7bdb7a2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ways you can input a check to this programm: * Via image (it uses OCR(Optical Character Recognition) to parse check content. The picture of a check must be contrast and well-lined (text must be perpendicular to right and left borders of an image) enough in order to be parsed well.) * Via plaintext, copied from an E-Mail. Just copy&paste text from your email, pick a correct store type (autodetect is in my plans!) and parse. * Via a picture of a check. Be sure to make the image straight and sharp. OCR is not a magic wand :( -* Via QrCode on check (OFD (ОФД, Оператор Фискальных Данных in Russian)). **[!NOT IMPLEMENTED YET!]** +* Via QrCode on check (OFD (ОФД, Оператор Фискальных Данных in Russian)). ### Output At the start of writing this program, I considered 3 or more output formats: csv, xlsx and ods. But throught the development I understood that most of modern table processor (i.e. electronic tables) can import csv much better than I'd be writing a shitty export module, adding more dependencies and shitty code to the codebase. So I decided that there's no need to use anything other than csv format.