mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 09:24:29 +02:00
...
This commit is contained in:
parent
7b35480ce2
commit
6c3fc5280f
1 changed files with 0 additions and 1 deletions
|
|
@ -241,7 +241,6 @@ def __call__(self, html):
|
|||
format = 'html'
|
||||
# Check Line histogram to determine if the document uses hard line breaks, If 50% or
|
||||
# more of the lines break in the same region of the document then unwrapping is required
|
||||
self.dump(html, 'before_doc_analysis_zipped_http')
|
||||
docanalysis = DocAnalysis(format, html)
|
||||
hardbreaks = docanalysis.line_histogram(.50)
|
||||
self.log("Hard line breaks check returned "+unicode(hardbreaks))
|
||||
|
|
|
|||
Loading…
Reference in a new issue