Skip to content

PaulWoitaschek/ChapterReader

Repository files navigation

ChapterReader CI Status

This library is the chapter reader for Voice.

Usage

Create a chapter reader and let it parse a file.

val chapterReader = ChapterReaderFactory.create()
val result: List<Chapter> = chapterReader.read(file)

Install

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation "com.github.PaulWoitaschek:ChapterReader:X.Y.Z"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages