recognize From Uris
abstract fun recognizeFromUris(imageFileUris: List<Uri>, sourceFilesEncrypted: Boolean = false): Result<OcrResult>
Performs OCR only (without PDF result) from Images with provided languages.
Return
Result.Success containing a instance of OcrResult or a Result.*Error if something went wrong.
Parameters
image File Uris
list of image file URIs
source Files Encrypted
if true, the image files are encrypted and will be decrypted before OCR