File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ 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="3 " tabID="4" tabName1="C#" tabName2="Java" tabName3="Python">}}
56
+ {{< tabs tabTotal="4 " tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" tabName4="Android" >}}
57
57
58
58
{{< tab tabNum="1" >}}
59
59
@@ -73,4 +73,10 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
73
73
74
74
{{< /tab >}}
75
75
76
+ {{< tab tabNum="4" >}}
77
+
78
+ {{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromStorageLanguage.java" >}}
79
+
80
+ {{< /tab >}}
81
+
76
82
{{< /tabs >}}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ 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="3 " tabID="4" tabName1="C#" tabName2="Java" tabName3="Python">}}
55
+ {{< tabs tabTotal="4 " tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" tabName4="Android" >}}
56
56
57
57
{{< tab tabNum="1" >}}
58
58
@@ -72,6 +72,12 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
72
72
73
73
{{< /tab >}}
74
74
75
+ {{< tab tabNum="4" >}}
76
+
77
+ {{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromStorage.java" >}}
78
+
79
+ {{< /tab >}}
80
+
75
81
{{< /tabs >}}
76
82
77
83
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ 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="3 " tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" >}}
65
+ {{< tabs tabTotal="4 " tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" tabName4="Android " >}}
66
66
67
67
{{< tab tabNum="1" >}}
68
68
@@ -82,11 +82,17 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
82
82
83
83
{{< /tab >}}
84
84
85
+ {{< tab tabNum="4" >}}
86
+
87
+ {{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromContent.java" >}}
88
+
89
+ {{< /tab >}}
90
+
85
91
{{< /tabs >}}
86
92
87
93
** Extract OCR or HOCR Text from Image URL**
88
94
89
- {{< tabs tabTotal="3 " tabID="5" tabName1="C#" tabName2="Java" tabName3="Python" >}}
95
+ {{< tabs tabTotal="4 " tabID="5" tabName1="C#" tabName2="Java" tabName3="Python" tabName4="Android " >}}
90
96
91
97
{{< tab tabNum="1" >}}
92
98
@@ -106,4 +112,10 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
106
112
107
113
{{< /tab >}}
108
114
115
+ {{< tab tabNum="4" >}}
116
+
117
+ {{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromUrl.java" >}}
118
+
119
+ {{< /tab >}}
120
+
109
121
{{< /tabs >}}
You can’t perform that action at this time.
0 commit comments