Best OCR in uipath

@AbarnaKalaiselvam

Use the second one in the selector Editor remove the 3rd one

and make the title as title=‘*’


23.8.0-beta.13817+Branch.release-v23.8.0.Sha.120cd3ec54f082511b48105e2cfb52f8897346a8

Source: Get OCR Text

Message: Could not find the UI element corresponding to this selector:
[1]
[2]

Search failed at selector tag:
[1]

The closest matches found are:
[67%]

Exception Type: UiPath.Core.SelectorNotFoundException

UiPath.Core.SelectorNotFoundException: Could not find the UI element corresponding to this selector:
[1]
[2]

Search failed at selector tag:
[1]

The closest matches found are:
[67%] at UiPath.Core.Activities.GetOCRText.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Core.Activities.ObsoleteAsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Can I use Load image activity? instead of get OCR Text

1)Assign an activity for the input file directory

2)Iterate the files in for loop

3)Inside the loop - load image activity.

4)OCR engine.

5)Display in msg box or write in a file.