How to OCR through multiple images

I need to be able to OCR text from image files from multiple images from one file. However, each page has a different layout.

Hi @michaelamay0

Use string var=Directory.getFiles(“folder path”,.png)

Use for each item

Use start process activity or load image activity

Use get ocr text activity

Thanks
Ashwin.S

@michaelamay0
Welcome to UiPath community Forum

You can do that you want by solution from AshwinS2.
There are many method to do that.

For sure, I have some additional information for you.
you can open file by start process activity
and use tools in Image Recording toolbar.

Example:
screen scraping for get text
send hotkey to go next page
etc.

If you found error like “Cannot find the UI element”,
Please try to use UI Exploere to confirm Selector.

I hope it will be useful for you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.