Skip to content

stlanger/pdf-chem-highlighter

 
 

Repository files navigation

pdf-chem-highlighter

This is a fork of agentcooper/react-pdf-highlighter

The idea is to get annotations of chemical substances and chemical roles from a separate LLM-based webservice for any uplodaded PDF file (e.g. research paper). The PDF file will be rendered and any roles or chemicals will be marked inside of the text. If a found chemical substance or role corresponds to an entry in the Chebi ontology, we will provide a hyperlink to Chebi.

Example

To run the example app locally:

npm install
npm start

Create React App example is available in ./create-react-app-example. Make sure to run npm install there as well

About

Fork of react-pdf-highlighter in order to highlight chemical substances and roles in PDF files and linking them to the Chebi ontology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.4%
  • CSS 5.5%
  • JavaScript 1.6%
  • HTML 1.5%