No one's ever said no to me before. And it's so - hot. — E.L. James, Fifty Shades of Grey
seen from Italy

seen from United States

seen from Canada
seen from Germany
seen from Türkiye
seen from Canada

seen from Belarus
seen from Netherlands
seen from T1
seen from South Korea

seen from United States
seen from United States
seen from Hong Kong SAR China
seen from China
seen from United States

seen from Canada
seen from Indonesia
seen from Sweden

seen from Austria
seen from China
No one's ever said no to me before. And it's so - hot. — E.L. James, Fifty Shades of Grey
How to let Linux read out your books
If you have an ebook and are too lazy to read, let Linux read it aloud to you. If you have a PDF with selectable text then use the program pdftotext. If the PDF contains images, then use OCR (optical character recognition) with gimagereader or tesseract. To read use espeak and mbrola.
http://sourceforge.net/projects/gimagereader/files/0.9/ apt-get install python-imaging-sane apt-get install tesseract-ocr-deu apt-get install espeak apt-get install mbrola # convert each PDF page to an image: gs -dNOPAUSE -sDEVICE=jpeg -r300 -sOutputFile=p%03d.jpg your.pdf # let tesseract get the text tesseract p177.jpg page177 -l deu # if the PDF contains text use: pdftotext # let linux read out espeak -vmb-de5 -p30 -s 180 -f page177.txt