From 2682844c26e50872f0b748e3afce5d7d33c45601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 18 Aug 2025 23:33:22 +0200 Subject: [PATCH] ocr wizualne --- static/js/receipt_analysis.js | 2 +- templates/list_share.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/receipt_analysis.js b/static/js/receipt_analysis.js index ee09992..4cff8aa 100644 --- a/static/js/receipt_analysis.js +++ b/static/js/receipt_analysis.js @@ -31,7 +31,7 @@ async function analyzeReceipts(listId) { const button = r.already_added ? `✅ Dodano` - : ``; + : ``; html += `
diff --git a/templates/list_share.html b/templates/list_share.html index 296209f..89d2185 100644 --- a/templates/list_share.html +++ b/templates/list_share.html @@ -143,7 +143,7 @@
🔍 Analiza paragonów (OCR)

System spróbuje automatycznie rozpoznać kwoty z dodanych paragonów.
- Dokonaj korekty jeśli źle rozpozna kwote na paragonie. + Dokonaj korekty jeśli źle rozpozna kwote i kliknij w "Dodaj" aby dodać wydatek.

{% if current_user.is_authenticated %}