File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,17 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
52
52
## ** SDK Examples**
53
53
** Extract OCR or HOCR Text from Images**
54
54
55
- {{< tabs tabTotal="1 " tabID="4" tabName1="C#" >}}
55
+ {{< tabs tabTotal="2 " tabID="4" tabName1="C#" tabName2="Python " >}}
56
56
57
57
{{< tab tabNum="1" >}}
58
58
59
59
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromStorage.cs" >}}
60
60
61
+ {{< /tab >}}
62
+ {{< tab tabNum="2" >}}
63
+
64
+ {{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromStorage.py" >}}
65
+
61
66
{{< /tab >}}
62
67
63
68
{{< /tabs >}}
Original file line number Diff line number Diff line change @@ -53,24 +53,34 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
53
53
## ** SDK Examples**
54
54
** Extract OCR or HOCR Text from Images without using Storage**
55
55
56
- {{< tabs tabTotal="1 " tabID="4" tabName1="C#" >}}
56
+ {{< tabs tabTotal="2 " tabID="4" tabName1="C#" tabName2="Python " >}}
57
57
58
58
{{< tab tabNum="1" >}}
59
59
60
60
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromContent.cs" >}}
61
61
62
+ {{< /tab >}}
63
+ {{< tab tabNum="2" >}}
64
+
65
+ {{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromContent.py" >}}
66
+
62
67
{{< /tab >}}
63
68
64
69
{{< /tabs >}}
65
70
66
71
** Extract OCR or HOCR Text from Image URL**
67
72
68
- {{< tabs tabTotal="1 " tabID="5" tabName1="C#" >}}
73
+ {{< tabs tabTotal="2 " tabID="5" tabName1="C#" tabName2="Python" >}}
69
74
70
75
{{< tab tabNum="1" >}}
71
76
72
77
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromUrl.cs" >}}
73
78
79
+ {{< /tab >}}
80
+ {{< tab tabNum="2" >}}
81
+
82
+ {{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromURL.py" >}}
83
+
74
84
{{< /tab >}}
75
85
76
86
{{< /tabs >}}
You can’t perform that action at this time.
0 commit comments