Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams.Builder
-
Packages that use OCRParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.ocr Contains the param classes forOCRJob. -
-
Uses of OCRParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.ocr
Methods in com.adobe.pdfservices.operation.pdfjobs.params.ocr that return OCRParams.Builder Modifier and Type Method Description static OCRParams.BuilderOCRParams. ocrParamsBuilder()Creates a newOCRParams.Builder.OCRParams.BuilderOCRParams.Builder. withOCRLocale(OCRSupportedLocale ocrSupportedLocale)Sets input language to be used for OCR, specified byOCRSupportedLocale.OCRParams.BuilderOCRParams.Builder. withOCRType(OCRSupportedType ocrSupportedType)Sets OCR type, specified byOCRSupportedType
-