I have some PDF files and I want to convert them to images so that I can use Recognition Template
on them to extract the information. Each PDF is a single page invoice named “invoice1”, “invoice2” “invoice3”, etc. Everytime they are converted to images, the result is “invoice11”, “invoice21”, “invoice31” etc. Is there a way to get rid of the “1” at the end that is automatically generated by the Convert to Image
activity? How can I do that?
@cris-dsc Hi!
You can use the activity “Move file” and rename it. Define the name “invoice1” for the value of “New file path”.
This number “1” is the counter of pages in the document you converted to image.
1 Like
Thank you for the solution!
2 Likes