Hi,
We have a server dedicated to development, a server for unattended robot and a server for attended robot.
I’m using activity Read PDF Text to extract text of a pdf download from a website.
When I run the file as debug on development server , pdf is correctly read and its text is extracted.
On unattended server, several processes are using Read PDF Text without any error.
When user starts the robot on attended server, Read PDF Text generates an error:
Could not load file or assembly ‘UiPath.DocumentUnderstanding.Digitizer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified.
What could be the problem on my attended robot?