| Back | Main view | Parent doc
Export settings
IMiS/ICR Server recognition results can be exported to Domino/Notes database or IBM Lotus Domino Document Manager (previously known as Domino.Doc). Either has its own settings, but some of them are common to both:
- Check rules after recognition will invoke checking rules specified in batch after recognition. Information about rules validation is written back to Notes document. There is one Notes fields reserved for that info:
- IMiSICR_RulesInfo - this field contains information about rules that did not pass the validation. Information is written as multivalue with the structure
RuleType#RuleName#ErrorMessage
The RuleType contains constants describing possible error types occurring in the FormReader validation rules.
Value | Description |
0 | Warning |
1 | Data validation error |
2 | Rule set-up error |
For example:
0#Date normalization#The date is outside the specified range
It means that warning appeared in rule named Date normalization with message The date is outside the specified range.
- External logical check can be used to use special dll functions for recognized data validation. This dll can be developed by IMiS Team if validation algorithm is specified. It can also be developed by customer, just ask Imaging Systems for function declarations. The result of logical check function is written to IMiSICR_DllErr Notes field.
See following documents for more details:
| 3.4.1.2.1 Domino/Notes database settings |
| 3.4.1.2.2 Domino.Doc settings |
| Back | Main view | Parent doc