Only last image text stored in notepad file but i want all images text using uipath tool

i write a code of extract multiple images text in folder and the happend is only last image text stored in notepad file but i want all images text using uipath tool please could sugguest any solution

Hi @Haswanth_Tummala

  1. Store the path of the folder in which imgs are store in a array variable
  2. Take For Each Activity
  3. within for each activity read the img by using OCR Engine and write it to text file by using Append Line activity

As per my experience this solution will work for your issue

Best Regards
Mr Pratik Wavhal