- Input: Read screenshots in a folder, and extract employee names and test results.
- Processing: Record data in an Excel table, and rename screenshots to employee names.
- Output: Move renamed files to another folder.
It’s very generic and high level use case. If you are seeking help regarding any specific step or error you are getting, ask question to that specific.
Due to time constraint no one would be able to help you with full solution on this.
Thanks,
Ashok ![]()
Hie @Chandini_Roy so for this use 2 assign activity 1 is of string type 1 is of array of string
string contain location path
array string contain file path -syntax is -directory.getfiles(string)
use for each to loop all files.inside this use read pdf with ocr and do string manipulation to extract the details and after after extract data use build data table and inside this create column headers name and save as dtbuild and use add data row activity and inside this pass the extract value which you saved as a variable form and pass the dtbuild table variable also and use write range to write the table in excel and lastly use move file activity to move the files to another folder
cheers Happy Automation
Here i have used many ocrs but i am not exact data, Can you suggest one better free version of OCR
I have implemented a logic but using ocr i am not getting entire data also which is not accurate.
Hie @Chandini_Roy try with Tesseract OCR or Omni Page OCR as per my suggestion and in the property panel
enhance the Scale this will also help to get the better results…
cheers Happy Automation
Yes, I have tried still facing issues
