Skip to content

Commit 83f5ec7

Browse files
Updated Pages for Python Examples
1 parent 9b91bae commit 83f5ec7

File tree

2 files changed

+18
-3
lines changed
  • ocr/developer-guide
    • extract-text-from-image-using-cloud-storage
    • extract-text-from-image-without-cloud-storage

2 files changed

+18
-3
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,17 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
5252
## **SDK Examples**
5353
**Extract OCR or HOCR Text from Images**
5454

55-
{{< tabs tabTotal="1" tabID="4" tabName1="C#" >}}
55+
{{< tabs tabTotal="2" tabID="4" tabName1="C#" tabName2="Python" >}}
5656

5757
{{< tab tabNum="1" >}}
5858

5959
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromStorage.cs" >}}
6060

61+
{{< /tab >}}
62+
{{< tab tabNum="2" >}}
63+
64+
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromStorage.py" >}}
65+
6166
{{< /tab >}}
6267

6368
{{< /tabs >}}

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,34 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
5353
## **SDK Examples**
5454
**Extract OCR or HOCR Text from Images without using Storage**
5555

56-
{{< tabs tabTotal="1" tabID="4" tabName1="C#" >}}
56+
{{< tabs tabTotal="2" tabID="4" tabName1="C#" tabName2="Python" >}}
5757

5858
{{< tab tabNum="1" >}}
5959

6060
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromContent.cs" >}}
6161

62+
{{< /tab >}}
63+
{{< tab tabNum="2" >}}
64+
65+
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromContent.py" >}}
66+
6267
{{< /tab >}}
6368

6469
{{< /tabs >}}
6570

6671
**Extract OCR or HOCR Text from Image URL**
6772

68-
{{< tabs tabTotal="1" tabID="5" tabName1="C#" >}}
73+
{{< tabs tabTotal="2" tabID="5" tabName1="C#" tabName2="Python">}}
6974

7075
{{< tab tabNum="1" >}}
7176

7277
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromUrl.cs" >}}
7378

79+
{{< /tab >}}
80+
{{< tab tabNum="2" >}}
81+
82+
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromURL.py" >}}
83+
7484
{{< /tab >}}
7585

7686
{{< /tabs >}}

0 commit comments

Comments
 (0)