IfEraseTextZone
Parameter IfEraseTextZone
sets whether to erase the detected text zone. The detected text zone is the result of text detection process when enables TextDetectionMode
.
Example
{
"IfEraseTextZone": 1
}
Parameter Summary
IfEraseTextZone Parameter Summary |
---|
Description 0: Do not erase the text zone. 1: Erase the text zone. |
Type int |
Value range [0, 1] |
Note: Do not erase text when a text recognition task is to be performed.
Default Setting
If the IfEraseTextZone
is not configured in your template file, the following settings will be used as the default settings.
For Barcode Decoding
{
"IfEraseTextZone": 1
}
For Label Recognizing
{
"IfEraseTextZone": 0
}
For Document Normalizing
{
"IfEraseTextZone": 0
}