API References

Kitab.OpenITIDBMethod
OpenITIDB(urls::Array{String})

Instantiate OpenITIDB type using multiple urls as input.

source
Base.delete!Method
delete!(::Type{OpenITIDB}, row::Int64)

Delete a particular book file using input row as identifier from list of books that can be viewed using list(OpenITIDB)

source
Base.delete!Method
delete!(::Type{OpenITIDB})

Delete the DB folder used for saving the downloaded OpenITIDB text books

source
Base.getMethod
get(::Type{OpenITIDB}, url::Array{String})

Download multiple OpenITI books using multiple urls through Array{String}.

source
Base.getMethod
get(::Type{OpenITIDB}, url::String)

Download the OpenITI data.

source
Kitab.extractMethod
extract(::Type{MetaData}, data::Array{String})

Extract metadata from raw data text.

source
Kitab.listMethod
list(::Type{OpenITIDB})

List all the downloaded OpenITI text books

source
Kitab.loadMethod
load(::Type{OpenITIDB}, row::Int64)

Load the downloaded OpenITI data by specifying the row of the file in the output of list(OpenITIDB).

source