String changes

This commit is contained in:
Kovid Goyal 2020-12-22 12:47:40 +05:30
parent 70424872de
commit 4daf63fca1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -720,7 +720,7 @@ Convert PDF documents
PDF documents are one of the worst formats to convert from. They are a fixed page size and text placement format.
Meaning, it is very difficult to determine where one paragraph ends and another begins. calibre will try to unwrap
paragraphs using a configurable, :guilabel:`Line Un-Wrapping Factor`. This is a scale used to determine the length
paragraphs using a configurable, :guilabel:`Line un-wrapping factor`. This is a scale used to determine the length
at which a line should be unwrapped. Valid values are a decimal
between 0 and 1. The default is 0.45, just under the median line length. Lower this value to include more
text in the unwrapping. Increase to include less. You can adjust this value in the conversion settings under :guilabel:`PDF Input`.