We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new route on Glutton service to handle 'augmented PDF view' feature 'in new tab'.
This route should return an HTML document that contain <div id="gluttonPdf"></div>
<div id="gluttonPdf"></div>
So Glutton service should at least send this response :
<html> <head></head> <body> <div id="gluttonPdf"></div> </body> </html>
Note : Web Extension only build & inject HTML code of 'augmented PDF view' in div#gluttonPdf
The text was updated successfully, but these errors were encountered:
The domain for the HTML document must be cloud.science-miner.com right? Not mandatory that this is served by the glutton web app?
cloud.science-miner.com
Sorry, something went wrong.
Yes, cloud.science-miner.com will be correct.
Note : Domain of HTML document doesn't matter. Any other domain name you own will be also correct.
here it is http://cloud.science-miner.com/grobid/viewer.html
No branches or pull requests
Create new route on Glutton service to handle 'augmented PDF view' feature 'in new tab'.
This route should return an HTML document that contain
<div id="gluttonPdf"></div>
So Glutton service should at least send this response :
Note : Web Extension only build & inject HTML code of 'augmented PDF view' in div#gluttonPdf
The text was updated successfully, but these errors were encountered: