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.