Quote:
Originally Posted by barduck
Before I spend more time trying to make it work, is Calibre able to work in library mode that I can just call from my code and get paragraphs from a .lit file?
|
Do you mean you something like this?
Code:
calibre_lit = calibre_function( open('blah.lit', r))
text = calibre_lit.paragraph(974)
If that is the case, no.