class

DocxCrConverter::Parser

Inherits Reference / Object

Constructors

new(docx_path : String)

@param docx_path [String] path to docx file @return [DocxCrConverter::Parser] @example parser = DocxCrConverter::Parser.new("path/to/docx/file") parser.parse

Source

Instance methods

document
Source
docx_path
Source
errors
Source
errors?

@return [Bool] true if errors are present @example parser = DocxCrConverter::Parser.new("path/to/docx/file") parser.parse

Source
parse

@return [String] parsed document @example parser = DocxCrConverter::Parser.new("path/to/docx/file") parser.parse

Source