grobid_client_python icon indicating copy to clipboard operation
grobid_client_python copied to clipboard

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

Open Barnabe100 opened this issue 3 years ago • 2 comments

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.

Barnabe100 avatar May 07 '21 16:05 Barnabe100

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 avatar May 25 '21 22:05 lfoppiano

Hi, Okay, I go see this approch. Thank you so much.

Le mar. 25 mai 2021 à 22:25, Luca Foppiano @.***> a écrit :

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kermitt2/grobid_client_python/issues/28#issuecomment-848309554, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKRV62AHGZAYHV4SHLP7HP3TPQPWDANCNFSM44KOJZNQ .

Barnabe100 avatar May 30 '21 10:05 Barnabe100