File tree Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,20 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
53
53
## ** SDK Examples**
54
54
** Extract Localized Text from an Image**
55
55
56
- {{< tabs tabTotal="1 " tabID="4" tabName1="C#" >}}
56
+ {{< tabs tabTotal="2 " tabID="4" tabName1="C#" tabName2="Java" >}}
57
57
58
58
{{< tab tabNum="1" >}}
59
59
60
60
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromStorageDeFR.cs" >}}
61
61
62
62
{{< /tab >}}
63
63
64
+ {{< tab tabNum="2" >}}
65
+
66
+ {{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromStorageLanguage.java" >}}
67
+
68
+ {{< /tab >}}
69
+
64
70
{{< /tabs >}}
65
71
66
72
Original file line number Diff line number Diff line change @@ -52,15 +52,22 @@ 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="2 " tabID="4" tabName1="C#" tabName2="Python" >}}
55
+ {{< tabs tabTotal="3 " tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" >}}
56
56
57
57
{{< tab tabNum="1" >}}
58
58
59
59
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromStorage.cs" >}}
60
60
61
61
{{< /tab >}}
62
+
62
63
{{< tab tabNum="2" >}}
63
64
65
+ {{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromStorage.java" >}}
66
+
67
+ {{< /tab >}}
68
+
69
+ {{< tab tabNum="3" >}}
70
+
64
71
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromStorage.py" >}}
65
72
66
73
{{< /tab >}}
Original file line number Diff line number Diff line change @@ -62,15 +62,22 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
62
62
63
63
** Extract OCR or HOCR Text from Images without using Storage**
64
64
65
- {{< tabs tabTotal="2 " tabID="4" tabName1="C#" tabName2="Python" >}}
65
+ {{< tabs tabTotal="3 " tabID="4" tabName1="C#" tabName2="Java" tabName3 ="Python" >}}
66
66
67
67
{{< tab tabNum="1" >}}
68
68
69
69
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromContent.cs" >}}
70
70
71
71
{{< /tab >}}
72
+
72
73
{{< tab tabNum="2" >}}
73
74
75
+ {{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromContent.java" >}}
76
+
77
+ {{< /tab >}}
78
+
79
+ {{< tab tabNum="3" >}}
80
+
74
81
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromContent.py" >}}
75
82
76
83
{{< /tab >}}
@@ -79,15 +86,22 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
79
86
80
87
** Extract OCR or HOCR Text from Image URL**
81
88
82
- {{< tabs tabTotal="2 " tabID="5" tabName1="C#" tabName2="Python">}}
89
+ {{< tabs tabTotal="3 " tabID="5" tabName1="C#" tabName2="Python" tabName3="Python" >}}
83
90
84
91
{{< tab tabNum="1" >}}
85
92
86
93
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromUrl.cs" >}}
87
94
88
95
{{< /tab >}}
96
+
89
97
{{< tab tabNum="2" >}}
90
98
99
+ {{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromUrl.java" >}}
100
+
101
+ {{< /tab >}}
102
+
103
+ {{< tab tabNum="3" >}}
104
+
91
105
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromURL.py" >}}
92
106
93
107
{{< /tab >}}
You can’t perform that action at this time.
0 commit comments