Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.02 KB

if-erase-text-zone.md

File metadata and controls

34 lines (26 loc) · 1.02 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content noTitleIndex permalink
default-layout
IfEraseTextZone - Dynamsoft Capture Vision Parameters
The parameter IfEraseTextZone of Dynamsoft Capture Vision is for controlling whether to erase the detected text zone.
IfEraseTextZone, parameter reference, parameter
true
true
true
/parameters/reference/image-parameter/if-erase-text-zone.html

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]
Default Value
0

Note: Do not erase text when a text recognition task is to be performed.