public abstract class OcrIndexingOptions extends Object
| Constructor and Description |
|---|
OcrIndexingOptions() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
getEnabledForContainerItemImages()
Gets a value indicating whether to recognize text in images that are items in a container
(for example, images in a ZIP archive).
|
abstract boolean |
getEnabledForEmbeddedImages()
Gets a value indicating whether to recognize text in embedded images
(for example, images in a DOCX document).
|
abstract boolean |
getEnabledForSeparateImages()
Gets a value indicating whether to recognize text in separate image files.
|
abstract IOcrConnector |
getOcrConnector()
Gets an OCR connector that is used for OCR processing.
|
abstract void |
setEnabledForContainerItemImages(boolean value)
Sets a value indicating whether to recognize text in images that are items in a container
(for example, images in a ZIP archive).
|
abstract void |
setEnabledForEmbeddedImages(boolean value)
Sets a value indicating whether to recognize text in embedded images
(for example, images in a DOCX document).
|
abstract void |
setEnabledForSeparateImages(boolean value)
Sets a value indicating whether to recognize text in separate image files.
|
abstract void |
setOcrConnector(IOcrConnector value)
Sets an OCR connector that is used for OCR processing.
|
public abstract boolean getEnabledForContainerItemImages()
false.public abstract boolean getEnabledForEmbeddedImages()
false.public abstract boolean getEnabledForSeparateImages()
false.public abstract IOcrConnector getOcrConnector()
null, which means no OCR is used.public abstract void setEnabledForContainerItemImages(boolean value)
false.value - A value indicating whether to recognize text in images that are items in a container.public abstract void setEnabledForEmbeddedImages(boolean value)
false.value - A value indicating whether to recognize text in embedded images.public abstract void setEnabledForSeparateImages(boolean value)
false.value - A value indicating whether to recognize text in separate image files.public abstract void setOcrConnector(IOcrConnector value)
null, which means no OCR is used.value - An OCR connector that is used for OCR processing.Copyright © 2026. All rights reserved.