Skip to content

Commit 9b91bae

Browse files
Updated broken links
1 parent 7354174 commit 9b91bae

File tree

4 files changed

+4
-4
lines changed
  • ocr
    • developer-guide
      • extract-localized-text-from-an-image
      • extract-text-from-image-using-cloud-storage
      • extract-text-from-image-without-cloud-storage
    • getting-started/quickstart

4 files changed

+4
-4
lines changed

ocr/developer-guide/extract-localized-text-from-an-image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ curl -v "https://api.aspose.cloud/v3.0/ocr/de_1.jpg/recognize?language=2" \
4949

5050
{{< /tabs >}}
5151
## **SDKs**
52-
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-ocr-cloud) for a complete list of Aspose.OCR Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
52+
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-ocr-cloud) for a complete list of Aspose.OCR Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/ocr/available-sdks/) article to learn how to add an SDK to your project.
5353
## **SDK Examples**
5454
**Extract Localized Text from an Image**
5555

ocr/developer-guide/extract-text-from-image-using-cloud-storage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ curl -v "https://api.aspose.cloud/v3.0/ocr/sample_ocr.png/recognize" \
4848

4949
{{< /tabs >}}
5050
## **SDKs**
51-
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-ocr-cloud) for a complete list of Aspose.OCR Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
51+
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-ocr-cloud) for a complete list of Aspose.OCR Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/ocr/available-sdks/) article to learn how to add an SDK to your project.
5252
## **SDK Examples**
5353
**Extract OCR or HOCR Text from Images**
5454

ocr/developer-guide/extract-text-from-image-without-cloud-storage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ curl -v "https://api.aspose.cloud/v3.0/ocr/sample_ocr.png/recognize" \
4949

5050
{{< /tabs >}}
5151
## **SDKs**
52-
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-ocr-cloud) for a complete list of Aspose.OCR Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
52+
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-ocr-cloud) for a complete list of Aspose.OCR Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/ocr/available-sdks/) article to learn how to add an SDK to your project.
5353
## **SDK Examples**
5454
**Extract OCR or HOCR Text from Images without using Storage**
5555

ocr/getting-started/quickstart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before you can make any requests to Aspose Cloud APIs you need to [create an API
1212

1313
This will give you **App SID** and **App key (secret key)** which you can use to invoke Aspose Cloud APIs.
1414
## **Install the SDK of your choice**
15-
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
15+
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Please check [Available SDKs](/ocr/available-sdks/) article to learn how to add an SDK to your project.
1616
## **Make an API request from the SDK of your choice**
1717
Use the **App SID** and **App key (secret key)** from the API app client you created in step one and replace in the corresponding code. The following example demonstrates how to extract OCR or HOCR Text from images.
1818

0 commit comments

Comments
 (0)