How to ensure that getting ocr text from a pdf always reading from the same place

Hi there,
I am working on an automation that getting ocr text from different pdf files. I don’t know how to ensure that the RPA is always getting the data from the same place if running the RPA on different machines.
Thank you for the answer.

Hi @Adam_Biro If your pdf format is same for all , then your same code will work for every pdf. It doesn’t matter to the machine.

Hi @Adam_Biro
when we are publishing code, we place all the files related to process in shared place so that every machine can access this.