Skip to content

Commit

Permalink
docs(readme): add opencv_java troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Jan 25, 2024
1 parent 6983c0e commit 82896f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Another Raccoon focus on DICOM.
- Step by Step guide to installing Raccoon-DICOM - Windows (WIP🚧)
- Step by Step guide to installing Raccoon-DICOM - Ubuntu (WIP🚧)

# Troubleshooting on linux
# Troubleshooting
- `Unknown VR: Tag not found in data dictionary` when using `STOW-RS`
- You need set the `DCMDICTPATH` environment variable
- The `dicom.dic` can find in the `/usr/share/libdcmtk{version}` or `./models/DICOM/dcmtk/dicom.dic`
Expand All @@ -33,6 +33,10 @@ Another Raccoon focus on DICOM.
echo $DCMDICTPATH
```

- `java.lang.UnsatisfiedLinkError: no opencv_java in java.library.path`
- You should put `opencv_java` in java library path (e.g. /usr/lib/jvm/java-11-openjdk-amd64/lib)
- The library files of `opencv_java` can find in the `models/DICOM/dcm4che/javaNode/dcm4chee/lib/linux-x86-64` (linux), or `models/DICOM/dcm4che/javaNode/dcm4chee/lib/windows-x86-64` (windows)

# Features
The features implemented here:
## [QIDO-RS](https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6)
Expand Down
5 changes: 4 additions & 1 deletion README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Another Raccoon focus on DICOM.
- [從 0 開始部屬 Raccoon - Windows](https://github.com/Chinlinlee/raccoon-dicom/wiki/From-zero-to-deploy.zh-TW): 在 Windows 上,一步一步從安裝到部屬
- 從 0 開始部屬 Raccoon - Ubuntu (WIP🚧)

# Troubleshooting on linux
# Troubleshooting
- `Unknown VR: Tag not found in data dictionary` when using `STOW-RS`
- 您必須設定 `DCMDICTPATH` 環境變數
- `dicom.dic` 檔案可以在`/usr/share/libdcmtk{version}``./models/DICOM/dcmtk/dicom.dic`找到
Expand All @@ -33,6 +33,9 @@ Another Raccoon focus on DICOM.
```sh
echo $DCMDICTPATH
```
- `java.lang.UnsatisfiedLinkError: no opencv_java in java.library.path`
- 你必須將 `opencv_java` 放到 java library 路徑當中 (例如: /usr/lib/jvm/java-11-openjdk-amd64/lib)
- open_java 的 library 檔案可以在 `models/DICOM/dcm4che/javaNode/dcm4chee/lib/linux-x86-64` (linux) 或 `models/DICOM/dcm4che/javaNode/dcm4chee/lib/windows-x86-64` (windows) 中找到

# 提供之功能
目前以實作的功能如下:
Expand Down

0 comments on commit 82896f8

Please sign in to comment.