OmniPageCSDK.Objects
2025.1.4
Prefix Reserved
dotnet add package OmniPageCSDK.Objects --version 2025.1.4
NuGet\Install-Package OmniPageCSDK.Objects -Version 2025.1.4
<PackageReference Include="OmniPageCSDK.Objects" Version="2025.1.4" />
<PackageVersion Include="OmniPageCSDK.Objects" Version="2025.1.4" />
<PackageReference Include="OmniPageCSDK.Objects" />
paket add OmniPageCSDK.Objects --version 2025.1.4
#r "nuget: OmniPageCSDK.Objects, 2025.1.4"
#:package OmniPageCSDK.Objects@2025.1.4
#addin nuget:?package=OmniPageCSDK.Objects&version=2025.1.4
#tool nuget:?package=OmniPageCSDK.Objects&version=2025.1.4
OmniPage Capture SDK 2025.1.4 nuget packages (64-bit)
Available OmniPage Capture SDK base NuGet packages: OmniPageCSDK.Objects.2025.1.4.nupkg → .Net Objects API OmniPageCSDK.RecAPI.2025.1.4.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.2025.1.4.nupkg OmniPageCSDK.Engine.win-x64.2025.1.4.nupkg
For online documentation, visit the OmniPage Capture SDK 2025.1 documentation page:
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>\2025.1.4\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/2025.1.0-m7NwYtqyAo/print/TungstenOmniPageCaptureSDKGettingStartedGuide_EN.pdf
Where to start:
RecAPI C/C++ API (64-bit): https://docshield.tungstenautomation.com/OmniPageCaptureSDK/en_US/2025.1.0-m7NwYtqyAo/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/2025.1.0-m7NwYtqyAo/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)
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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
| 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.win-x64 (>= 2025.1.4)
- SkiaSharp (>= 2.88.6)
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 |
|---|---|---|
| 2025.1.4 | 3,294 | 3/10/2026 |
| 2025.1.3 | 280 | 11/26/2025 |
| 2025.1.2 | 233 | 10/29/2025 |
| 2025.1.1 | 1,506 | 5/15/2025 |
| 2025.1.0 | 6,153 | 2/3/2025 |
| 22.2.0.7 | 112 | 3/10/2026 |
| 22.2.0.6 | 495 | 10/31/2025 |
| 22.2.0.5 | 298 | 10/22/2025 |
| 22.2.0.4 | 524 | 4/11/2025 |
| 22.2.0.3 | 2,300 | 11/25/2024 |
| 22.2.0.2 | 1,082 | 9/17/2024 |
| 22.2.0.1 | 762 | 6/21/2024 |