toList method

List toList()

Convert to tuple-like list as in PyMuPDF: (x0, y0, x1, y1, text, block_n, type).

Implementation

List<dynamic> toList() => [x0, y0, x1, y1, text, blockNumber, blockType];