Skip to content
New issue

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

Using GROBID in my python application / Execute grobid client using django #28

Open
Barnabe100 opened this issue May 7, 2021 · 2 comments
Labels
question Further information is requested

Comments

@Barnabe100
Copy link

I would like to be able to use GROBID to parse files within a web application I'm developing, and since it's in python with the django framework, so use grobid client in my application. What I was able to do was use the command line with several pdf files as input and their tei equivalents as output.
Any help will be appreciated. Thank you in advance.

@lfoppiano
Copy link
Collaborator

I guess you can

  • install the library with pip install git+https://github.com/kermitt2/grobid-client-python, and then
  • you can import the grobid client class and use it directly in your python code

@lfoppiano lfoppiano added the question Further information is requested label May 25, 2021
@Barnabe100
Copy link
Author

Barnabe100 commented May 30, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants