ERROR - unable to Install OCR dll in my .net project

PM> Install-Package Aspose.OCR
Install-Package : Unable to find package ‘Aspose.OCR’ at source ‘’.
At line:1 char:1

  • Install-Package Aspose.OCR
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Time Elapsed: 00:00:08.4206938
PM>

Please help me in installing the OCR DLL in .net project

@guntikirankumar

You can easily install the API by using NuGet Package Manager in Visual Studio. However, the project should be targeting .NET Framework >= 4.6.2 and Debug Mode should be x64 (Not AnyCPU). In case you still have any issues, please let us know.