Interface OCRService
- 
- All Superinterfaces:
 com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("ocr") public interface OCRService extends com.google.gwt.user.client.rpc.RemoteServiceThe client side stub for the OCR Service- Since:
 - 7.7.4
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOCRService.Instance 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GUIParameter[]loadSettings()Loads the OCR settings 
 - 
 
- 
- 
Method Detail
- 
loadSettings
GUIParameter[] loadSettings() throws ServerException
Loads the OCR settings- Returns:
 - settings of the OCR engine
 - Throws:
 ServerException- an error happened in the server application
 
 - 
 
 -