From 2ec991fdbfbe8b50f78b8d52311b4b92c9c3dd79 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Mon, 24 Oct 2022 14:39:40 +0100 Subject: [PATCH] docs/app1.rst: fixed #1946. --- docs/app1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app1.rst b/docs/app1.rst index a859d5231..500e571e0 100644 --- a/docs/app1.rst +++ b/docs/app1.rst @@ -48,7 +48,7 @@ BLOCKS Function :meth:`TextPage.extractBLOCKS` (or *Page.get_text("blocks")*) extracts a page's text blocks as a list of items like:: - (x0, y0, x1, y1, "lines in block", block_type, block_no) + (x0, y0, x1, y1, "lines in block", block_no, block_type) Where the first 4 items are the float coordinates of the block's bbox. The lines within each block are concatenated by a new-line character.