Nicolò Ribaudo
f051597e23
Allow specifying custom match logic in PDFFindController
...
This patch allows embedders of PDF.js to provide custom match
logic for seaching in PDFs. This is done by subclassing the
PDFFindController class and overriding the `match` method.
`match` is called once per PDF page, receives as parameters the
search query, the page contents, and the page index, and returns
an array of { index, length } objects representing the search
results.
2024-08-13 10:45:57 +02:00
..
2021-03-13 16:12:53 +01:00
2024-07-11 10:44:21 +02:00
2021-09-18 15:08:22 +02:00
2024-07-29 11:22:43 +02:00
2024-02-20 18:38:15 +01:00
2021-11-03 20:31:57 +01:00
2024-01-21 10:13:12 +01:00
2024-05-06 23:20:03 +02:00
2024-03-19 11:04:28 +01:00
2024-07-27 16:54:54 +02:00
2021-04-10 20:29:39 +02:00
2024-02-13 14:14:37 +01:00
2023-06-12 11:46:11 +02:00
2022-10-02 12:01:41 +02:00
2023-07-06 15:58:09 +02:00
2024-05-03 08:29:41 +02:00
2022-11-10 19:05:39 +01:00
2023-05-23 17:15:21 +02:00
2020-04-14 12:28:14 +02:00
2023-06-12 11:46:11 +02:00
2024-04-20 12:00:58 +02:00
2024-02-21 22:38:42 +01:00
2024-04-11 20:34:28 +02:00
2023-03-03 17:25:11 -05:00
2024-02-20 18:38:15 +01:00
2024-04-01 11:42:37 +02:00
2023-02-04 12:43:53 +01:00
2022-05-04 15:21:30 +02:00
2021-04-13 21:51:26 +02:00
2022-03-21 13:32:17 +01:00
2024-02-21 22:38:42 +01:00
2022-10-20 22:36:15 +02:00
2024-08-13 10:45:57 +02:00
2020-09-06 12:23:59 +02:00
2020-04-14 12:28:14 +02:00
2024-07-16 13:08:26 +02:00
2022-09-08 12:38:17 +02:00
2024-01-31 14:07:11 +01:00
2024-04-20 12:51:45 +02:00
2023-07-07 12:36:21 +02:00
2024-04-24 16:23:05 +02:00
2024-06-14 17:21:50 +02:00
2022-04-29 14:46:30 +02:00
2021-11-14 12:37:41 +01:00
2024-02-21 22:38:42 +01:00
2024-06-23 20:59:48 +02:00
2024-05-17 14:20:20 +02:00
2021-05-02 21:00:29 +02:00
2023-03-22 15:31:10 +01:00
2023-04-17 14:31:23 +02:00
2024-02-07 16:33:27 +01:00
2024-05-14 20:21:42 +02:00
2024-04-18 21:27:39 +02:00
2022-09-21 17:20:23 +02:00
2024-02-11 11:45:09 +01:00
2023-06-04 13:44:15 +02:00
2023-11-02 16:47:33 +01:00
2023-03-23 12:57:10 +01:00