View Single Post
Old 02-15-2023, 04:54 AM   #1
sgmoore
Zealot
sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.sgmoore ought to be getting tired of karma fortunes by now.
 
Posts: 140
Karma: 642206
Join Date: Mar 2021
Device: Kindle Voyage
Getting Text content of book

What is the proper way of extracting the text from a book from a plugin?

I know I can do
Code:
os.system('ebook-convert' , ...
to create a temporary txt file and then read the contents of the temporary file into a string, but there is probably a better and faster way.
sgmoore is offline   Reply With Quote