Skip to content

Added Java Examples #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,20 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
## **SDK Examples**
**Extract Localized Text from an Image**

{{< tabs tabTotal="1" tabID="4" tabName1="C#" >}}
{{< tabs tabTotal="2" tabID="4" tabName1="C#" tabName2="Java">}}

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

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

{{< /tab >}}

{{< tab tabNum="2" >}}

{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromStorageLanguage.java" >}}

{{< /tab >}}

{{< /tabs >}}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,22 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de
## **SDK Examples**
**Extract OCR or HOCR Text from Images**

{{< tabs tabTotal="2" tabID="4" tabName1="C#" tabName2="Python" >}}
{{< tabs tabTotal="3" tabID="4" tabName1="C#" tabName2="Java" tabName3="Python">}}

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

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

{{< /tab >}}

{{< tab tabNum="2" >}}

{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromStorage.java" >}}

{{< /tab >}}

{{< tab tabNum="3" >}}

{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromStorage.py" >}}

{{< /tab >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,22 @@ Using an SDK (API client) is the quickest way for a developer to speed up the de

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

{{< tabs tabTotal="2" tabID="4" tabName1="C#" tabName2="Python" >}}
{{< tabs tabTotal="3" tabID="4" tabName1="C#" tabName2="Java" tabName3="Python" >}}

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

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

{{< /tab >}}

{{< tab tabNum="2" >}}

{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromContent.java" >}}

{{< /tab >}}

{{< tab tabNum="3" >}}

{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromContent.py" >}}

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

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

{{< tabs tabTotal="2" tabID="5" tabName1="C#" tabName2="Python">}}
{{< tabs tabTotal="3" tabID="5" tabName1="C#" tabName2="Python" tabName3="Python" >}}

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

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

{{< /tab >}}

{{< tab tabNum="2" >}}

{{< gist "aspose-cloud" "723802ba0a961dac4b73a96f1932469c" "Example-RecognizeFromUrl.java" >}}

{{< /tab >}}

{{< tab tabNum="3" >}}

{{< gist "aspose-cloud" "806422f52a90ff15bbfcd268b91184a9" "RecognizeFromURL.py" >}}

{{< /tab >}}
Expand Down