Primo.AI.Server.Linux 1.0.9

dotnet add package Primo.AI.Server.Linux --version 1.0.9                
NuGet\Install-Package Primo.AI.Server.Linux -Version 1.0.9                
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="Primo.AI.Server.Linux" Version="1.0.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Primo.AI.Server.Linux --version 1.0.9                
#r "nuget: Primo.AI.Server.Linux, 1.0.9"                
#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 Primo.AI.Server.Linux as a Cake Addin
#addin nuget:?package=Primo.AI.Server.Linux&version=1.0.9

// Install Primo.AI.Server.Linux as a Cake Tool
#tool nuget:?package=Primo.AI.Server.Linux&version=1.0.9                

About

Primo RPA robot uses elements of the package to automate interaction with Primo AI Server intelligent data recognition server by Primo RPA company.

How to Use

In Primo RPA studio, create a project that will be executed by Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu; the "AI" node with package elements will appear in Elements tree . The "Primo AI server" element is a container for all other package elements. This element is used to connect to the server and to authenticate.
In pure code projects use the element as follows:

//app - [Primo.AI.Server.PrimoAIApp] PrimoAIApp application
//server - Server: [String] Server URL
//login - Login: [String] User login
//password - Password: [String] User password
//to - Time-out: [Int32] Server interactions time-out (ms)
Primo.AI.Server.PrimoAIApp app = Primo.AI.Server.PrimoAIApp.Init(wf, server, [to], [login], [password]);

The "Create request" element sends a request for document recognition. In response, it receives the request key.
In pure code projects:

//app - [Primo.AI.Server.PrimoAIApp] PrimoAIApp application
//modelType - [String] Model type for document processing
//file - Document: [String] Path to document file
System.Guid txt = app.CreateInference(file, modelType);

The "Get result" element receives the processing result from the server.
In pure code:

//app - [Primo.AI.Server.PrimoAIApp] PrimoAIApp application
//requestKey - [System.Guid] Request key
Primo.AI.Server.Model.InferenceResult txt = app.GetInference(requestKey);

Key Features

  • High performance
  • Supports .NET 8

Main Types

  • Primo.AI.Server.Elements.WFAttachPrimoAIServer
  • Primo.AI.Server.Elements.WFPrimoAICreateInference
  • Primo.AI.Server.Elements.WFPrimoAIGetInference
  • Primo.AI.Server.PrimoAIApp
  • Primo.AI.Server.Model.BoundingBox
  • Primo.AI.Server.Model.ImageTransforms
  • Primo.AI.Server.Model.RectangleItemModel
  • Primo.AI.Server.Model.InferenceResult
  • Primo.AI.Server.Model.InferenceResultContent
  • Primo.AI.Server.Model.InferenceResultFile
  • Primo.AI.Server.Model.InferenceResultItem
  • Primo.AI.Server.Model.InferenceResultItemRow

Feedback

Bug reports and contributions are welcome at Primo RPA chat

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.9 98 10/28/2024