Jump to: navigation, search

Changes


OCR

48 bytes added, Yesterday at 09:13
/* UI and customizability */
* One text input field displays the confirmed OCR text and also allows you to manually change/correct that text.
{{Hint|The standard UI described above is fully customizable. The implementations can be found in UBIKScanAreaFlyout.xaml (WinX/UWP) and UBIKScanArea.xamlx (XamarinMobile).}}
The relevant properties of the data context (ScanViewModel) include the following.
* ProcessConfirmedMarkerCommand: The command to trigger a search (offline & online when applicable) using ConfirmedScanResult. If the latter is not yet set, the command does nothing.
* FirstScanResult: The first OCR scan result in the current scan session. Unlike ScanResult, this no longer updates after the very first value is set. This is useful when you want e.g. a behavior to automatically confirm the first scan result.
 
[[Category:Client|OCR]]
[[Category:Mobile|OCR]]
== See also ==
561
edits