Class ZonalOCRTool
java.lang.Object
com.logicaldoc.zonalocr.automation.ZonalOCRTool
Class to use the ZonalOCR from within the Automatin
- Since:
- 8.4.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ZonalOCRTool
public ZonalOCRTool()
-
-
Method Details
-
process
public void process(long docId, String username) throws com.logicaldoc.core.PersistenceException, IOException Processes a document using the OCR- Parameters:
docId
- identifier of the document to processusername
- the current user (optional)- Throws:
IOException
- I/O errorcom.logicaldoc.core.PersistenceException
- Error in data layer
-