// this code is not written in ide, so it might not compile, e.g. semocolons might not be added here
using TesseracrOcrMaui;
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.ConfigureFonts(fonts =>| let currentEventSource = null; | |
| function IsNullOrEmpty(str) { | |
| if (str === null) { | |
| return true; | |
| } | |
| if (typeof str === "string" && str.length === 0) { | |
| return true; | |
| } | |
| return false; |