Open Barnabe100 opened 3 years ago
I guess you can
pip install git+https://github.com/kermitt2/grobid-client-python
, and then 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 .
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.