| Back | Main view
"Send for OCR" action can fail on IMiS/OCR Server 9.12.2105
Product: | IMiS/OCR Server |
Release: | 9.12.2105 |
Date: | 11/03/2023 |
Case:
Action "Send for OCR" on a document in IMiS Enabled Notes database can fail to return OCR result on IMiS/OCR Server version 9.12.2105.
Description:
When "Send for OCR" is used from IMiS menu on a Notes document, the OCR mail request sent to IMiS/OCR Server comes with OCR parameters that override the ones set up in Notes Mailbox job on IMiS/OCR Server. The resulting mail returns error:
"Arguments check failed. Expected: retainFlags == 0".
The issue is caused by an invalid parameter value for IMiSOCRBarcodeOrientations setting send to IMiS/OCR Server and is fixed by applying an agent that replaces this value with a correct one when the OCR mail request is received.
Agent:
Name:
OCRMailFRE12Fix
Options:
Shared
Trigger:
On Event - Before new mail arrives
Target:
Each incoming mail document
Formula:
SELECT IMiSOCRBarcodeOrientations = 16;
FIELD IMiSOCRBarcodeOrientations := 15;
Design source:
Enable "Prohibit design refresh or replace to modify"
Related Documents:
| Back | Main view