C# Class Strabo.Core.OCR.DocxToText

Exibir arquivo Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Properties

Property Type Description
susp_char_count int
susp_char_flag bool

Public Methods

Method Description
DocxToText ( string fileName ) : System
ExtractText ( ) : string

Extracts text from the Docx file.

Private Methods

Method Description
FindDocumentXmlLocation ( ) : string

Gets location of the "document.xml" zip entry.

ReadDocumentXml ( ) : string

Reads "document.xml" zip entry.

ReadNode ( XmlNode node ) : string

Reads content of the node and its nested childs.

Method Details

DocxToText() public method

public DocxToText ( string fileName ) : System
fileName string
return System

ExtractText() public method

Extracts text from the Docx file.
public ExtractText ( ) : string
return string

Property Details

susp_char_count public_oe property

public int susp_char_count
return int

susp_char_flag public_oe property

public bool susp_char_flag
return bool