Enter your coordinates and some text to find the closest page containing that text.
Performing a nearby search takes a lot of computing power. If done on the server, it would cause lag for all players. Instead, this website performs the calculations on your computer.
The /search command uses a special algorithm to locate a specific book. However, this book will be at a random part of the library, likely very far away. The nearby search tool instead searches around the player for the first instance of the given text. This results in the book being much closer to the player.
The estimated number of pages that need to be searched is 27 to the power of the length of the text. This number increases greatly for every character added to the search.