toList method
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];
Convert to tuple-like list as in PyMuPDF: (x0, y0, x1, y1, text, block_n, type).
List<dynamic> toList() => [x0, y0, x1, y1, text, blockNumber, blockType];