Uses of Class
com.norconex.importer.handler.parser.impl.OcrConfig
Packages that use OcrConfig
-
Uses of OcrConfig in com.norconex.importer.handler.parser.impl
Methods in com.norconex.importer.handler.parser.impl that return OcrConfigModifier and TypeMethodDescriptionDefaultParserConfig.getOcrConfig()OcrConfig.setApplyRotation(Boolean applyRotation) OcrConfig.setColorSpace(String colorSpace) OcrConfig.setContentTypeMatcher(TextMatcher contentTypeMatcher) The matcher of content types to apply OCR on.OcrConfig.setDensity(Integer density) OcrConfig.setDisabled(boolean disabled) OcrConfig.setEnableImagePreprocessing(Boolean enableImagePreprocessing) OcrConfig.setImageMagickPath(Path imageMagickPath) OcrConfig.setLanguage(String language) OcrConfig.setMaxFileSizeToOcr(Long maxFileSizeToOcr) OcrConfig.setMinFileSizeToOcr(Long minFileSizeToOcr) OcrConfig.setPageSegMode(String pageSegMode) OcrConfig.setPageSeparator(String pageSeparator) OcrConfig.setPreserveInterwordSpacing(Boolean preserveInterwordSpacing) OcrConfig.setSkipOcr(Boolean skipOcr) OcrConfig.setTessdataPath(Path tessdataPath) OcrConfig.setTesseractPath(Path tesseractPath) OcrConfig.setTimeoutSeconds(Integer timeoutSeconds)