C# 클래스 Strabo.Core.OCR.DocxToText

파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
susp_char_count int
susp_char_flag bool

공개 메소드들

메소드 설명
DocxToText ( string fileName ) : System
ExtractText ( ) : string

Extracts text from the Docx file.

비공개 메소드들

메소드 설명
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.

메소드 상세

DocxToText() 공개 메소드

public DocxToText ( string fileName ) : System
fileName string
리턴 System

ExtractText() 공개 메소드

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

프로퍼티 상세

susp_char_count 공개적으로 프로퍼티

public int susp_char_count
리턴 int

susp_char_flag 공개적으로 프로퍼티

public bool susp_char_flag
리턴 bool