Pdf -ocr

sna

Member
I have a folder with 5 pdf and I need to read their lines...
I know how to launch 1 pdf but how to launch 5 pdf one by one..

Please give suggestions
 

sivagelli

Well-Known Member
Hi, you have to use loop stage to iterate. Something like below

1. read the files into a collection.
2. Open adobe reader
Loop start
3. Open file
4. Read the lines of the file
5. Close the file
Loop end
6. Close adobe reader
 

sna

Member
Hi, you have to use loop stage to iterate. Something like below

1. read the files into a collection.
2. Open adobe reader
Loop start
3. Open file
4. Read the lines of the file
5. Close the file
Loop end
6. Close adobe reader
Thank you
Which business object and action to be used here to read files into collection?
 

sivagelli

Well-Known Member
hello,

Use Utility File Management VBO, Get Files action

Inputs:
Folder: Folder path
Patterns CSV: "*.pdf" (this will get all the files with pdf extension)

This will output a collection with File Names, File Path, Extension, Bytes, etc.,
 
  • Like
Reactions: sna
Top