Link Search Menu Expand Document

TextRecognizerSaveOCRObjectsAsXML Method

Performs the recognition and saves the list of recognized text objects of specified level of discretization to XML file.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public void SaveOCRObjectsAsXML(
	string fileName,
	int pageIndex,
	OCRObjectType objectType
)

Parameters

fileName
Type: SystemString
Output file name.
pageIndex
Type: SystemInt32
Document page index.
objectType
Type: ByteScout.TextRecognitionOCRObjectType
Objects type to return (level of discretization). Default is Word.
See Also

Reference