Question
How to update document priority based on document definition?
Answer
- Add the custom scripting stage after the recognition:
- To be able to read the field in the script you should make the field Index field:
3. Edit the script stage:
-
- PP_Lowest = -2 - The lowest priority. Passed in the form of the string "lowest".
- PP_Low = -1 - A low priority. Passed in the form of the string "low".
- PP_Normal = 0 - A normal priority. Passed in the form of the string "normal".
- PP_High = 1 - A high priority. Passed in the form of the string "high".
- PP_Highest = 2 - The highest priority. Passed in the form of the string "highest".
- PP_ExtraHigh = 3 - The extra-high priority. Passed in the form of the string "extra-high
-
Comments
0 comments
Please sign in to leave a comment.