| Package | Description |
|---|---|
| com.itextpdf.pdfocr |
| Modifier and Type | Method and Description |
|---|---|
OcrPdfCreatorProperties |
OcrPdfCreator.getOcrPdfCreatorProperties()
Gets properties for
OcrPdfCreator. |
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setFontProvider(com.itextpdf.layout.font.FontProvider fontProvider)
Sets font provider.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setFontProvider(com.itextpdf.layout.font.FontProvider fontProvider,
String defaultFontFamily)
Sets font provider and default font family.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setImageLayerName(String layerName)
Sets name for the image layer.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setImageRotationHandler(IImageRotationHandler imageRotationDetector)
Sets image rotation handler instance.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo)
Set meta info for this
OcrPdfCreatorProperties. |
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setPageSize(com.itextpdf.kernel.geom.Rectangle pageSize)
Sets required size for output PDF document.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setPdfLang(String language)
Specify PDF natural language, and optionally locale.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setScaleMode(ScaleMode scaleMode)
Sets scale mode for input images using available options
from
ScaleMode enumeration. |
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setTagged(boolean tagged)
Defines whether pdf document should be tagged or not.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setTextColor(com.itextpdf.kernel.colors.Color textColor)
Sets text color in output PDF document.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setTextLayerName(String layerName)
Sets name for the text layer.
|
OcrPdfCreatorProperties |
OcrPdfCreatorProperties.setTitle(String title)
Sets PDF document title.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OcrPdfCreator.setOcrPdfCreatorProperties(OcrPdfCreatorProperties ocrPdfCreatorProperties)
Sets properties for
OcrPdfCreator. |
| Constructor and Description |
|---|
OcrPdfCreator(IOcrEngine ocrEngine,
OcrPdfCreatorProperties ocrPdfCreatorProperties)
Creates a new
OcrPdfCreator instance. |
OcrPdfCreatorProperties(OcrPdfCreatorProperties other)
Creates a new
OcrPdfCreatorProperties instance
based on another OcrPdfCreatorProperties instance (copy
constructor). |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.