[Libreoffice-bugs] [Bug 118370] place text when importing from PDF in one text box instead many text boxes with one string

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 22 04:53:14 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=118370

--- Comment #21 from Justin L <jluth at mail.com> ---
Treating this issue as limited to comment 8's enhancement request. Wider
discussion of import filter improvements should use duplicate bug 32249.

Considering this bug as fixed with comment 20's patch, although additional
comments about better implementation are welcome here.

One improvement is better end of sentence detection. For that, I'd guess that
UNO XBreakIterator needs to be extended to include an isBoundary(pos) function
- to test if the chosen position is a legitimate boundary for the selected
break. (I don't know how to go about changing UNO stuff.) Currently
beginOfSentence/endOfSentence treat the end of any string as legitimate
start/end of a sentence which isn't valid in our text fragment situation.

(In reply to Regina Henschel from comment #19)
> Will you update the help?
No. I don't know how to modify the help documentation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190722/5756810f/attachment.html>


More information about the Libreoffice-bugs mailing list