You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This time, it returns page 2 of the document text.
It would be great if the API would pull the requested text on call to getPageText -- even if the user has not clicked that text tab yet. I need this functionality in order to (cleanly) add span tags around each token in the document text. Trying to do this: datamade/parserator#16
The text was updated successfully, but these errors were encountered:
Go to this URL: https://www.documentcloud.org/documents/1314000-sbrown-2014-2017-executed-contract.html
In console, run:
It returns undefined.
Now go to page 2. Click the text tab. The text loads. Then in the console, run this again:
This time, it returns page 2 of the document text.
It would be great if the API would pull the requested text on call to getPageText -- even if the user has not clicked that text tab yet. I need this functionality in order to (cleanly) add span tags around each token in the document text. Trying to do this: datamade/parserator#16
The text was updated successfully, but these errors were encountered: