Files
InvestmentTrackerApp/PortfolioJournalQuickUpdate/en.lproj/Localizable.strings
T
alexandrev-tibco 19b1408c55 1.4.2 (build 48): OCR de screenshots en Share Extension
El extension acepta ahora imágenes además de texto: al compartir un screenshot
del banco/broker, Vision reconoce el texto EN EL DISPOSITIVO (la imagen nunca
sale del teléfono), extrae los importes candidatos y rellena el más prominente
visualmente (en las UIs bancarias el balance es el número más grande). El resto
de candidatos se ofrecen como chips de un toque. Percentajes y años se filtran.

- ExtImageAmountScanner.swift: VNRecognizeTextRequest + ranking por altura de
  bounding box + dedup por valor
- ShareViewController: carga UIImage/URL/Data del provider, estado de escaneo,
  sección de candidatos
- Info.plist: NSExtensionActivationSupportsImageWithMaxCount=1
- Strings nuevas en los 7 idiomas (ext_scanning_image, ext_detected_amounts,
  ext_ocr_no_amounts)
- PredictionEngine: troceado ternario que agotaba el type-checker en Debug
- Bump a 1.4.2 build 48

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WoScpmHdVj1aUf4rAp6hbe
2026-07-08 15:59:54 +02:00

15 lines
630 B
Plaintext

"ext_title" = "Quick Update";
"ext_cancel" = "Cancel";
"ext_save" = "Save";
"ext_amount_section" = "Amount";
"ext_amount_placeholder" = "0.00";
"ext_source_section" = "Source";
"ext_already_updated" = "Updated this month";
"ext_saved_title" = "Saved!";
"ext_saved_body" = "It will appear in Portfolio Journal the next time you open it.";
"ext_no_sources_title" = "No sources yet";
"ext_no_sources_body" = "Open Portfolio Journal once so your sources appear here.";
"ext_scanning_image" = "Reading image…";
"ext_detected_amounts" = "Detected amounts";
"ext_ocr_no_amounts" = "No amounts recognized — type the value manually.";