Uses of Class
net.webpdf.wsclient.openapi.OperationOcrOperation
-
Packages that use OperationOcrOperation Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.webservice.rest -
-
Uses of OperationOcrOperation in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationOcrOperation Modifier and Type Method Description OperationOcrOperationOperationOcrOperation. billing(OperationBilling billing)OperationOcrOperationOperationOcrOperation. ocr(OperationOcr ocr)OperationOcrOperationOperationOcrOperation. password(OperationPdfPassword password)OperationOcrOperationOperationOcrOperation. settings(OperationSettings settings)Constructors in net.webpdf.wsclient.openapi with parameters of type OperationOcrOperation Constructor Description RestOperationData(@NotNull OperationOcrOperation operation)Wraps the givenOperationOcrOperationas operation data and may be used as a base to parameterize aWebServiceType.OCRwebPDF webservice call. -
Uses of OperationOcrOperation in net.webpdf.wsclient.webservice.rest
Methods in net.webpdf.wsclient.webservice.rest that return OperationOcrOperation Modifier and Type Method Description protected @NotNull OperationOcrOperationOcrRestWebService. initOperation()Initializes and prepares the execution of thisOcrRestWebService.
-