By default, the sex field may contain M(male) or F(female) values. If another character enters this field when scanning a document, it automatically assigns the value M or F.
For example:
We replaced the value in the SEX field with letter A. When scanning a document by default, we will get:
To get the response in the form of the original character, you need to disable the Match text field mask parameter. Here is an example of using the described method on our demo page:
- Open settings:
- Make sure the Match text field mask check is disabled:
-
You can also use {"matchTextFieldMask": false} in the Custom parameters field, as shown in the screenshot below:
In this case, a request will look like:{ "processParam": { "scenario": "FullProcess", "customParams": { "matchTextFieldMask": false },
If everything is done correctly, you will see the original character in the results:
Comments
Please sign in to leave a comment.