C# Class Strabo.Core.OCR.DocxToText

Afficher le fichier Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Méthodes publiques

Свойство Type Description
susp_char_count int
susp_char_flag bool

Méthodes publiques

Méthode Description
DocxToText ( string fileName ) : System
ExtractText ( ) : string

Extracts text from the Docx file.

Private Methods

Méthode 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 méthode

public DocxToText ( string fileName ) : System
fileName string
Résultat System

ExtractText() public méthode

Extracts text from the Docx file.
public ExtractText ( ) : string
Résultat string

Property Details

susp_char_count public_oe property

public int susp_char_count
Résultat int

susp_char_flag public_oe property

public bool susp_char_flag
Résultat bool