1
0
forked from BRT/arc
arc/services
trnsmkot c79acee002 Add OCR utilities and backend integration for enhanced screen dump analysis:
- Introduce `OcrUtils` with fuzzy-matching logic for text recognition on screenshots.
- Implement dual-pass OCR to handle light-on-dark and dark-on-light text cases.
- Replace hardcoded "Подтверждаю" button tap logic with OCR-based detection and fallback geometry.
- Update `TaskDumpRecorder` to utilize `NetworkService` for uploading screen dumps, images, and metadata to the backend.
- Add support for `/monitoring/dump` endpoint in `NetworkService`.
- Enhance UI functionality with new error handling and progress feedback during dump creation and upload.
2026-04-30 19:17:17 +07:00
..
net Add OCR utilities and backend integration for enhanced screen dump analysis: 2026-04-30 19:17:17 +07:00
AppLogger.cpp - Remove app_logs table and related logic, transitioning to general_logs. 2026-03-31 14:07:23 +07:00
AppLogger.h Add EventWindow, database migrations, and enhanced DAO methods 2026-03-04 22:56:47 +07:00
DeviceScreener.cpp Add timeout handling and process kill logic for ADB operations. Refine date and time validation in transaction fetching. Adjust EventHandler to handle "ozon" bank accounts separately. Use blocking queued connection for stopping EventHandler. 2026-04-10 15:44:55 +07:00
DeviceScreener.h Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo. 2026-03-31 00:11:50 +07:00
EventHandler.cpp Handle declined transactions in EventHandler: 2026-04-28 00:06:13 +07:00
EventHandler.h Refine transaction parsing and handling logic: 2026-04-11 16:37:14 +07:00