An open API service indexing awesome lists of open source software.

https://github.com/mindee/mindee-api-dotnet

Mindee API Helper Library for .NET ecosystem
https://github.com/mindee/mindee-api-dotnet

csharp dotnet net6 netstandard20 ocr

Last synced: 6 months ago
JSON representation

Mindee API Helper Library for .NET ecosystem

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/github/license/mindee/mindee-api-dotnet)](https://opensource.org/licenses/MIT) [![GitHub Workflow Status](https://github.com/mindee/mindee-api-dotnet/actions/workflows/cron.yml/badge.svg)](https://github.com/mindee/mindee-api-dotnet/actions/workflows/dotnet.yml) [![NuGet](https://img.shields.io/nuget/v/mindee)](https://www.nuget.org/packages/Mindee) [![NuGet](https://img.shields.io/nuget/dt/Mindee)](https://www.nuget.org/packages/Mindee)

# Mindee API Helper Library for .NET
Quickly and easily connect to Mindee's API services using .NET.

## Requirements
The following .NET versions are tested and officially supported:
* Standard 2.0
* 4.7.2, 4.8 (Windows only, V1 only)
* 6.0, 7.0, 8.0, 9.0 (Linux, macOS x64, Windows)

## Mindee API Versions
This client library has support for both Mindee platform versions.

### V2 - Latest
This is the latest platform located here:

https://app.mindee.com

It uses **API version 2**.

Consult the
**[V2 Documentation](https://docs.mindee.com/integrations/client-libraries-sdk)**

### V1
This is the platform located here:

https://platform.mindee.com/

It uses **API version 1**.

Consult the
**[V1 Documentation](https://docs.mindee.com/v1/libraries/dotnet-ocr-sdk)**

## Additional Information

**[Source Code](https://github.com/mindee/mindee-api-dotnet)**

**[Reference Documentation](https://mindee.github.io/mindee-api-dotnet/)**

**[Feedback](https://feedback.mindee.com/)**

## License
Copyright © Mindee

Available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).