ocrai
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user