Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.51 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.51 KB

API4AI OCR text recognition sample

This directory contains a minimalistic sample that sends requests to the API4AI Text Recognition API. The sample is implemented in C# using .NET 6.

Overview

This API processes images and performs Optical Character Recognition.

Getting started (Visual Studio)

Open sample.sln solution file in Visual Studio as usual and click "Run".

Getting started (Command line)

Try sample with default args:

dotnet run

Try sample with your local image:

dotnet run -- image.jpg

Try sample with your local pdf document:

dotnet run -- doc.pdf

About API keys

This demo by default sends requests to free endpoint at demo.api4ai.cloud. Demo endpoint is rate limited and should not be used in real projects.

Use RapidAPI marketplace to get the API key. The marketplace offers both free and paid subscriptions.

Contact us in case of any questions or to request a custom pricing plan that better meets your business requirements.

Links