Skip to content

miyako/rtf-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

platform license downloads

Dependencies and Licensing

  • the source code of this CLI tool is licensed under the MIT license.
  • see librtf for the licensing of librtf (LGPL-2.1).
  • note: yanxijian/LibRtf is no longer used.

rtf-parser

CLI tool to extract text from RTF

text extractor for rtf documents

 -i path    : document to parse
 -o path    : text output (default=stdout)
 -          : use stdin for input
 -r         : raw text output (default=json)

JSON

Property Level Type Description
document 0
document.type 0 Text
document.pages 0 Array
document.pages[].paragraphs 1 Array
document.pages[].paragraphs[].text 2 Text

About

CLI tool to extract text from RTF

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published