From 2f23d611097afcc4e79bfa4241c413f13363828d Mon Sep 17 00:00:00 2001 From: Aspose Cloud File Format APIs <36834175+aspose-cloud@users.noreply.github.com> Date: Fri, 16 Jul 2021 02:33:30 +0500 Subject: [PATCH] Update _index.md --- ocr/getting-started/available-sdks/_index.md | 29 +++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/ocr/getting-started/available-sdks/_index.md b/ocr/getting-started/available-sdks/_index.md index 8a3a9bc..4097f39 100644 --- a/ocr/getting-started/available-sdks/_index.md +++ b/ocr/getting-started/available-sdks/_index.md @@ -12,30 +12,57 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de ### **SDK benefits** Our supported SDKs are 100% tested and out of the box running. These SDKs are open source and have the MIT license. You can use them and even customize them for absolutely free of charge. ## **Supported SDKs** -{{< tabs tabTotal="4" tabID="4" tabName1="C#" tabName2="Java" tabName3="Android" tabName4="Python" >}} +{{< tabs tabTotal="5" tabID="4" tabName1=".NET" tabName2="Java" tabName3="Android" tabName4="Python" tabName5="Node.js" >}} {{< tab tabNum="1" >}} +{{% alert color="primary" %}} + Completes source code of Aspose.OCR Cloud SDK for .NET is freely available on the [GitHub](https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-dotnet). +{{% /alert %}} + {{< /tab >}} {{< tab tabNum="2" >}} +{{% alert color="primary" %}} + Completes source code of Aspose.OCR Cloud SDK for Java is freely available on the [GitHub](https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-java). +{{% /alert %}} + {{< /tab >}} {{< tab tabNum="3" >}} +{{% alert color="primary" %}} + Completes source code of Aspose.OCR Cloud SDK for Android is freely available on the [GitHub](https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-android). +{{% /alert %}} + {{< /tab >}} {{< tab tabNum="4" >}} +{{% alert color="primary" %}} + Completes source code of Aspose.OCR Cloud SDK for Python is freely available on the [GitHub](https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-python). +{{% /alert %}} + {{< /tab >}} +{{< tab tabNum="5" >}} + +{{% alert color="primary" %}} + +Completes source code of Aspose.OCR Cloud SDK for Node.js is freely available on the [GitHub](https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-nodejs). + +{{% /alert %}} + +{{< /tab >}} + + {{< /tabs >}}