OmniPageCSDK.RecAPI
22.2.0
Prefix Reserved
See the version list below for details.
dotnet add package OmniPageCSDK.RecAPI --version 22.2.0
NuGet\Install-Package OmniPageCSDK.RecAPI -Version 22.2.0
<PackageReference Include="OmniPageCSDK.RecAPI" Version="22.2.0" />
paket add OmniPageCSDK.RecAPI --version 22.2.0
#r "nuget: OmniPageCSDK.RecAPI, 22.2.0"
// Install OmniPageCSDK.RecAPI as a Cake Addin #addin nuget:?package=OmniPageCSDK.RecAPI&version=22.2.0 // Install OmniPageCSDK.RecAPI as a Cake Tool #tool nuget:?package=OmniPageCSDK.RecAPI&version=22.2.0
OmniPage Capture SDK 22.2 nuget packages (64-bit)
Available OmniPage Capture SDK base NuGet packages: OmniPageCSDK.Objects.22.2.0.nupkg → .Net Objects API OmniPageCSDK.RecAPI.22.2.0.nupkg → C/C++ API The packages above are dependent on the following packages so they should not be used alone: OmniPageCSDK.Engine.Data.win-x64.22.2.0.nupkg OmniPageCSDK.Engine.Data.win-x86.22.2.0.nupkg OmniPageCSDK.Engine.win-x64.22.2.0.nupkg OmniPageCSDK.Engine.win-x86.22.2.0.nupkg
For online documentation, visit the OmniPage Capture SDK 22.2 documentation page: https://docshield.tungstenautomation.com/Portal/Products/OmniPageCaptureSDK/22.2.0-z0caoo0v7r/OmniPageCaptureSDK.htm
OmniPage Capture SDK must be properly licensed before use. Please contact Sales for evaluation here: https://www.tungstenautomation.com/products/omnipage/contact-us-csdk
For Evaluation Seat licenses use the OPLicMgr.exe or OPLicMgrUI.exe from the tools folder:
%USERPROFILE%.nuget\packages\omnipagecsdk.engine.win-<architecture>\22.2.0\tools
where <architecture> can be either x86 or x64.
For details on licensing in development and redistribution, please refer to the Licensing section of OmniPage Capture SDK Getting Started Guide available at the link below: https://docshield.tungstenautomation.com/OmniPageCaptureSDK/en_US/22.2.0-z0caoo0v7r/print/TungstenOmniPageCaptureSDKGettingStartedGuide_EN.pdf
Where to start:
RecAPI C/C++ API (64-bit): https://docshield.tungstenautomation.com/OmniPageCaptureSDK/en_US/22.2.0-z0caoo0v7r/help/RECAPI/index.html This release does not contain scanning subsystem of the CSDK
Add the OmniPageCSDK.RecAPI Nuget package to your project:
#include <iostream> #include "KernelAPI.h"
int main() { RECERR rc = kRecInit(nullptr, nullptr); std::cout << "Hello World!\n" << rc; kRecQuit(); }
Objects API .NET API: https://docshield.tungstenautomation.com/OmniPageCaptureSDK/en_US/22.2.0-z0caoo0v7r/help/Objects/html/N_OmniPageCSDK_Objects.htm This release does not contain scanning subsystem of the CSDK
Add the OmniPageCSDK.Objects NuGet package to your project: (If the application is AnyCPU, turn off Prefer 32-bit or use Platform target: x64)
using OmniPageCSDK.ArgTypes; using OmniPageCSDK.Objects;
internal class Program { static void Main(string[] args) { Engine.Init(null, null, true); Console.WriteLine(Engine.RECERR.ToString()); return; } }
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
native 0.0
- OmniPageCSDK.Engine.win-x64 (= 22.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.