OmniPageCSDK.RecAPI 22.2.0

Prefix Reserved
There is a newer version of this package available.
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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OmniPageCSDK.RecAPI" Version="22.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OmniPageCSDK.RecAPI --version 22.2.0                
#r "nuget: OmniPageCSDK.RecAPI, 22.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
22.2.0.2 120 9/17/2024
22.2.0 117 6/24/2024