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

    Modifier and Type
    Method
    Description
    void
    process(String sid, long docId)
    Processes a document
  • 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 session
      docId - identifier of the document
      Throws:
      FeatureNotEnabledException - Feature not enabled in the license
      com.logicaldoc.core.PersistenceException - Error in the data layer
      com.logicaldoc.webservice.WebserviceException - Error in the webservice
      com.logicaldoc.core.security.authentication.AuthenticationException - The user has not been authenticated
      com.logicaldoc.core.security.authorization.PermissionException - The user does not have enough permissions
      IOException - I/O error