Hi , I am a beginner to UiPath.
I have add the manage package of pdf.UiPath.Activities and ocr activies.
Added a new activity with read pdf with OCR and added the engine for the pdf Tesseract OCR and created a variable for that activity.
added a variable to the message box.
But I am getting this error…
Source: Read PDF With OCR
Message: Error performing OCR: Could not load file or assembly ‘Emgu.CV.Platform.NetStandard, Version=4.5.3.4721, Culture=neutral, PublicKeyToken=7281126722ab4438’ or one of its dependencies. The system cannot find the file specified.
Exception Type: System.Exception
System.Exception: Error performing OCR: Could not load file or assembly ‘Emgu.CV.Platform.NetStandard, Version=4.5.3.4721, Culture=neutral, PublicKeyToken=7281126722ab4438’ or one of its dependencies. The system cannot find the file specified. —> UiPath.CoreIpc.RemoteException: Could not load file or assembly ‘Emgu.CV.Platform.NetStandard, Version=4.5.3.4721, Culture=neutral, PublicKeyToken=7281126722ab4438’ or one of its dependencies. The system cannot find the file specified. at UiPath.Vision.Core.Shared.Engines.VisionImage.FromByteArray(Byte imageData)
at UiPath.Vision.OCR.Engine.BaseEngine.d__20.MoveNext()
Source: Read PDF With OCR
Message: Error performing OCR: Could not load file or assembly ‘Emgu.CV.Platform.NetStandard, Version=4.5.3.4721, Culture=neutral, PublicKeyToken=7281126722ab4438’ or one of its dependencies. The system cannot find the file specified.
Exception Type: System.Exception
System.Exception: Error performing OCR: Could not load file or assembly ‘Emgu.CV.Platform.NetStandard, Version=4.5.3.4721, Culture=neutral, PublicKeyToken=7281126722ab4438’ or one of its dependencies. The system cannot find the file specified. —> UiPath.CoreIpc.RemoteException: Could not load file or assembly ‘Emgu.CV.Platform.NetStandard, Version=4.5.3.4721, Culture=neutral, PublicKeyToken=7281126722ab4438’ or one of its dependencies. The system cannot find the file specified. at UiPath.Vision.Core.Shared.Engines.VisionImage.FromByteArray(Byte imageData)
at UiPath.Vision.OCR.Engine.BaseEngine.d__20.MoveNext()
