Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-ocr/Aspose.OCR-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
Annushka34 committed Jan 28, 2025
1 parent f02b05d commit 23a0dcf
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 1,058 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,47 +18,29 @@ Languages used for SpellCheck (existing dictionaries).

| Field | Description |
| --- | --- |
| [Cze](#Cze) | Czech dictionary |
| [Ces](#Ces) | Czech dictionary |
| [Dan](#Dan) | Danish dictionary |
| [Deu](#Deu) | German dictionary |
| [Dum](#Dum) | Dutch dictionary |
| [Eng](#Eng) | English dictionary |
| [Est](#Est) | Estonian dictionary |
| [Fin](#Fin) | Finnish dictionary |
| [Fra](#Fra) | French dictionary |
| [Ita](#Ita) | Italian dictionary |
| [Lav](#Lav) | Latvian dictionary |
| [Lit](#Lit) | Lithuanian dictionary |
| [Nld](#Nld) | Dutch dictionary |
| [Pol](#Pol) | Polish dictionary |
| [Por](#Por) | Portuguese dictionary |
| [Rum](#Rum) | Romanian dictionary |
| [Ron](#Ron) | Romanian dictionary |
| [Slk](#Slk) | Slovak dictionary |
| [Slv](#Slv) | Slovene dictionary |
| [Spa](#Spa) | Spanish dictionary |
| [Swe](#Swe) | Swedish dictionary |
## Methods

| Method | Description |
| --- | --- |
| [<T>valueOf(Class<T> arg0, String arg1)](#-T-valueOf-java.lang.Class-T--java.lang.String) | |
| [compareTo(E arg0)](#compareTo-E) | |
| [equals(Object arg0)](#equals-java.lang.Object) | |
| [getClass()](#getClass) | |
| [getDeclaringClass()](#getDeclaringClass) | |
| [hashCode()](#hashCode) | |
| [name()](#name) | |
| [notify()](#notify) | |
| [notifyAll()](#notifyAll) | |
| [ordinal()](#ordinal) | |
| [toString()](#toString) | |
| [valueOf(String name)](#valueOf-java.lang.String) | |
| [values()](#values) | |
| [wait()](#wait) | |
| [wait(long arg0)](#wait-long) | |
| [wait(long arg0, int arg1)](#wait-long-int) | |
### Cze {#Cze}
```
public static final SpellCheck.SpellCheckLanguage Cze

### Ces {#Ces}
```
public static final SpellCheck.SpellCheckLanguage Ces
```


Expand All @@ -80,14 +62,6 @@ public static final SpellCheck.SpellCheckLanguage Deu

German dictionary

### Dum {#Dum}
```
public static final SpellCheck.SpellCheckLanguage Dum
```


Dutch dictionary

### Eng {#Eng}
```
public static final SpellCheck.SpellCheckLanguage Eng
Expand Down Expand Up @@ -144,6 +118,14 @@ public static final SpellCheck.SpellCheckLanguage Lit

Lithuanian dictionary

### Nld {#Nld}
```
public static final SpellCheck.SpellCheckLanguage Nld
```


Dutch dictionary

### Pol {#Pol}
```
public static final SpellCheck.SpellCheckLanguage Pol
Expand All @@ -160,9 +142,9 @@ public static final SpellCheck.SpellCheckLanguage Por

Portuguese dictionary

### Rum {#Rum}
### Ron {#Ron}
```
public static final SpellCheck.SpellCheckLanguage Rum
public static final SpellCheck.SpellCheckLanguage Ron
```


Expand Down Expand Up @@ -200,185 +182,3 @@ public static final SpellCheck.SpellCheckLanguage Swe

Swedish dictionary

### <T>valueOf(Class<T> arg0, String arg1) {#-T-valueOf-java.lang.Class-T--java.lang.String}
```
public static T <T>valueOf(Class<T> arg0, String arg1)
```




**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| arg0 | java.lang.Class<T> | |
| arg1 | java.lang.String | |

**Returns:**
T
### compareTo(E arg0) {#compareTo-E}
```
public final int compareTo(E arg0)
```




**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| arg0 | E | |

**Returns:**
int
### equals(Object arg0) {#equals-java.lang.Object}
```
public final boolean equals(Object arg0)
```




**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| arg0 | java.lang.Object | |

**Returns:**
boolean
### getClass() {#getClass}
```
public final native Class<?> getClass()
```




**Returns:**
java.lang.Class<?>
### getDeclaringClass() {#getDeclaringClass}
```
public final Class<E> getDeclaringClass()
```




**Returns:**
java.lang.Class<E>
### hashCode() {#hashCode}
```
public final int hashCode()
```




**Returns:**
int
### name() {#name}
```
public final String name()
```




**Returns:**
java.lang.String
### notify() {#notify}
```
public final native void notify()
```




### notifyAll() {#notifyAll}
```
public final native void notifyAll()
```




### ordinal() {#ordinal}
```
public final int ordinal()
```




**Returns:**
int
### toString() {#toString}
```
public String toString()
```




**Returns:**
java.lang.String
### valueOf(String name) {#valueOf-java.lang.String}
```
public static SpellCheck.SpellCheckLanguage valueOf(String name)
```




**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| name | java.lang.String | |

**Returns:**
[SpellCheckLanguage](../../com.aspose.ocr.spellcheck/spellchecklanguage/)
### values() {#values}
```
public static SpellCheck.SpellCheckLanguage[] values()
```




**Returns:**
com.aspose.ocr.SpellCheck.SpellCheckLanguage[]
### wait() {#wait}
```
public final void wait()
```




### wait(long arg0) {#wait-long}
```
public final native void wait(long arg0)
```




**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| arg0 | long | |

### wait(long arg0, int arg1) {#wait-long-int}
```
public final void wait(long arg0, int arg1)
```




**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| arg0 | long | |
| arg1 | int | |

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Main class for recognize text from images.
| [RecognizeInvoice(OcrInput input, InvoiceRecognitionSettings settings)](#RecognizeInvoice-com.aspose.ocr.OcrInput-com.aspose.ocr.InvoiceRecognitionSettings) | Recognizes invoice with the ability to specify Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64. |
| [RecognizePassport(OcrInput input, PassportRecognitionSettings settings)](#RecognizePassport-com.aspose.ocr.OcrInput-com.aspose.ocr.PassportRecognitionSettings) | Recognizes passport with the ability to specify. |
| [RecognizeReceipt(OcrInput input, ReceiptRecognitionSettings settings)](#RecognizeReceipt-com.aspose.ocr.OcrInput-com.aspose.ocr.ReceiptRecognitionSettings) | Recognizes receipts with the ability to specify Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64. |
| [RecognizeStreetPhoto(OcrInput input)](#RecognizeStreetPhoto-com.aspose.ocr.OcrInput) | Recognizes text on street photos. |
| [SaveMultipageDocument(OutputStream stream, Format saveFormat, ArrayList<RecognitionResult> results)](#SaveMultipageDocument-java.io.OutputStream-com.aspose.ocr.Format-java.util.ArrayList-com.aspose.ocr.RecognitionResult) | Allows to get multipage document from list of RecognitionResult objects. |
| [SaveMultipageDocument(OutputStream stream, Format saveFormat, ArrayList<RecognitionResult> results, String embeddedFontPath)](#SaveMultipageDocument-java.io.OutputStream-com.aspose.ocr.Format-java.util.ArrayList-com.aspose.ocr.RecognitionResult--java.lang.String) | Allows to get multipage document from list of RecognitionResult objects. |
| [SaveMultipageDocument(OutputStream stream, Format saveFormat, ArrayList<RecognitionResult> results, String embeddedFontPath, PdfOptimizationMode optimizePdf)](#SaveMultipageDocument-java.io.OutputStream-com.aspose.ocr.Format-java.util.ArrayList-com.aspose.ocr.RecognitionResult--java.lang.String-com.aspose.ocr.PdfOptimizationMode) | Allows to get multipage document from list of RecognitionResult objects. |
Expand Down Expand Up @@ -504,21 +503,6 @@ Recognizes receipts with the ability to specify Supports GIF, PNG, JPEG, WBMP, T
| input | [OcrInput](../../com.aspose.ocr/ocrinput/) | [OcrInput](../../com.aspose.ocr/ocrinput/). instance. |
| settings | [ReceiptRecognitionSettings](../../com.aspose.ocr/receiptrecognitionsettings/) | [ReceiptRecognitionSettings](../../com.aspose.ocr/receiptrecognitionsettings/). |

**Returns:**
[OcrOutput](../../com.aspose.ocr/ocroutput/) - RecognitionResult list with images recognition results [RecognitionResult](../../com.aspose.ocr/recognitionresult/)
### RecognizeStreetPhoto(OcrInput input) {#RecognizeStreetPhoto-com.aspose.ocr.OcrInput}
```
public OcrOutput RecognizeStreetPhoto(OcrInput input)
```


Recognizes text on street photos. Extract text from street photos, traffic camera images, ID cards, driver licenses, and other images with sparse text and noisy/colored backgrounds. Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| input | [OcrInput](../../com.aspose.ocr/ocrinput/) | [OcrInput](../../com.aspose.ocr/ocrinput/). The container with sources.. |

**Returns:**
[OcrOutput](../../com.aspose.ocr/ocroutput/) - RecognitionResult list with images recognition results [RecognitionResult](../../com.aspose.ocr/recognitionresult/)
### SaveMultipageDocument(OutputStream stream, Format saveFormat, ArrayList<RecognitionResult> results) {#SaveMultipageDocument-java.io.OutputStream-com.aspose.ocr.Format-java.util.ArrayList-com.aspose.ocr.RecognitionResult}
Expand Down
Loading

0 comments on commit 23a0dcf

Please sign in to comment.