- add(String) - Method in class com.aspose.ocr.OcrInput
-
Add the path or URI containing the image for recognition / processing.
- add(BufferedImage) - Method in class com.aspose.ocr.OcrInput
-
Add the BufferedImage containing the image for recognition / processing.
- add(String, int, int) - Method in class com.aspose.ocr.OcrInput
-
Add the multipage images / documents for recognition / processing.
- add(BufferedImage, int, int) - Method in class com.aspose.ocr.OcrInput
-
Add the BufferedImage containing the multipage image for recognition / processing.
- add(int[], int, int, int) - Method in class com.aspose.ocr.OcrInput
-
Add the decoded image to the list for recognition / processing.
- add(InputStream) - Method in class com.aspose.ocr.OcrInput
-
Add the InputStream containing the image for recognition / processing.
- add(InputStream, int, int) - Method in class com.aspose.ocr.OcrInput
-
Add the InputStream containing the multipage image for recognition / processing.
- add(PreprocessingFilter) - Method in class com.aspose.ocr.PreprocessingFilter
-
Add the new filter to the collection to further run all operations.
- add(RecognitionResult) - Method in class com.aspose.ocr.RecognitionResult
-
- addAll(Collection<? extends RecognitionResult>) - Method in class com.aspose.ocr.OcrOutput
-
Overrides addAll to add the elements of the specified collection to the end of the OcrOutput list.
- addBase64(String) - Method in class com.aspose.ocr.OcrInput
-
Add the base64 string containing the image for recognition / processing.
- AllowAutomaticDownloads(Boolean) - Static method in class com.aspose.ocr.Resources
-
Allow (true) or block (false) automatic downloading of required resources from the online repository.
- allowedCharacters - Variable in class com.aspose.ocr.CarPlateRecognitionSettings
-
- allowedCharacters - Variable in class com.aspose.ocr.ReceiptRecognitionSettings
-
- Angle - Variable in class com.aspose.ocr.models.SkewOutput
-
Skew angle in degrees.
- applyTo(OrtSession.SessionOptions) - Static method in class com.aspose.ocr.models.OnnxRuntimeSessionOptions
-
Applies current options to a given ONNX Runtime session options object.
- AreasType - Enum in com.aspose.ocr.models
-
Determines the type of regions detected by the model.
- AsposeOCR - Class in com.aspose.ocr
-
Main class for recognize text from images.
- AsposeOCR() - Constructor for class com.aspose.ocr.AsposeOCR
-
Public constructor.
- AsposeOCRException - Exception in com.aspose.ocr
-
- AsposeOCRException(String) - Constructor for exception com.aspose.ocr.AsposeOCRException
-
- AsposeOCRException(String, Throwable) - Constructor for exception com.aspose.ocr.AsposeOCRException
-
- AssemblyConstants - Class in com.aspose.ocr
-
- AssemblyConstants() - Constructor for class com.aspose.ocr.AssemblyConstants
-
- AutoDenoising() - Static method in class com.aspose.ocr.PreprocessingFilter
-
Enables the use of an additional neural network to improve the image - reduce noise.
- AutoDenoising(Rectangle) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Enables the use of an additional neural network to improve the part of the image - reduce noise.
- AutoDewarping() - Static method in class com.aspose.ocr.PreprocessingFilter
-
Automatically corrects geometric distortions in the image.
- AutoSkew() - Static method in class com.aspose.ocr.PreprocessingFilter
-
Enables the automatic image skew correction.
- AutoSkew(Rectangle) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Enables the automatic image part skew correction.
- CalculateSkew(OcrInput) - Method in class com.aspose.ocr.AsposeOCR
-
Calculates the skew angles of an images.
- captions - Variable in class com.aspose.ocr.models.LayoutOutput
-
Detected captions.
- CarPlateRecognitionSettings - Class in com.aspose.ocr
-
Settings for the car number recognition
Contains elements that allow customizing the recognition process
- CarPlateRecognitionSettings() - Constructor for class com.aspose.ocr.CarPlateRecognitionSettings
-
Default constructor: set autoSkew true.
- Character - Class in com.aspose.ocr.models
-
Data about detected character.
- Character() - Constructor for class com.aspose.ocr.models.Character
-
- CharacterRecognitionResult - Class in com.aspose.ocr.models
-
Pages with detected characters data.
- CharacterRecognitionResult() - Constructor for class com.aspose.ocr.models.CharacterRecognitionResult
-
- Characters - Variable in class com.aspose.ocr.models.CharacterRecognitionResult
-
Data about detected characters on the page.
- CharactersAllowedType - Enum in com.aspose.ocr.models
-
Determines the type of characters allowed for recognition result.
- clear() - Method in class com.aspose.ocr.OcrInput
-
Set the amount of items for processing / recognition as 0.
- clearFilters() - Method in class com.aspose.ocr.OcrInput
-
Remove all filters.
- clone() - Method in class com.aspose.ocr.RecognitionResult
-
- close() - Method in class com.aspose.ocr.AsposeOCR
-
- com.aspose.ocr - package com.aspose.ocr
-
- com.aspose.ocr.ConnectedComponent - package com.aspose.ocr.ConnectedComponent
-
- com.aspose.ocr.licensing - package com.aspose.ocr.licensing
-
- com.aspose.ocr.metered - package com.aspose.ocr.metered
-
- com.aspose.ocr.metered.internal - package com.aspose.ocr.metered.internal
-
- com.aspose.ocr.models - package com.aspose.ocr.models
-
- com.aspose.ocr.SpellCheck - package com.aspose.ocr.SpellCheck
-
- CompareImageTexts(String, String, RecognitionSettings, boolean) - Method in class com.aspose.ocr.AsposeOCR
-
Check if two images contain the same text.
- CompareImageTexts(String, String, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Check if two images contain the same text.
- CompareImageTexts(String, String) - Method in class com.aspose.ocr.AsposeOCR
-
Check if two images contain the same text.
- confidence - Variable in class com.aspose.ocr.RecognitionResult.LinesResult
-
The confidence score assigned to the recognized text line,
represented as a floating-point value between 0.0 and 1.0.
- ConnectedComponentMain - Class in com.aspose.ocr.ConnectedComponent
-
- ConnectedComponentMain() - Constructor for class com.aspose.ocr.ConnectedComponent.ConnectedComponentMain
-
- console - Static variable in class com.aspose.ocr.Logging
-
Set or get - the logs are displayed on the console.
- ContentArea - Class in com.aspose.ocr.models
-
A content area detected in an image.
- ContentArea() - Constructor for class com.aspose.ocr.models.ContentArea
-
- ContrastCorrection() - Static method in class com.aspose.ocr.PreprocessingFilter
-
Contrast correction filter.
- ContrastCorrection(Rectangle) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Contrast correction filter for the part of the image.
- convertDateToString(LocalDate, String) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Convert date to string.
- convertStringToDate(String, String) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Convert string to date string.
- Coordinates - Variable in class com.aspose.ocr.models.Character
-
Character coordinates.
- CorrectSpelling(String, SpellCheckLanguage) - Method in class com.aspose.ocr.AsposeOCR
-
Corrects text (replaces misspelled words).
- CorrectSpelling(String, SpellCheckLanguage, String) - Method in class com.aspose.ocr.AsposeOCR
-
Corrects text (replaces misspelled words).
- count(BufferedImage) - Static method in class com.aspose.ocr.metered.MeteredHelper
-
- count(String) - Static method in class com.aspose.ocr.metered.MeteredHelper
-
- Country - Enum in com.aspose.ocr.models
-
For better passport recognition point the passport country.
- createFileInputStreamBuffered(File) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Create InputStream from file.
- get(BufferedImage) - Method in class com.aspose.ocr.ConnectedComponent.ConnectedComponentMain
-
- get(int) - Method in class com.aspose.ocr.OcrInput
-
Returns information about processed / recognized image.
- getConsumptionCredit() - Static method in class com.aspose.ocr.metered.Metered
-
Gets consumption credit
- getConsumptionQuantity() - Static method in class com.aspose.ocr.metered.Metered
-
Gets consumption file size
- getCountry() - Method in class com.aspose.ocr.PassportRecognitionSettings
-
Get the template for passport recognition and to extract the keywords.
- getCustomerCredit() - Method in class com.aspose.ocr.metered.internal.MeteredBillingService
-
- getCustomerData() - Method in class com.aspose.ocr.metered.internal.MeteredBillingService
-
- getDateValue(Element, String) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Gets date value from the specified XML element.
- getElementByName(Element, String) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Xml helper function.
- getInstance() - Static method in class com.aspose.ocr.metered.internal.MeteredBillingService
-
- getInstance() - Static method in class com.aspose.ocr.metered.internal.MeteredCountService
-
- getJarFolder(Class) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Get jar folder
- GetJson() - Method in class com.aspose.ocr.RecognitionResult
-
Form JSON string with recognition results.
- GetKeywords() - Method in class com.aspose.ocr.RecognitionResult
-
Get keywords from pasport (Test mode.
- GetLocalPath() - Static method in class com.aspose.ocr.Resources
-
Return the full path to the directory where the resources will be downloaded.
- getMessage() - Method in exception com.aspose.ocr.AsposeOCRException
-
- getMeteredState() - Static method in class com.aspose.ocr.metered.internal.MeteredBillingService
-
Gets metered state
- getOSVerion() - Static method in class com.aspose.ocr.LibraryImport
-
- getOuterXml(Node) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Java helper function to get XML from a DOM element.
- GetRepository() - Static method in class com.aspose.ocr.Resources
-
Return the URL of the online repository from which Aspose.OCR resources are downloaded.
- getSpellCheckCorrectedText(SpellCheckLanguage) - Method in class com.aspose.ocr.RecognitionResult
-
Corrects text (replaces misspelled words).
- getSpellCheckCorrectedText() - Method in class com.aspose.ocr.RecognitionResult
-
Corrects text (replaces misspelled words).
- getSpellCheckErrorList(SpellCheckLanguage) - Method in class com.aspose.ocr.RecognitionResult
-
Find the misspelled words with suggested spellings for a given input text.
- getSpellCheckErrorList() - Method in class com.aspose.ocr.RecognitionResult
-
Find the misspelled words with suggested spellings for a given input text.
- getStream() - Method in class com.aspose.ocr.ImageData
-
- getStringValue(Element, String) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Returns text from the child element of a specified parent element or empty string if the element was not found.
- getValue() - Method in enum com.aspose.ocr.licensing.EditionType
-
- getValue() - Method in enum com.aspose.ocr.licensing.LicenseState
-
- getValue() - Method in enum com.aspose.ocr.models.DetectAreasMode
-
- getValue() - Method in enum com.aspose.ocr.models.PdfOptimizationMode
-
- getValue() - Method in enum com.aspose.ocr.models.RegionTypes
-
- GetXml() - Method in class com.aspose.ocr.RecognitionResult
-
Form JSON string with recognition results.
- graphOptimizationLevel - Static variable in class com.aspose.ocr.models.OnnxRuntimeSessionOptions
-
Graph optimization level for the session.
- GraphOptimizationLevelOnnx - Enum in com.aspose.ocr.models
-
- IDCardRecognitionSettings - Class in com.aspose.ocr
-
Settings for the ID Card recognition
Contains elements that allow customizing the recognition process
- IDCardRecognitionSettings() - Constructor for class com.aspose.ocr.IDCardRecognitionSettings
-
Default constructor: set autoSkew true.
- ILibraryImport - Interface in com.aspose.ocr
-
- Image - Variable in class com.aspose.ocr.ImageData
-
Image in stream.
- image - Variable in class com.aspose.ocr.models.ContentArea
-
Image region with the content.
- ImageData - Class in com.aspose.ocr
-
- ImageHasText(String, String, RecognitionSettings, boolean) - Method in class com.aspose.ocr.AsposeOCR
-
Check if the image contains the provided text fragment.
- ImageHasText(String, String, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Check if the image contains the provided text fragment with a case-insensitive search.
- ImageHasText(String, String) - Method in class com.aspose.ocr.AsposeOCR
-
Check if the image contains the provided text fragment with a case-insensitive search.
- ImageHasText(String, Pattern, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Check if the image text matches the provided regular expression.
- ImageHasText(String, Pattern) - Method in class com.aspose.ocr.AsposeOCR
-
Check if the image text matches the provided regular expression.
- ImageIndex - Variable in class com.aspose.ocr.models.CharacterRecognitionResult
-
- ImageIndex - Variable in class com.aspose.ocr.models.SkewOutput
-
- ImageIndex - Variable in class com.aspose.ocr.RectangleOutput
-
Deprecated.
Sequence number of the image on the page.
- imageLine - Variable in class com.aspose.ocr.models.RecognizeDataModelLine
-
- ImageProcessing - Class in com.aspose.ocr
-
Helper class for Aspose OCR library.
- ImageProcessing() - Constructor for class com.aspose.ocr.ImageProcessing
-
- images - Variable in class com.aspose.ocr.models.LayoutOutput
-
Detected pictures/illustrations.
- ImageTextDiff(String, String, RecognitionSettings, boolean) - Method in class com.aspose.ocr.AsposeOCR
-
Compare the texts on the two images and return a number representing how similar they are (0 to 1).
- ImageTextDiff(String, String, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Compare the texts on the two images and return a number representing how similar they are (0 to 1).
- ImageTextDiff(String, String) - Method in class com.aspose.ocr.AsposeOCR
-
Compare the texts on the two images and return a number representing how similar they are (0 to 1).
- increaseCount(double) - Method in class com.aspose.ocr.metered.internal.MeteredCountService
-
Increase customer consumption file size, and try to upload data
- increaseCredit(long) - Method in class com.aspose.ocr.metered.internal.MeteredCountService
-
Increase customer consumption credit, and try to upload
- index - Variable in class com.aspose.ocr.models.ContentArea
-
The sequential index of the content area, unique within the image.
- InputType - Enum in com.aspose.ocr
-
Types of image/ documents for processing / recognition.
- instance - Static variable in class com.aspose.ocr.metered.internal.MeteredCountService
-
- interOpNumThreads - Static variable in class com.aspose.ocr.models.OnnxRuntimeSessionOptions
-
Number of threads for running multiple operations in parallel.
- InterpolationFilterType - Enum in com.aspose.ocr
-
- intraOpNumThreads - Static variable in class com.aspose.ocr.models.OnnxRuntimeSessionOptions
-
Number of threads for a single operation.
- Invert() - Static method in class com.aspose.ocr.PreprocessingFilter
-
Automatically inverts colors in a document image.
- Invert(Rectangle) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Automatically inverts colors in a part of the image.
- InvoiceRecognitionSettings - Class in com.aspose.ocr
-
Settings for the invoice recognition
Contains elements that allow customizing the recognition process
- InvoiceRecognitionSettings() - Constructor for class com.aspose.ocr.InvoiceRecognitionSettings
-
Default constructor: set autoSkew true.
- IS_PYTHON - Static variable in class com.aspose.ocr.AssemblyConstants
-
- isMac64() - Static method in class com.aspose.ocr.LibraryImport
-
- isMacArm() - Static method in class com.aspose.ocr.LibraryImport
-
- isUnix() - Static method in class com.aspose.ocr.LibraryImport
-
- isValid() - Static method in class com.aspose.ocr.License
-
- isWindows() - Static method in class com.aspose.ocr.LibraryImport
-
- iterator() - Method in class com.aspose.ocr.OcrInput
-
- ReceiptRecognitionSettings - Class in com.aspose.ocr
-
Settings for the receipt recognition
Contains elements that allow customizing the recognition process
- ReceiptRecognitionSettings() - Constructor for class com.aspose.ocr.ReceiptRecognitionSettings
-
Default constructor: set autoSkew true.
- recognitionAreasRectangles - Variable in class com.aspose.ocr.RecognitionResult
-
- recognitionAreasText - Variable in class com.aspose.ocr.RecognitionResult
-
- recognitionCharactersList - Variable in class com.aspose.ocr.RecognitionResult
-
A set of characters found by the recognition algorithm and arranged in descending order of probability.
- recognitionLinesResult - Variable in class com.aspose.ocr.RecognitionResult
-
Gets a list of recognition results with a list of rows (Rectangles).
- RecognitionResult - Class in com.aspose.ocr
-
The results of the image recognition.
- RecognitionResult() - Constructor for class com.aspose.ocr.RecognitionResult
-
Initializes a new instance of the
- RecognitionResult.LinesResult - Class in com.aspose.ocr
-
- RecognitionSettings - Class in com.aspose.ocr
-
Settings for the image recognition.
- RecognitionSettings() - Constructor for class com.aspose.ocr.RecognitionSettings
-
Default constructor: set recognitionAreas null, linesFiltration false, autoSkew false, recognizeSingleLine false.
- RecognitionSettings(ArrayList<Rectangle>, boolean) - Constructor for class com.aspose.ocr.RecognitionSettings
-
Constructor allows to set all options.
- RecognitionSettings(boolean) - Constructor for class com.aspose.ocr.RecognitionSettings
-
Constructor allows to set recognizeSingleLine.
- RecognitionSettings(ReceiptRecognitionSettings) - Constructor for class com.aspose.ocr.RecognitionSettings
-
- RecognitionSettings(InvoiceRecognitionSettings) - Constructor for class com.aspose.ocr.RecognitionSettings
-
- RecognitionSettings(IDCardRecognitionSettings) - Constructor for class com.aspose.ocr.RecognitionSettings
-
- RecognitionSettings(PassportRecognitionSettings) - Constructor for class com.aspose.ocr.RecognitionSettings
-
- RecognitionSettings(CarPlateRecognitionSettings) - Constructor for class com.aspose.ocr.RecognitionSettings
-
- RecognitionSettings(RecognitionSettings) - Constructor for class com.aspose.ocr.RecognitionSettings
-
- recognitionText - Variable in class com.aspose.ocr.RecognitionResult
-
Recognition result of all page or one area.
- Recognize(OcrInput, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes image with the ability to specify
Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.
- Recognize(OcrInput) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes image with the ability to specify
Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.
- RecognizeCarPlate(OcrInput, CarPlateRecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes car plate with the ability to specify
Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.
- RecognizeCharacters(OcrInput, DetectAreasMode, Language) - Method in class com.aspose.ocr.AsposeOCR
-
Detects symbols on images.
- RecognizeCharacters(OcrInput) - Method in class com.aspose.ocr.AsposeOCR
-
Detects symbols on images.
- RecognizeDataModelDsr - Class in com.aspose.ocr.models
-
- RecognizeDataModelDsr(int) - Constructor for class com.aspose.ocr.models.RecognizeDataModelDsr
-
- RecognizeDataModelLine - Class in com.aspose.ocr.models
-
- RecognizeDataModelLine(int) - Constructor for class com.aspose.ocr.models.RecognizeDataModelLine
-
- RecognizeFast(OcrInput) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes text on good quality image.
- RecognizeHandwrittenText(OcrInput) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes handwritten text on images.
- RecognizeIDCard(OcrInput, IDCardRecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes ID card with the ability to specify
Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.
- RecognizeInvoice(OcrInput, InvoiceRecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
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, PassportRecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes passport with the ability to specify.
- RecognizeReceipt(OcrInput, ReceiptRecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizes receipts with the ability to specify
Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.
- rectangle - Variable in class com.aspose.ocr.models.ContentArea
-
The bounding rectangle of the content area.
- rectangleLine - Variable in class com.aspose.ocr.models.RecognizeDataModelLine
-
- RectangleOutput - Class in com.aspose.ocr
-
- RectangleOutput() - Constructor for class com.aspose.ocr.RectangleOutput
-
Deprecated.
- rectangles - Variable in class com.aspose.ocr.models.DefectAreas
-
Image areas where defect was found
- Rectangles - Variable in class com.aspose.ocr.RectangleOutput
-
Deprecated.
List of detected text areas or lines.
- RegionTypes - Enum in com.aspose.ocr.models
-
Determines the type of regions detected by the DSR.
- RELEASE_DATE - Static variable in class com.aspose.ocr.AssemblyConstants
-
- ReleaseMemory() - Static method in class com.aspose.ocr.Resources
-
Unload OCR modules to free up memory.
- RemoveLocal(String) - Static method in class com.aspose.ocr.Resources
-
Removes the locally stored Aspose.OCR resource.
- Render(OcrInput) - Static method in class com.aspose.ocr.ImageProcessing
-
Use image processing to improve the accuracy of OCR.
- replaceFilters(PreprocessingFilter) - Method in class com.aspose.ocr.OcrInput
-
Remove old filters and set new.
- Resize(int, int, InterpolationFilterType) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Rescale image - upscale or downscale image resolution.
- Resize(int, int) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Rescale image - Upscale or downscale image resolution.
- resizekOEF - Variable in class com.aspose.ocr.models.RecognizeDataModelLine
-
- Resources - Class in com.aspose.ocr
-
Manage downloadable resources that enhance Aspose.OCR recognition capabilities.
- Resources() - Constructor for class com.aspose.ocr.Resources
-
- Rotate(float) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Rotate original image.
- Rotate(float, Rectangle) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Rotate the part of the image.
- Save(OcrInput, String) - Static method in class com.aspose.ocr.ImageProcessing
-
Use image processing to improve the accuracy of OCR.
- save(String) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition result to a file.
- save(String, Format) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition result to a file.
- save(String, Format, String, PdfOptimizationMode) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition result to a file.
- save(OutputStream) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition results to a memory stream in the specified format.
- save(OutputStream, Format) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition results to a memory stream in the specified format.
- save(OutputStream, Format, String, PdfOptimizationMode) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition results to a memory stream in the specified format.
- save(String) - Method in class com.aspose.ocr.RecognitionResult
-
Saves the document in the plain text
- save(String, Format) - Method in class com.aspose.ocr.RecognitionResult
-
Saves the document in the plain text or other document format.
- save(String, Format, PdfOptimizationMode) - Method in class com.aspose.ocr.RecognitionResult
-
Saves the document in the plain text or other document format.
- SaveMultipageDocument(String, Format, ArrayList<RecognitionResult>) - Static method in class com.aspose.ocr.AsposeOCR
-
Allows to get multipage document from list of RecognitionResult objects.
- SaveMultipageDocument(String, Format, ArrayList<RecognitionResult>, String) - Static method in class com.aspose.ocr.AsposeOCR
-
Allows to get multipage document from list of RecognitionResult objects.
- SaveMultipageDocument(String, Format, ArrayList<RecognitionResult>, String, PdfOptimizationMode) - Static method in class com.aspose.ocr.AsposeOCR
-
Allows to get multipage document from list of RecognitionResult objects.
- SaveMultipageDocument(String, Format, ArrayList<RecognitionResult>, SpellCheckLanguage) - Static method in class com.aspose.ocr.AsposeOCR
-
Allows to get multipage document from list of RecognitionResult objects with spell-check correction.
- SaveMultipageDocument(OutputStream, Format, ArrayList<RecognitionResult>) - Static method in class com.aspose.ocr.AsposeOCR
-
Allows to get multipage document from list of RecognitionResult objects.
- SaveMultipageDocument(OutputStream, Format, ArrayList<RecognitionResult>, String) - Static method in class com.aspose.ocr.AsposeOCR
-
Allows to get multipage document from list of RecognitionResult objects.
- SaveMultipageDocument(OutputStream, Format, ArrayList<RecognitionResult>, String, PdfOptimizationMode) - Static method in class com.aspose.ocr.AsposeOCR
-
Allows to get multipage document from list of RecognitionResult objects.
- savePdf(String) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition results into a searchable PDF file, with the original images set as the background.
- savePdf(String, String, PdfOptimizationMode) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition results into a searchable PDF file, with the original images set as the background.
- savePdf(OutputStream) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition results into an in-memory searchable PDF document, embedding the original images as the background.
- savePdf(OutputStream, String, PdfOptimizationMode) - Method in class com.aspose.ocr.OcrOutput
-
Save all recognition results into an in-memory searchable PDF document, embedding the original images as the background.
- saveSpellCheckCorrectedText(String, Format, SpellCheckLanguage) - Method in class com.aspose.ocr.RecognitionResult
-
Saves the corrected text in the document in the plain text or other format.
- saveSpellCheckCorrectedText(String, Format) - Method in class com.aspose.ocr.RecognitionResult
-
Saves the corrected with English dictionary text in the document in the plain text or Microsoft Word
Text Document format.
- Scale(float) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Rescale image - Upscale or downscale image resolution.
- Scale(float, InterpolationFilterType) - Static method in class com.aspose.ocr.PreprocessingFilter
-
Rescale image - Upscale or downscale image resolution.
- session - Variable in class com.aspose.ocr.models.RecognizeDataModelLine
-
- setAllowedCharacters(CharactersAllowedType) - Method in class com.aspose.ocr.CarPlateRecognitionSettings
-
Allowed characters set.
- setAllowedCharacters(CharactersAllowedType) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
Allowed characters set.
- setAllowedCharacters(String) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
Allowed characters set.
- setAllowedCharacters(CharactersAllowedType) - Method in class com.aspose.ocr.RecognitionSettings
-
Allowed characters set.
- setAllowedCharacters(String) - Method in class com.aspose.ocr.RecognitionSettings
-
Allowed characters set.
- setAutomaticColorInversion(boolean) - Method in class com.aspose.ocr.CarPlateRecognitionSettings
-
Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them.
- setAutomaticColorInversion(boolean) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them.
- setAutomaticColorInversion(boolean) - Method in class com.aspose.ocr.RecognitionSettings
-
Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them.
- setCountry(Country) - Method in class com.aspose.ocr.PassportRecognitionSettings
-
Set the template for passport recognition and to extract the keywords.
- setDetectAreasMode(DetectAreasMode) - Method in class com.aspose.ocr.RecognitionSettings
-
Determines the type of neural network used for areas detection.
- setIgnoredCharacters(String) - Method in class com.aspose.ocr.CarPlateRecognitionSettings
-
Sets blacklist for recognition symbols.
- setIgnoredCharacters(String) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
Sets blacklist for recognition symbols.
- setIgnoredCharacters(String) - Method in class com.aspose.ocr.RecognitionSettings
-
Sets blacklist for recognition symbols.
- setkey(String, String) - Method in class com.aspose.ocr.metered.internal.MeteredBillingService
-
Sets the subscription public and private key
- SetKeyword(String, RecognitionResult.LinesResult) - Method in class com.aspose.ocr.RecognitionResult
-
- setLanguage(Language) - Method in class com.aspose.ocr.CarPlateRecognitionSettings
-
- setLanguage(Language) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
- setLanguage(Language) - Method in class com.aspose.ocr.RecognitionSettings
-
- setLanguageDetectionLevel(LanguageDetectionLevel) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
Specifies the level of language detection for text recognition.
- setLanguageDetectionLevel(LanguageDetectionLevel) - Method in class com.aspose.ocr.RecognitionSettings
-
Specifies the level of language detection for text recognition.
- setLicense(String) - Static method in class com.aspose.ocr.License
-
Licenses the component.
- setLicense(InputStream) - Static method in class com.aspose.ocr.License
-
Licenses the component.
- setLicense(File) - Static method in class com.aspose.ocr.License
-
Licenses the component.
- setLinesFiltration(boolean) - Method in class com.aspose.ocr.RecognitionSettings
-
Allows to recognize text in the tables (regions surrounded lines).
- SetLocalPath(String) - Static method in class com.aspose.ocr.Resources
-
Specify an absolute or relative path to the directory where the resources will be downloaded.
- SetLocalPath(String, Boolean) - Static method in class com.aspose.ocr.Resources
-
Specify an absolute or relative path to the directory where the resources will be downloaded.
- setMeteredKey(String, String) - Method in class com.aspose.ocr.metered.Metered
-
Sets metered public and private key
- setRecognitionAreas(ArrayList<Rectangle>) - Method in class com.aspose.ocr.RecognitionSettings
-
Sets the list of text areas for processing.
- setRecognizeSingleLine(boolean) - Method in class com.aspose.ocr.RecognitionSettings
-
Sets single-line image recognition.
- SetRepository(String) - Static method in class com.aspose.ocr.Resources
-
Specify the URL of the online repository from which Aspose.OCR resources will be downloaded.
- setThreadsCount(int) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
Gets or sets the number of threads for processing.
- setThreadsCount(int) - Method in class com.aspose.ocr.RecognitionSettings
-
Gets or sets the number of threads for processing.
- setUpscaleSmallFont(boolean) - Method in class com.aspose.ocr.ReceiptRecognitionSettings
-
Allows you to use additional algorithms specifically for small font recognition.
- setUpscaleSmallFont(boolean) - Method in class com.aspose.ocr.RecognitionSettings
-
Allows you to use additional algorithms specifically for small font recognition.
- size() - Method in class com.aspose.ocr.OcrInput
-
Amount of items for processing / recognition.
- skew - Variable in class com.aspose.ocr.RecognitionResult
-
- SkewOutput - Class in com.aspose.ocr.models
-
Data about skew angle in degrees and name of the file.
- SkewOutput() - Constructor for class com.aspose.ocr.models.SkewOutput
-
- SkewOutput(String, double, int) - Constructor for class com.aspose.ocr.models.SkewOutput
-
- Source - Variable in class com.aspose.ocr.DefectOutput
-
The full path to the file or URL, if any.
- Source - Variable in class com.aspose.ocr.ImageData
-
The full path to the file or URL, if any.
- Source - Variable in class com.aspose.ocr.models.CharacterRecognitionResult
-
The full path to the file or URL, if any.
- source - Variable in class com.aspose.ocr.models.LanguageDetectionOutput
-
The full path to the file or URL, if any.
- source - Variable in class com.aspose.ocr.models.LayoutOutput
-
The full path to the file or URL, if any.
- Source - Variable in class com.aspose.ocr.models.SkewOutput
-
The full path to the file or URL, if any.
- Source - Variable in class com.aspose.ocr.RectangleOutput
-
Deprecated.
The full path to the file or URL, if any.
- SpellCheckError - Class in com.aspose.ocr.SpellCheck
-
Representing misspelled word with additional data.
- SpellCheckError() - Constructor for class com.aspose.ocr.SpellCheck.SpellCheckError
-
- SpellCheckLanguage - Enum in com.aspose.ocr.SpellCheck
-
Languages used for SpellCheck (existing dictionaries).
- startPosition - Variable in class com.aspose.ocr.SpellCheck.SpellCheckError
-
Word's position in the input text.
- stripLeadingZeros(byte[]) - Static method in class com.aspose.ocr.licensing.LicenseUtil
-
Java: Utility method to delete the leading zeros from the byte array.
- SuggestedWord - Class in com.aspose.ocr.SpellCheck
-
Spelling suggestion returned from GetSpellCheckErrorList.
- SuggestedWord() - Constructor for class com.aspose.ocr.SpellCheck.SuggestedWord
-
- suggestedWords - Variable in class com.aspose.ocr.SpellCheck.SpellCheckError
-
list of objects with suggested correct spellings
- Value - Variable in class com.aspose.ocr.models.Character
-
Detected character.
- value - Variable in enum com.aspose.ocr.models.RegionTypes
-
- value - Variable in class com.aspose.ocr.Pair
-
- valueOf(String) - Static method in enum com.aspose.ocr.InputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.InterpolationFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.licensing.EditionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.licensing.LicenseFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.licensing.LicenseState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.LoggingLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.AreasType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.CharactersAllowedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.Country
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.DefectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.DetectAreasMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.ExecutionModeOnnx
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.GraphOptimizationLevelOnnx
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.LanguageDetectionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.PdfOptimizationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.models.RegionTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.ocr.SpellCheck.SpellCheckLanguage
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.aspose.ocr.InputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.InterpolationFilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.licensing.EditionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.licensing.LicenseFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.licensing.LicenseState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.LoggingLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.AreasType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.CharactersAllowedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.Country
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.DefectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.DetectAreasMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.ExecutionModeOnnx
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.GraphOptimizationLevelOnnx
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.LanguageDetectionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.PdfOptimizationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.models.RegionTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aspose.ocr.SpellCheck.SpellCheckLanguage
-
Returns an array containing the constants of this enum type, in
the order they are declared.