Skip to content

Commit 17916d6

Browse files
docs/vars.rst: added TEXT_CLIP.
1 parent e3447ee commit 17916d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vars.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ For the PyMuPDF programmer, some combination (using Python's `|` operator, or si
241241
242242
32 -- Generate a new line for every span. Not used ("off") in PyMuPDF, but available for your use. Every line in "dict", "json", "rawdict", "rawjson" will contain exactly one span.
243243

244-
.. py:data:: TEXT_MEDIABOX_CLIP
244+
.. py:data:: TEXT_CLIP, TEXT_MEDIABOX_CLIP
245245
246-
64 -- Characters entirely outside a page's **mediabox** or contained in other "clipped" areas will be ignored. This is default in PyMuPDF.
246+
64 -- Characters entirely outside a page's **mediabox** or contained in other "clipped" areas will be ignored. This is default in PyMuPDF. (TEXT_MEDIABOX_CLIP is an old alias.)
247247

248248
.. py:data:: TEXT_USE_CID_FOR_UNKNOWN_UNICODE
249249

0 commit comments

Comments
 (0)