Remove nbsp in comments and documentation

This commit is contained in:
Laurent Bachelier 2014-10-11 18:48:33 +02:00
commit c79dcc22df
5 changed files with 16 additions and 16 deletions

View file

@ -91,10 +91,10 @@ class PdfPage():
return details
# Standard pdf text extractor take text line by line
# But the position in the file is not always the "real" position to display...
# But the position in the file is not always the "real" position to display...
# It produce some unsorted and unparsable data
# Example of bad software: pdfminer and others python tools
# This is why we have to use "ebook-convert" from calibre software,
# Example of bad software: pdfminer and others python tools
# This is why we have to use "ebook-convert" from calibre software,
# it is the only one to 'reflow" text and give some relevant results
# The bad new is that ebook-convert doesn't support simple use with stdin/stdout
def get_calls(self):