I see the OCR (OCROptions, OCRZone, etc) is available from COM API ... is is also available from REST? And is there an example, as I'm having a hard time translating COM to REST.
The REST API is not as comprehensive as our COM API. If you need to do something that is not exposed then I would consider creating a Vault Extension Method (in either VBScript or VAF) that uses the COM API to achieve what you need, and then call that via the REST API.
The REST API is not as comprehensive as our COM API. If you need to do something that is not exposed then I would consider creating a Vault Extension Method (in either VBScript or VAF) that uses the COM API to achieve what you need, and then call that via the REST API.
Another option is to use the COM API from within a workflow state, and use the REST API to move an object into the workflow state that then triggers the code.
© 2024 M-Files, All Rights Reserved.