toList method
Convert to list as in PyMuPDF: (x0, y0, x1, y1, word, block_n, line_n, word_n).
Implementation
List<dynamic> toList() =>
[x0, y0, x1, y1, word, blockNumber, lineNumber, wordNumber];
Convert to list as in PyMuPDF: (x0, y0, x1, y1, word, block_n, line_n, word_n).
List<dynamic> toList() =>
[x0, y0, x1, y1, word, blockNumber, lineNumber, wordNumber];