From e6653e9c6624f9db56eca42b7ea3d7849df0efcb Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Thu, 5 Sep 2024 23:04:49 +0800 Subject: [PATCH] docs(README): add note about OCR feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 496ea002..941da49f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ python3 src/monopoly/examples/single_statement.py ## Features - Parses PDFs using predefined configuration classes per bank. - Handles locked PDFs with credentials passed via environment variables. -- Supports a variety of date/number formats and determines if a transaction is debit or credit. +- Supports adding OCR for image-based bank statements. - Provides a generic parser that can be used without any predefined configuration (caveat emptor). - Includes a safety check (enabled by default) that validates totals for debit or credit statements.