OMR scripting

From OpenKM Documentation
Revision as of 20:24, 1 May 2013 by Jllort (talk | contribs) (Created page with 'The script process an image with OMR engine from Automation scripting feature, each time new document is uploaded. With minimal changes can be used in conjuntion with crontab. <…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The script process an image with OMR engine from Automation scripting feature, each time new document is uploaded. With minimal changes can be used in conjuntion with crontab.

import com.openkm.omr.OMRHelper;

OMRHelper.processAndStoreMetadata(4, uuid);

Example

Create a automation task based on event document creation and post execution.

Okm user guide 435.png

With one validation based on folder path and one scripting action.

Okm user guide 436.png