Skip to content

Commit 50c347d

Browse files
Added Java Examples
1 parent cc9a57b commit 50c347d

File tree

3 files changed

+31
-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

+31
-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,14 +53,20 @@ 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="1" tabID="4" tabName1="C#" >}}
56+
{{< tabs tabTotal="2" tabID="4" tabName1="C#" tabName2="Java">}}
5757

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

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

6262
{{< /tab >}}
6363

64+
{{< tab tabNum="2" >}}
65+
66+
{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromStorageLanguage.java" >}}
67+
68+
{{< /tab >}}
69+
6470
{{< /tabs >}}
6571

6672

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

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

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

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

6161
{{< /tab >}}
62+
6263
{{< tab tabNum="2" >}}
6364

65+
{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromStorage.java" >}}
66+
67+
{{< /tab >}}
68+
69+
{{< tab tabNum="3" >}}
70+
6471
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromStorage.py" >}}
6572

6673
{{< /tab >}}

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,22 @@ 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="2" tabID="4" tabName1="C#" tabName2="Python" >}}
65+
{{< tabs tabTotal="3" tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" >}}
6666

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

6969
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromContent.cs" >}}
7070

7171
{{< /tab >}}
72+
7273
{{< tab tabNum="2" >}}
7374

75+
{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromContent.java" >}}
76+
77+
{{< /tab >}}
78+
79+
{{< tab tabNum="3" >}}
80+
7481
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromContent.py" >}}
7582

7683
{{< /tab >}}
@@ -79,15 +86,22 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
7986

8087
**Extract OCR or HOCR Text from Image URL**
8188

82-
{{< tabs tabTotal="2" tabID="5" tabName1="C#" tabName2="Python">}}
89+
{{< tabs tabTotal="3" tabID="5" tabName1="C#" tabName2="Python" tabName3="Python" >}}
8390

8491
{{< tab tabNum="1" >}}
8592

8693
{{< gist "aspose-cloud" "5bb5820cacb5174de9619dd1d1ce3367" "RecognizeFromUrl.cs" >}}
8794

8895
{{< /tab >}}
96+
8997
{{< tab tabNum="2" >}}
9098

99+
{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromUrl.java" >}}
100+
101+
{{< /tab >}}
102+
103+
{{< tab tabNum="3" >}}
104+
91105
{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromURL.py" >}}
92106

93107
{{< /tab >}}

0 commit comments

Comments
 (0)