OmniPageCSDK.Engine.win-x64 22.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package OmniPageCSDK.Engine.win-x64 --version 22.2.0
NuGet\Install-Package OmniPageCSDK.Engine.win-x64 -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.Engine.win-x64" Version="22.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OmniPageCSDK.Engine.win-x64 --version 22.2.0
#r "nuget: OmniPageCSDK.Engine.win-x64, 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.Engine.win-x64 as a Cake Addin
#addin nuget:?package=OmniPageCSDK.Engine.win-x64&version=22.2.0

// Install OmniPageCSDK.Engine.win-x64 as a Cake Tool
#tool nuget:?package=OmniPageCSDK.Engine.win-x64&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.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
native native is compatible. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OmniPageCSDK.Engine.win-x64:

Package Downloads
OmniPageCSDK.Objects The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Integrate powerful OCR technology to automate image conversion and compression workflows. Objects API for .NET applications.

OmniPageCSDK.RecAPI The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Integrate powerful OCR technology to automate image conversion and compression workflows. RecAPI for C/C++ applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
22.2.0 405 6/24/2024