API References
Kitab.MetaData
— TypeMetaData(author, ...)
Instantiate MetaData object
Kitab.OpenITIDB
— TypeOpenITIDB(url::String)
Instantiate OpenITIDB type using url
as input.
Kitab.OpenITIDB
— MethodOpenITIDB(urls::Array{String})
Instantiate OpenITIDB type using multiple urls
as input.
Base.delete!
— Methoddelete!(::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)
Base.delete!
— Methoddelete!(::Type{OpenITIDB})
Delete the DB folder used for saving the downloaded OpenITIDB text books
Base.get
— Methodget(::Type{OpenITIDB}, url::Array{String})
Download multiple OpenITI books using multiple urls through Array{String}
.
Base.get
— Methodget(::Type{OpenITIDB}, url::String)
Download the OpenITI data.
Kitab.extract
— Methodextract(::Type{MetaData}, data::Array{String})
Extract metadata from raw data
text.
Kitab.list
— Methodlist(::Type{OpenITIDB})
List all the downloaded OpenITI text books
Kitab.load
— Methodload(::Type{OpenITIDB}, row::Int64)
Load the downloaded OpenITI data by specifying the row of the file in the output of list(OpenITIDB)
.