OmniPageCSDK.Engine.win-x64
22.2.0.2
Prefix Reserved
dotnet add package OmniPageCSDK.Engine.win-x64 --version 22.2.0.2
NuGet\Install-Package OmniPageCSDK.Engine.win-x64 -Version 22.2.0.2
<PackageReference Include="OmniPageCSDK.Engine.win-x64" Version="22.2.0.2" />
paket add OmniPageCSDK.Engine.win-x64 --version 22.2.0.2
#r "nuget: OmniPageCSDK.Engine.win-x64, 22.2.0.2"
// Install OmniPageCSDK.Engine.win-x64 as a Cake Addin #addin nuget:?package=OmniPageCSDK.Engine.win-x64&version=22.2.0.2 // Install OmniPageCSDK.Engine.win-x64 as a Cake Tool #tool nuget:?package=OmniPageCSDK.Engine.win-x64&version=22.2.0.2
OmniPage Capture SDK 22.2 nuget packages (64-bit)
Available OmniPage Capture SDK base NuGet packages: OmniPageCSDK.Objects.22.2.0.2.nupkg → .Net Objects API OmniPageCSDK.RecAPI.22.2.0.2.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.2.nupkg OmniPageCSDK.Engine.win-x64.22.2.0.2.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.2\tools
where <architecture> can be 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. |
---|---|
.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. |
-
.NETStandard 2.0
- OmniPageCSDK.Engine.Data.win-x64 (= 22.2.0.2)
-
native 0.0
- OmniPageCSDK.Engine.Data.win-x64 (= 22.2.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OmniPageCSDK.Engine.win-x64:
Package | Downloads |
---|---|
OmniPageCSDK.Objects
Integrate powerful OCR technology to automate image conversion and compression workflows. Objects API for .NET applications. |
|
OmniPageCSDK.RecAPI
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.