-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mupdf: fix
getPageText
implementation (#1975)
Ignore empty word / line boxes, including the `fz_empty_rect` case (which changed from `(0, 0, 0, 0)` to `(FZ_MAX_INF_RECT, FZ_MAX_INF_RECT, FZ_MIN_INF_RECT, FZ_MIN_INF_RECT)` after the MuPDF update from 1.13.0 to 1.24.2).
- Loading branch information
1 parent
a7c7329
commit 6d59b03
Showing
1 changed file
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters