This commit is contained in:
root
2026-07-04 08:01:01 +00:00
parent 73d84169d6
commit 104107bf1d
3 changed files with 96 additions and 34 deletions
@@ -183,6 +183,10 @@ export function Login(username: string, password: string): $CancellablePromise<$
});
}
export function PerformGeminiOcr(base64Image: string): $CancellablePromise<string> {
return $Call.ByID(3593860722, base64Image);
}
/**
* Register creates a new registration application
*/