Skip to content

Commit bea0705

Browse files
Merge pull request aspose-ocr-cloud#6 from samicheemagroupdocs/master
Fixed URL and Headers
2 parents fda696c + 4ab631a commit bea0705

File tree

3 files changed

+9
-9
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

3 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The language parameter accepts integer value:
1313
- 1 for ***English***
1414
- 2 for ***French*** and ***German***
1515
## **API Explorer**
16-
[The API Reference page](https://apireference.aspose.cloud/ocr/) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
17-
## **cURL Example**
16+
[The API Reference page](https://apireference.aspose.cloud/ocr/#/Ocr/GetRecognizeDocument) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
17+
### **cURL Example**
1818
{{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}}
1919

2020
{{< tab tabNum="1" >}}
@@ -50,7 +50,7 @@ curl -v "https://api.aspose.cloud/v3.0/ocr/de_1.jpg/recognize?language=2" \
5050
{{< /tabs >}}
5151
## **SDKs**
5252
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.
53-
## **SDK Examples**
53+
### **SDK Examples**
5454
**Extract Localized Text from an Image**
5555

5656
{{< tabs tabTotal="3" tabID="4" tabName1="C#" tabName2="Java"> tabName3="Python">}}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The characters of different languages have different representations. If we comb
1212

1313
Aspose.OCR Cloud provided an API to recognize and extract OCR text from raster images (JPEG, PNG, GIF, BMP, TIFF) stored in the cloud.
1414
## **API Explorer**
15-
[The API Reference page](https://apireference.aspose.cloud/ocr/) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
16-
## **cURL Example**
15+
[The API Reference page](https://apireference.aspose.cloud/ocr/#/Ocr/GetRecognizeDocument) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
16+
### **cURL Example**
1717
{{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}}
1818

1919
{{< tab tabNum="1" >}}
@@ -49,7 +49,7 @@ curl -v "https://api.aspose.cloud/v3.0/ocr/sample_ocr.png/recognize" \
4949
{{< /tabs >}}
5050
## **SDKs**
5151
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.
52-
## **SDK Examples**
52+
### **SDK Examples**
5353
**Extract OCR or HOCR Text from Images**
5454

5555
{{< tabs tabTotal="3" tabID="4" tabName1="C#" tabName2="Java" tabName3="Python">}}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Aspose.OCR Cloud provided an API to recognize and extract OCR text from raster i
1515

1616
## **API Explorer**
1717

18-
[The API Reference page](https://apireference.aspose.cloud/ocr/) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
18+
[The API Reference page](https://apireference.aspose.cloud/ocr/#/Ocr/PostOcrFromUrlOrContent) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
1919

20-
## **cURL Example**
20+
### **cURL Example**
2121

2222
{{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}}
2323

@@ -58,7 +58,7 @@ curl -v "https://api.aspose.cloud/v3.0/ocr/sample_ocr.png/recognize" \
5858

5959
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.
6060

61-
## **SDK Examples**
61+
### **SDK Examples**
6262

6363
**Extract OCR or HOCR Text from Images without using Storage**
6464

0 commit comments

Comments
 (0)