Skip to content

Commit 1b84836

Browse files
committed
updated readme
1 parent fe0daed commit 1b84836

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

example/OHBM/readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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
---

0 commit comments

Comments
 (0)