Difference between revisions of "OMR scripting"
From OpenKM Documentation
(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. <…') |
|||
Line 15: | Line 15: | ||
[[File:Okm_user_guide_436.png|center]] | [[File:Okm_user_guide_436.png|center]] | ||
+ | |||
+ | The script value is: | ||
+ | |||
+ | [[File:Okm_user_guide_437.png|center]] | ||
[[Category: Utilities]] | [[Category: Utilities]] |
Revision as of 19:26, 1 May 2013
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.
With one validation based on folder path and one scripting action.
The script value is: