File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ The below is the architecture of the `StructSense`.
3838 Before using it, make sure to read the detailed explanation of the configuration template provided in the sections below (` Configuration Template ` ).
3939
4040---
41+ ### Installation
42+ After cloning the repository.
43+ ``` shell
44+ pip install -e .
45+ ```
4146## 📄 Requirements
4247### 📄 PDF Extraction Configuration
4348
Original file line number Diff line number Diff line change @@ -30,10 +30,18 @@ pip install git+https://github.com/sensein/structsense.git@dev
3030
3131 - Grobid: [ http://localhost:8070/ ] ( http://localhost:8070/ )
3232 - Ollama: [ http://localhost:11434/ ] ( http://localhost:11434/ )
33- -
3433
3534 Once the containers are running, you’re ready to execute the examples.
36- 3 .
35+
36+ If there's an issue with Grobid, run it individually. Grobid uses ` JAVA ` so please make sure it is installed.
37+
38+ ``` shell
39+ docker pull lfoppiano/grobid:0.8.0
40+ docker run --init -p 8070:8070 -e JAVA_OPTS=" -XX:+UseZGC" lfoppiano/grobid:0.8.0
41+ ```
42+ JAVA_OPTS="-XX:+UseZGC" helps to resolve the following error in MAC OS.
43+
44+ ---
3745
3846
3947---
You can’t perform that action at this time.
0 commit comments