Skip to content

Commit 998f07c

Browse files
Added Examples for Android SDK
1 parent d9b2cfd commit 998f07c

File tree

3 files changed

+28
-4
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

+28
-4
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
5353
### **SDK Examples**
5454
**Extract Localized Text from an Image**
5555

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" >}}
5757

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

@@ -73,4 +73,10 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
7373

7474
{{< /tab >}}
7575

76+
{{< tab tabNum="4" >}}
77+
78+
{{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromStorageLanguage.java" >}}
79+
80+
{{< /tab >}}
81+
7682
{{< /tabs >}}

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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="3" tabID="4" tabName1="C#" tabName2="Java" tabName3="Python">}}
55+
{{< tabs tabTotal="4" tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" tabName4="Android" >}}
5656

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

@@ -72,6 +72,12 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
7272

7373
{{< /tab >}}
7474

75+
{{< tab tabNum="4" >}}
76+
77+
{{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromStorage.java" >}}
78+
79+
{{< /tab >}}
80+
7581
{{< /tabs >}}
7682

7783

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
6262

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

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" >}}
6666

6767
{{< tab tabNum="1" >}}
6868

@@ -82,11 +82,17 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
8282

8383
{{< /tab >}}
8484

85+
{{< tab tabNum="4" >}}
86+
87+
{{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromContent.java" >}}
88+
89+
{{< /tab >}}
90+
8591
{{< /tabs >}}
8692

8793
**Extract OCR or HOCR Text from Image URL**
8894

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" >}}
9096

9197
{{< tab tabNum="1" >}}
9298

@@ -106,4 +112,10 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
106112

107113
{{< /tab >}}
108114

115+
{{< tab tabNum="4" >}}
116+
117+
{{< gist "aspose-cloud" "7a771d5fa2f6ac367708ab42b9740d71" "Example-RecognizeFromUrl.java" >}}
118+
119+
{{< /tab >}}
120+
109121
{{< /tabs >}}

0 commit comments

Comments
 (0)