The getPageNthWord(i,j) javascript function does not work.
The following code only works for the first word(0,0). No other words on the page can be found.
var ckWord = this.getPageNthWord(0, 10);
console.println(ckWord)
The following code only works for the first word(0,0). No other words on the page can be found.
var ckWord = this.getPageNthWord(0, 10);
console.println(ckWord)
Comment