From 9391f5f6fd477a39e8ae9e5fb32b0d1a17fcdac3 Mon Sep 17 00:00:00 2001 From: Annushka34 Date: Tue, 28 Jan 2025 18:10:51 +0000 Subject: [PATCH] Update file(s) "/." from "aspose-ocr/Aspose.OCR-API-References" --- .../spellchecklanguage/_index.md | 234 ++---------------- .../java/com.aspose.ocr/asposeocr/_index.md | 16 -- .../com.aspose.ocr/detectareasmode/_index.md | 47 +--- .../java/com.aspose.ocr/language/_index.md | 54 ---- .../passportrecognitionsettings/_index.md | 104 +------- .../receiptrecognitionsettings/_index.md | 103 +------- .../recognitionresult/_index.md | 143 +---------- .../recognitionsettings/_index.md | 90 +------ .../com.aspose.ocr/rectangleoutput/_index.md | 110 +------- .../java/com.aspose.ocr/skewoutput/_index.md | 110 +------- 10 files changed, 25 insertions(+), 986 deletions(-) diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr.SpellCheck/spellchecklanguage/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr.SpellCheck/spellchecklanguage/_index.md index 45689afb1480..b5c36a7f720e 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr.SpellCheck/spellchecklanguage/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr.SpellCheck/spellchecklanguage/_index.md @@ -18,10 +18,9 @@ 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 | @@ -29,36 +28,19 @@ Languages used for SpellCheck (existing dictionaries). | [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 | -| --- | --- | -| [valueOf(Class 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 ``` @@ -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 @@ -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 @@ -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 ``` @@ -200,185 +182,3 @@ public static final SpellCheck.SpellCheckLanguage Swe Swedish dictionary -### valueOf(Class arg0, String arg1) {#-T-valueOf-java.lang.Class-T--java.lang.String} -``` -public static T valueOf(Class arg0, String arg1) -``` - - - - -**Parameters:** -| Parameter | Type | Description | -| --- | --- | --- | -| arg0 | java.lang.Class | | -| 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 getDeclaringClass() -``` - - - - -**Returns:** -java.lang.Class -### 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 | | - diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/asposeocr/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/asposeocr/_index.md index a8522316ca3a..d51629b283bb 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/asposeocr/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/asposeocr/_index.md @@ -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 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 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 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. | @@ -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 results) {#SaveMultipageDocument-java.io.OutputStream-com.aspose.ocr.Format-java.util.ArrayList-com.aspose.ocr.RecognitionResult} diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/detectareasmode/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/detectareasmode/_index.md index 8b1065b6e15b..81add78ac500 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/detectareasmode/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/detectareasmode/_index.md @@ -3,7 +3,7 @@ title: DetectAreasMode second_title: Aspose.OCR for Java API Reference description: type: docs -weight: 36 +weight: 38 url: /java/com.aspose.ocr/detectareasmode/ --- @@ -16,27 +16,14 @@ public enum DetectAreasMode extends Enum | Field | Description | | --- | --- | -| [COMBINE](#COMBINE) | Detects paragraphs with text and then uses another NN model to detect areas inside paragraphs. | | [CURVED_TEXT](#CURVED-TEXT) | Automatically straightens curved lines of text in the image, improving recognition accuracy and allowing more text to be recovered and extracted. | -| [DOCUMENT](#DOCUMENT) | Detects paragraphs using NN model for documents. | | [LEAN](#LEAN) | Prioritizes speed and reduces resource consumption by omitting support for complex layouts. | | [MULTICOLUMN](#MULTICOLUMN) | Detects large blocks of text formatted in columns. | -| [NONE](#NONE) | Doesn't detect paragraphs. | -| [PHOTO](#PHOTO) | Detects paragraphs using NN model for photos. | | [TABLE](#TABLE) | Detects tabular structures in the image and extracts text from individual cells. | -| [TEXT_IN_WILD](#TEXT-IN-WILD) | A specialized neural network for extracting words from low-quality images such as street photos, license plates, passport photos, meter photos, and photos with noisy backgrounds. | | [UNIVERSAL](#UNIVERSAL) | Detects all blocks of text in the image, including sparse and irregular text on photos. | ## Methods -### COMBINE {#COMBINE} -``` -public static final DetectAreasMode COMBINE -``` - - -Detects paragraphs with text and then uses another NN model to detect areas inside paragraphs. Better for images with a complex structure. - ### CURVED_TEXT {#CURVED-TEXT} ``` public static final DetectAreasMode CURVED_TEXT @@ -45,14 +32,6 @@ public static final DetectAreasMode CURVED_TEXT Automatically straightens curved lines of text in the image, improving recognition accuracy and allowing more text to be recovered and extracted. Requires significant processing power and RAM. -### DOCUMENT {#DOCUMENT} -``` -public static final DetectAreasMode DOCUMENT -``` - - -Detects paragraphs using NN model for documents. Better for multicolumn documents or documents with pictures or non-text objects. - ### LEAN {#LEAN} ``` public static final DetectAreasMode LEAN @@ -69,22 +48,6 @@ public static final DetectAreasMode MULTICOLUMN Detects large blocks of text formatted in columns. Best choice for multi-column layouts such as book pages, articles, or contracts. -### NONE {#NONE} -``` -public static final DetectAreasMode NONE -``` - - -Doesn't detect paragraphs. Better for a simple one-column document without pictures. - -### PHOTO {#PHOTO} -``` -public static final DetectAreasMode PHOTO -``` - - -Detects paragraphs using NN model for photos. Better for images with a lot of pictures and non-text objects. - ### TABLE {#TABLE} ``` public static final DetectAreasMode TABLE @@ -93,14 +56,6 @@ public static final DetectAreasMode TABLE Detects tabular structures in the image and extracts text from individual cells. Recommended for scanned spreadsheets, reports, and other table-based documents. -### TEXT_IN_WILD {#TEXT-IN-WILD} -``` -public static final DetectAreasMode TEXT_IN_WILD -``` - - -A specialized neural network for extracting words from low-quality images such as street photos, license plates, passport photos, meter photos, and photos with noisy backgrounds. - ### UNIVERSAL {#UNIVERSAL} ``` public static final DetectAreasMode UNIVERSAL diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/language/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/language/_index.md index f9c6efd21dee..90b4295c59b1 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/language/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/language/_index.md @@ -37,19 +37,16 @@ public enum Language extends Enum | [Ceb](#Ceb) | Cebuano alphabet | | [Ces](#Ces) | Czech alphabet | | [Che](#Che) | Chechen alphabet | -| [Chi](#Chi) | Chinese alphabet | | [Chinese](#Chinese) | Universal recognition of Chinese-based languages, including mixed Chinese-English texts | | [Cmn](#Cmn) | Mandarin�(Chinese) alphabet | | [Cpx](#Cpx) | Pu-Xian alphabet | | [Cyrillic](#Cyrillic) | Multi-language (cyrillic alphabet) support | -| [Cze](#Cze) | Czech alphabet | | [Dan](#Dan) | Danish alphabet | | [Deu](#Deu) | German alphabet | | [Devanagari](#Devanagari) | Universal recognition of Indic languages based on Devanagari script, including texts with mixed English characters | | [Dhd](#Dhd) | Dhundari alphabet | | [Diq](#Diq) | Dimli alphabet | | [Doc](#Doc) | Dong alphabet | -| [Dum](#Dum) | Dutch alphabet | | [Eng](#Eng) | English alphabet | | [Est](#Est) | Estonian alphabet | | [European](#European) | Experimental. | @@ -112,7 +109,6 @@ public enum Language extends Enum | [Nds](#Nds) | Low German alphabet | | [Nep](#Nep) | Nepali alphabet | | [Nld](#Nld) | Dutch alphabet | -| [None](#None) | Multi-language (latin alphabet + diacritic) support | | [Nor](#Nor) | Norwegian alphabet | | [Nso](#Nso) | Sotho�(Northern) alphabet | | [Nya](#Nya) | Chichewa�(Chewa, Nyanja) alphabet | @@ -128,7 +124,6 @@ public enum Language extends Enum | [Rjb](#Rjb) | Rajbanshi alphabet | | [Ron](#Ron) | Romanian alphabet | | [Ruf](#Ruf) | Luguru alphabet | -| [Rum](#Rum) | Romanian alphabet | | [Rus](#Rus) | Russian alphabet | | [Rwr](#Rwr) | Marwari alphabet | | [Sas](#Sas) | Sasak alphabet | @@ -139,7 +134,6 @@ public enum Language extends Enum | [Sot](#Sot) | Sotho�(Southern) alphabet | | [Spa](#Spa) | Spanish alphabet | | [Srp](#Srp) | Serbian alphabet | -| [Srp_hrv](#Srp-hrv) | Serbo-Croatian alphabet | | [Srr](#Srr) | Serer-Sine alphabet | | [Ssw](#Ssw) | Swati�(Swazi) alphabet | | [Suk](#Suk) | Sukuma alphabet | @@ -340,14 +334,6 @@ public static final Language Che Chechen alphabet -### Chi {#Chi} -``` -public static final Language Chi -``` - - -Chinese alphabet - ### Chinese {#Chinese} ``` public static final Language Chinese @@ -380,14 +366,6 @@ public static final Language Cyrillic Multi-language (cyrillic alphabet) support -### Cze {#Cze} -``` -public static final Language Cze -``` - - -Czech alphabet - ### Dan {#Dan} ``` public static final Language Dan @@ -436,14 +414,6 @@ public static final Language Doc Dong alphabet -### Dum {#Dum} -``` -public static final Language Dum -``` - - -Dutch alphabet - ### Eng {#Eng} ``` public static final Language Eng @@ -940,14 +910,6 @@ public static final Language Nld Dutch alphabet -### None {#None} -``` -public static final Language None -``` - - -Multi-language (latin alphabet + diacritic) support - ### Nor {#Nor} ``` public static final Language Nor @@ -1068,14 +1030,6 @@ public static final Language Ruf Luguru alphabet -### Rum {#Rum} -``` -public static final Language Rum -``` - - -Romanian alphabet - ### Rus {#Rus} ``` public static final Language Rus @@ -1156,14 +1110,6 @@ public static final Language Srp Serbian alphabet -### Srp_hrv {#Srp-hrv} -``` -public static final Language Srp_hrv -``` - - -Serbo-Croatian alphabet - ### Srr {#Srr} ``` public static final Language Srr diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/passportrecognitionsettings/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/passportrecognitionsettings/_index.md index 9d6b727518f9..ac7698eb351d 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/passportrecognitionsettings/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/passportrecognitionsettings/_index.md @@ -3,7 +3,7 @@ title: PassportRecognitionSettings second_title: Aspose.OCR for Java API Reference description: Settings for the Passport recognition Contains elements that allow customizing the recognition process type: docs -weight: 24 +weight: 26 url: /java/com.aspose.ocr/passportrecognitionsettings/ --- @@ -23,11 +23,6 @@ Settings for the Passport recognition Contains elements that allow customizing t | Method | Description | | --- | --- | -| [equals(Object arg0)](#equals-java.lang.Object) | | -| [getClass()](#getClass) | | -| [hashCode()](#hashCode) | | -| [notify()](#notify) | | -| [notifyAll()](#notifyAll) | | | [setAllowedCharacters(CharactersAllowedType allowedCharacters)](#setAllowedCharacters-com.aspose.ocr.CharactersAllowedType) | Allowed characters set. | | [setAllowedCharacters(String allowedCharacters)](#setAllowedCharacters-java.lang.String) | Allowed characters set. | | [setAutomaticColorInversion(boolean automaticColorInversion)](#setAutomaticColorInversion-boolean) | Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them. | @@ -36,63 +31,13 @@ Settings for the Passport recognition Contains elements that allow customizing t | [setLanguage(Language language)](#setLanguage-com.aspose.ocr.Language) | | | [setThreadsCount(int threadsCount)](#setThreadsCount-int) | Gets or sets the number of threads for processing. | | [setUpscaleSmallFont(boolean upscaleSmallFont)](#setUpscaleSmallFont-boolean) | Allows you to use additional algorithms specifically for small font recognition. | -| [toString()](#toString) | | -| [wait()](#wait) | | -| [wait(long arg0)](#wait-long) | | -| [wait(long arg0, int arg1)](#wait-long-int) | | + ### PassportRecognitionSettings() {#PassportRecognitionSettings} ``` public PassportRecognitionSettings() ``` -### equals(Object arg0) {#equals-java.lang.Object} -``` -public 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 -### hashCode() {#hashCode} -``` -public native int hashCode() -``` - - - - -**Returns:** -int -### notify() {#notify} -``` -public final native void notify() -``` - - - - -### notifyAll() {#notifyAll} -``` -public final native void notifyAll() -``` @@ -201,48 +146,3 @@ Allows you to use additional algorithms specifically for small font recognition. | --- | --- | --- | | upscaleSmallFont | boolean | contains boolean value - a upscaleSmallFont is set. | -### toString() {#toString} -``` -public String toString() -``` - - - - -**Returns:** -java.lang.String -### 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 | | - diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/receiptrecognitionsettings/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/receiptrecognitionsettings/_index.md index feb6a6f97f12..493ba9b70e3b 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/receiptrecognitionsettings/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/receiptrecognitionsettings/_index.md @@ -3,7 +3,7 @@ title: ReceiptRecognitionSettings second_title: Aspose.OCR for Java API Reference description: Settings for the receipt recognition Contains elements that allow customizing the recognition process type: docs -weight: 26 +weight: 28 url: /java/com.aspose.ocr/receiptrecognitionsettings/ --- @@ -23,11 +23,6 @@ Settings for the receipt recognition Contains elements that allow customizing th | Method | Description | | --- | --- | -| [equals(Object arg0)](#equals-java.lang.Object) | | -| [getClass()](#getClass) | | -| [hashCode()](#hashCode) | | -| [notify()](#notify) | | -| [notifyAll()](#notifyAll) | | | [setAllowedCharacters(CharactersAllowedType allowedCharacters)](#setAllowedCharacters-com.aspose.ocr.CharactersAllowedType) | Allowed characters set. | | [setAllowedCharacters(String allowedCharacters)](#setAllowedCharacters-java.lang.String) | Allowed characters set. | | [setAutomaticColorInversion(boolean automaticColorInversion)](#setAutomaticColorInversion-boolean) | Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them. | @@ -35,10 +30,6 @@ Settings for the receipt recognition Contains elements that allow customizing th | [setLanguage(Language language)](#setLanguage-com.aspose.ocr.Language) | | | [setThreadsCount(int threadsCount)](#setThreadsCount-int) | Gets or sets the number of threads for processing. | | [setUpscaleSmallFont(boolean upscaleSmallFont)](#setUpscaleSmallFont-boolean) | Allows you to use additional algorithms specifically for small font recognition. | -| [toString()](#toString) | | -| [wait()](#wait) | | -| [wait(long arg0)](#wait-long) | | -| [wait(long arg0, int arg1)](#wait-long-int) | | ### ReceiptRecognitionSettings() {#ReceiptRecognitionSettings} ``` public ReceiptRecognitionSettings() @@ -47,53 +38,6 @@ public ReceiptRecognitionSettings() Default constructor: set autoSkew true. -### equals(Object arg0) {#equals-java.lang.Object} -``` -public 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 -### hashCode() {#hashCode} -``` -public native int hashCode() -``` - - - - -**Returns:** -int -### notify() {#notify} -``` -public final native void notify() -``` - - - - -### notifyAll() {#notifyAll} -``` -public final native void notifyAll() -``` @@ -189,48 +133,3 @@ Allows you to use additional algorithms specifically for small font recognition. | --- | --- | --- | | upscaleSmallFont | boolean | contains boolean value - a upscaleSmallFont is set. | -### toString() {#toString} -``` -public String toString() -``` - - - - -**Returns:** -java.lang.String -### 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 | | - diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionresult/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionresult/_index.md index 6fc6da34ee26..4df193830a30 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionresult/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionresult/_index.md @@ -3,7 +3,7 @@ title: RecognitionResult second_title: Aspose.OCR for Java API Reference description: The results of the image recognition type: docs -weight: 27 +weight: 29 url: /java/com.aspose.ocr/recognitionresult/ --- @@ -37,28 +37,16 @@ The results of the image recognition. Contains elements with recognition informa | [GetJson()](#GetJson) | Form JSON string with recognition results. | | [GetKeywords()](#GetKeywords) | Get keywords from pasport (Test mode. | | [GetXml()](#GetXml) | Form JSON string with recognition results. | -| [SetKeyword(String key, RecognitionResult.LinesResult result)](#SetKeyword-java.lang.String-com.aspose.ocr.RecognitionResult.LinesResult) | | -| [add(RecognitionResult other)](#add-com.aspose.ocr.RecognitionResult) | | -| [clone()](#clone) | | -| [equals(Object arg0)](#equals-java.lang.Object) | | -| [getClass()](#getClass) | | | [getSpellCheckCorrectedText()](#getSpellCheckCorrectedText) | Corrects text (replaces misspelled words). | | [getSpellCheckCorrectedText(SpellCheck.SpellCheckLanguage language)](#getSpellCheckCorrectedText-com.aspose.ocr.SpellCheck.SpellCheckLanguage) | Corrects text (replaces misspelled words). | | [getSpellCheckErrorList()](#getSpellCheckErrorList) | Find the misspelled words with suggested spellings for a given input text. | | [getSpellCheckErrorList(SpellCheck.SpellCheckLanguage language)](#getSpellCheckErrorList-com.aspose.ocr.SpellCheck.SpellCheckLanguage) | Find the misspelled words with suggested spellings for a given input text. | -| [hashCode()](#hashCode) | | -| [notify()](#notify) | | -| [notifyAll()](#notifyAll) | | | [save(String fullFileName)](#save-java.lang.String) | Saves the document in the plain text | | [save(String fullFileName, Format format)](#save-java.lang.String-com.aspose.ocr.Format) | Saves the document in the plain text or other document format. | | [save(String fullFileName, Format format, PdfOptimizationMode optimizePdf)](#save-java.lang.String-com.aspose.ocr.Format-com.aspose.ocr.PdfOptimizationMode) | Saves the document in the plain text or other document format. | | [saveSpellCheckCorrectedText(String fullFileName, Format format)](#saveSpellCheckCorrectedText-java.lang.String-com.aspose.ocr.Format) | Saves the corrected with English dictionary text in the document in the plain text or Microsoft Word Text Document format. | | [saveSpellCheckCorrectedText(String fullFileName, Format format, SpellCheck.SpellCheckLanguage language)](#saveSpellCheckCorrectedText-java.lang.String-com.aspose.ocr.Format-com.aspose.ocr.SpellCheck.SpellCheckLanguage) | Saves the corrected text in the document in the plain text or other format. | -| [toString()](#toString) | | | [useUserDictionary(String dictionaryPath)](#useUserDictionary-java.lang.String) | Allows to use own dictionary for spell-check correction. | -| [wait()](#wait) | | -| [wait(long arg0)](#wait-long) | | -| [wait(long arg0, int arg1)](#wait-long-int) | | ### RecognitionResult() {#RecognitionResult} ``` public RecognitionResult() @@ -153,70 +141,7 @@ Form JSON string with recognition results. **Returns:** java.lang.String - Recognition results as XML string. -### SetKeyword(String key, RecognitionResult.LinesResult result) {#SetKeyword-java.lang.String-com.aspose.ocr.RecognitionResult.LinesResult} -``` -public void SetKeyword(String key, RecognitionResult.LinesResult result) -``` - - - - -**Parameters:** -| Parameter | Type | Description | -| --- | --- | --- | -| key | java.lang.String | | -| result | [LinesResult](../../com.aspose.ocr/linesresult/) | | - -### add(RecognitionResult other) {#add-com.aspose.ocr.RecognitionResult} -``` -public RecognitionResult add(RecognitionResult other) -``` - - - - -**Parameters:** -| Parameter | Type | Description | -| --- | --- | --- | -| other | [RecognitionResult](../../com.aspose.ocr/recognitionresult/) | | - -**Returns:** -[RecognitionResult](../../com.aspose.ocr/recognitionresult/) -### clone() {#clone} -``` -public RecognitionResult clone() -``` - - - -**Returns:** -[RecognitionResult](../../com.aspose.ocr/recognitionresult/) -### equals(Object arg0) {#equals-java.lang.Object} -``` -public 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 ### getSpellCheckCorrectedText() {#getSpellCheckCorrectedText} ``` public String getSpellCheckCorrectedText() @@ -267,28 +192,6 @@ Find the misspelled words with suggested spellings for a given input text. **Returns:** java.util.List - ArrayList of SpellCheckError object representing misspelled words with lists suggested correct spellings for the each misspelled word, and with the edit distance. -### hashCode() {#hashCode} -``` -public native int hashCode() -``` - - - - -**Returns:** -int -### notify() {#notify} -``` -public final native void notify() -``` - - - - -### notifyAll() {#notifyAll} -``` -public final native void notifyAll() -``` @@ -364,16 +267,7 @@ Saves the corrected text in the document in the plain text or other format. | format | [Format](../../com.aspose.ocr/format/) | Document format enum type of Format. | | language | [SpellCheckLanguage](../../com.aspose.ocr.spellcheck/spellchecklanguage/) | Dictionary for spell check. | -### toString() {#toString} -``` -public String toString() -``` - - - -**Returns:** -java.lang.String ### useUserDictionary(String dictionaryPath) {#useUserDictionary-java.lang.String} ``` public void useUserDictionary(String dictionaryPath) @@ -387,38 +281,3 @@ Allows to use own dictionary for spell-check correction. | --- | --- | --- | | dictionaryPath | java.lang.String | Full path to the user dictionary (frequency dictionary). Dictionary file format: Plain text file in UTF-8 encoding. Word and Word Frequency are separated by comma, the word is expected in the first column and the frequency in the second column. Every word-frequency-pair in a separate line.A line is defined as a sequence of characters followed by a line feed ("\\n"), a carriage return ("\\r"), or a carriage return immediately followed by a line feed("\\r\\n"). Every word is expected to be in lower case. | -### 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 | | - diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionsettings/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionsettings/_index.md index a5725554ca9d..57fbd68db3e9 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionsettings/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/recognitionsettings/_index.md @@ -3,7 +3,7 @@ title: RecognitionSettings second_title: Aspose.OCR for Java API Reference description: Settings for the image recognition type: docs -weight: 28 +weight: 30 url: /java/com.aspose.ocr/recognitionsettings/ --- @@ -30,11 +30,6 @@ Settings for the image recognition. Contains elements that allow customizing the | Method | Description | | --- | --- | -| [equals(Object arg0)](#equals-java.lang.Object) | | -| [getClass()](#getClass) | | -| [hashCode()](#hashCode) | | -| [notify()](#notify) | | -| [notifyAll()](#notifyAll) | | | [setAllowedCharacters(CharactersAllowedType allowedCharacters)](#setAllowedCharacters-com.aspose.ocr.CharactersAllowedType) | Allowed characters set. | | [setAllowedCharacters(String allowedCharacters)](#setAllowedCharacters-java.lang.String) | Allowed characters set. | | [setAutomaticColorInversion(boolean automaticColorInversion)](#setAutomaticColorInversion-boolean) | Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them. | @@ -46,10 +41,6 @@ Settings for the image recognition. Contains elements that allow customizing the | [setRecognizeSingleLine(boolean recognizeSingleLine)](#setRecognizeSingleLine-boolean) | Sets single-line image recognition. | | [setThreadsCount(int threadsCount)](#setThreadsCount-int) | Gets or sets the number of threads for processing. | | [setUpscaleSmallFont(boolean upscaleSmallFont)](#setUpscaleSmallFont-boolean) | Allows you to use additional algorithms specifically for small font recognition. | -| [toString()](#toString) | | -| [wait()](#wait) | | -| [wait(long arg0)](#wait-long) | | -| [wait(long arg0, int arg1)](#wait-long-int) | | ### RecognitionSettings() {#RecognitionSettings} ``` public RecognitionSettings() @@ -140,53 +131,9 @@ public RecognitionSettings(CarPlateRecognitionSettings recSettings) | --- | --- | --- | | recSettings | [CarPlateRecognitionSettings](../../com.aspose.ocr/carplaterecognitionsettings/) | | -### equals(Object arg0) {#equals-java.lang.Object} -``` -public 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 -### hashCode() {#hashCode} -``` -public native int hashCode() -``` - - - - -**Returns:** -int -### notify() {#notify} -``` -public final native void notify() -``` - -### notifyAll() {#notifyAll} -``` -public final native void notifyAll() -``` @@ -344,38 +291,3 @@ public String toString() **Returns:** java.lang.String -### 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 | | - diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/rectangleoutput/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/rectangleoutput/_index.md index d6aa1f9bf598..6362c63c14d7 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/rectangleoutput/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/rectangleoutput/_index.md @@ -3,7 +3,7 @@ title: RectangleOutput second_title: Aspose.OCR for Java API Reference description: Data about detected text areas or lines type: docs -weight: 29 +weight: 31 url: /java/com.aspose.ocr/rectangleoutput/ --- @@ -27,19 +27,7 @@ Data about detected text areas or lines. | [Page](#Page) | Page number. | | [Rectangles](#Rectangles) | List of detected text areas or lines. | | [Source](#Source) | The full path to the file or URL, if any. | -## Methods -| Method | Description | -| --- | --- | -| [equals(Object arg0)](#equals-java.lang.Object) | | -| [getClass()](#getClass) | | -| [hashCode()](#hashCode) | | -| [notify()](#notify) | | -| [notifyAll()](#notifyAll) | | -| [toString()](#toString) | | -| [wait()](#wait) | | -| [wait(long arg0)](#wait-long) | | -| [wait(long arg0, int arg1)](#wait-long-int) | | ### RectangleOutput() {#RectangleOutput} ``` public RectangleOutput() @@ -78,99 +66,3 @@ public String Source The full path to the file or URL, if any. Empty for streams, byte arrays, base64. -### equals(Object arg0) {#equals-java.lang.Object} -``` -public 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 -### hashCode() {#hashCode} -``` -public native int hashCode() -``` - - - - -**Returns:** -int -### notify() {#notify} -``` -public final native void notify() -``` - - - - -### notifyAll() {#notifyAll} -``` -public final native void notifyAll() -``` - - - - -### toString() {#toString} -``` -public String toString() -``` - - - - -**Returns:** -java.lang.String -### 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 | | - diff --git a/content/sites/aspose/ocr/english/java/com.aspose.ocr/skewoutput/_index.md b/content/sites/aspose/ocr/english/java/com.aspose.ocr/skewoutput/_index.md index 8a273d87c4a7..f4a217b06950 100644 --- a/content/sites/aspose/ocr/english/java/com.aspose.ocr/skewoutput/_index.md +++ b/content/sites/aspose/ocr/english/java/com.aspose.ocr/skewoutput/_index.md @@ -3,7 +3,7 @@ title: SkewOutput second_title: Aspose.OCR for Java API Reference description: Data about skew angle in degrees and name of the file type: docs -weight: 31 +weight: 33 url: /java/com.aspose.ocr/skewoutput/ --- @@ -27,19 +27,7 @@ Data about skew angle in degrees and name of the file. | [ImageIndex](#ImageIndex) | Sequence number of the image on the page. | | [Page](#Page) | Page number. | | [Source](#Source) | The full path to the file or URL, if any. | -## Methods -| Method | Description | -| --- | --- | -| [equals(Object arg0)](#equals-java.lang.Object) | | -| [getClass()](#getClass) | | -| [hashCode()](#hashCode) | | -| [notify()](#notify) | | -| [notifyAll()](#notifyAll) | | -| [toString()](#toString) | | -| [wait()](#wait) | | -| [wait(long arg0)](#wait-long) | | -| [wait(long arg0, int arg1)](#wait-long-int) | | ### SkewOutput() {#SkewOutput} ``` public SkewOutput() @@ -78,99 +66,3 @@ public String Source The full path to the file or URL, if any. Empty for streams, byte arrays, base64. -### equals(Object arg0) {#equals-java.lang.Object} -``` -public 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 -### hashCode() {#hashCode} -``` -public native int hashCode() -``` - - - - -**Returns:** -int -### notify() {#notify} -``` -public final native void notify() -``` - - - - -### notifyAll() {#notifyAll} -``` -public final native void notifyAll() -``` - - - - -### toString() {#toString} -``` -public String toString() -``` - - - - -**Returns:** -java.lang.String -### 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 | | -