PreserveParagraphs Property (GdPictureTextExtraction)
In This Topic
Specifies that the text extraction engine must preserve text paragraphs.
This functionality is particularly useful to improve the accuracy of NLP engines.
Syntax
'Declaration
Public Property PreserveParagraphs As Boolean
public bool PreserveParagraphs {get; set;}
public read-write property PreserveParagraphs: Boolean;
public function get,set PreserveParagraphs : boolean
public: __property bool get_PreserveParagraphs();
public: __property void set_PreserveParagraphs(
bool value
);
public:
property bool PreserveParagraphs {
bool get();
void set ( bool value);
}
Property Value
The default value is false.
See Also