Interface ZonalOCRService
- All Known Implementing Classes:
 SoapZonalOCRClient,SoapZonalOCRService
public interface ZonalOCRService
WebService to allow a user to execute the Zonal OCR
- Since:
 - 8.4.2
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Method Summary
 
- 
Method Details
- 
process
void process(String sid, long docId) throws FeatureNotEnabledException, com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, com.logicaldoc.core.security.authorization.PermissionException, IOException Processes a document- Parameters:
 sid- identifier of the sessiondocId- identifier of the document- Throws:
 FeatureNotEnabledException- Feature not enabled in the licensecom.logicaldoc.core.PersistenceException- Error in the data layercom.logicaldoc.webservice.WebserviceException- Error in the webservicecom.logicaldoc.core.security.authentication.AuthenticationException- The user has not been authenticatedcom.logicaldoc.core.security.authorization.PermissionException- The user does not have enough permissionsIOException- I/O error
 
 -