stripWidth Property (GetTextOrientationRequestParams)
Gets or sets the width of strips, in pixels, for image scanning.
'Declaration
Public Property stripWidth As Integer
public int stripWidth { get; set; }
public: __property int get_stripWidth();
public: __property void set_stripWidth(
int
);
public:
property int stripWidth {
int get();
void set(int );
}
Property Value
0 - width of strips is calculated automatically for each image depending on its resolution;
20 and more - current value is used for width of strips.
Default value is 0 (automatically computed width of strips).
Stripping the image improves orientation determination of documents with:
- mixed textual and nontextual contents (graphics, tables, diagrams, etc)
- slight skew
- border noise
If value of this property is set manually, it must be sufficiently large to cover at least 10-15 standard symbols in a text line.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5