Uses of Class
com.itextpdf.pdfocr.OcrPdfCreatorProperties
-
Uses of OcrPdfCreatorProperties in com.itextpdf.pdfocr
Modifier and TypeMethodDescriptionfinal OcrPdfCreatorProperties
OcrPdfCreator.getOcrPdfCreatorProperties()
Gets properties forOcrPdfCreator
.OcrPdfCreatorProperties.setFontProvider
(com.itextpdf.layout.font.FontProvider fontProvider) Sets font provider.OcrPdfCreatorProperties.setFontProvider
(com.itextpdf.layout.font.FontProvider fontProvider, String defaultFontFamily) Sets font provider and default font family.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setImageLayerName
(String layerName) Sets name for the image layer.OcrPdfCreatorProperties.setImageRotationHandler
(IImageRotationHandler imageRotationDetector) Sets image rotation handler instance.OcrPdfCreatorProperties.setMetaInfo
(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo) Set meta info for thisOcrPdfCreatorProperties
.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setPageSize
(com.itextpdf.kernel.geom.Rectangle pageSize) Sets required size for output PDF document.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setPdfLang
(String language) Specify PDF natural language, and optionally locale.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setScaleMode
(ScaleMode scaleMode) Sets scale mode for input images using available options fromScaleMode
enumeration.OcrPdfCreatorProperties.setTagged
(boolean tagged) Defines whether pdf document should be tagged or not.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setTextColor
(com.itextpdf.kernel.colors.Color textColor) Sets text color in output PDF document.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setTextLayerName
(String layerName) Sets name for the text layer.final OcrPdfCreatorProperties
Sets PDF document title.Modifier and TypeMethodDescriptionfinal void
OcrPdfCreator.setOcrPdfCreatorProperties
(OcrPdfCreatorProperties ocrPdfCreatorProperties) Sets properties forOcrPdfCreator
.ModifierConstructorDescriptionOcrPdfCreator
(IOcrEngine ocrEngine, OcrPdfCreatorProperties ocrPdfCreatorProperties) Creates a newOcrPdfCreator
instance.Creates a newOcrPdfCreatorProperties
instance based on anotherOcrPdfCreatorProperties
instance (copy constructor).