-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKlippaOCRAPI.nuspec
24 lines (24 loc) · 1.15 KB
/
KlippaOCRAPI.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package >
<metadata>
<id>Klippa.OCRAPI.Activities</id>
<version>1.0.0</version>
<authors>Klippa</authors>
<owners>Klippa</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A UiPath library to call the Klippa OCR API using a UiPath Activity. The Klippa OCR API provides real-time document extraction using OCR and Machine Learning, just send us the document and we provide you with the document content in a structured way to automate your document workflow.</description>
<releaseNotes></releaseNotes>
<tags>uipath ocr document parsing invoice receipt</tags>
<license type="expression">MIT</license>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2" />
</dependencies>
<icon>images\icon.jpg</icon>
<repository type="git" url="https://github.com/klippa-app/UiPath-Klippa-OCR-API" />
</metadata>
<files>
<file src="KlippaOCRAPI\obj\Release\KlippaOCRAPI.dll" target="lib\KlippaOCRAPI.dll" />
<file src="KlippaOCRAPI\obj\Release\KlippaOCRAPI.pdb" target="lib\KlippaOCRAPI.pdb" />
<file src="icon.jpg" target="images\" />
</files>
</package>