Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams
-
Packages that use OCRParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob.com.adobe.pdfservices.operation.pdfjobs.params.ocr Contains the param classes forOCRJob. -
-
Uses of OCRParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Methods in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type OCRParams Modifier and Type Method Description OCRJobOCRJob. setParams(OCRParams ocrParams)Set params for the job. -
Uses of OCRParams in com.adobe.pdfservices.operation.pdfjobs.params.ocr
Methods in com.adobe.pdfservices.operation.pdfjobs.params.ocr that return OCRParams Modifier and Type Method Description OCRParamsOCRParams.Builder. build()Returns a newOCRParamsinstance built from the current state of this builder.
-