0.0.2 • Published 2 years ago

kathairo v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Kathairo

Cleansing markup from USFM files.

Kathairo is a CLI utility for extracting plain text from USFM files.

Assuming you have node and npm installed, run:

npm install -g kathairo

After installation use:

kathairo --help

Notes

  • Currently, input files are validated with usfm-grammar. Invalid files are skipped.
  • If no -o parameter is provided, kathairo writes to stdout.

Developers

To test locally, run the following command in the repository root:

./index.js -s testData/zhsOCC22/1CH.usfm -a OCCB -l cmn 

Then, view output.txt.

0.0.2

2 years ago

0.0.1

2 years ago