Remove nbsp in comments and documentation
This commit is contained in:
parent
44190f3f29
commit
c79dcc22df
5 changed files with 16 additions and 16 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue