add env
This commit is contained in:
parent
3e973af305
commit
8c6c1514ad
1 changed files with 8 additions and 1 deletions
|
|
@ -230,9 +230,16 @@ REGISTER_ENABLED=1
|
||||||
# SANDBOX_MAX_MEMORY=256m # b, k, m, g
|
# SANDBOX_MAX_MEMORY=256m # b, k, m, g
|
||||||
# SANDBOX_TIMEOUT=10s # s, m, 1m30s
|
# SANDBOX_TIMEOUT=10s # s, m, 1m30s
|
||||||
|
|
||||||
# Enable DocLing and Mineru
|
# Enable DocLing
|
||||||
USE_DOCLING=false
|
USE_DOCLING=false
|
||||||
|
|
||||||
|
# Enable Mineru
|
||||||
USE_MINERU=false
|
USE_MINERU=false
|
||||||
|
MINERU_EXECUTABLE="$HOME/uv_tools/.venv/bin/mineru"
|
||||||
|
MINERU_DELETE_OUTPUT=0 # keep output directory
|
||||||
|
MINERU_BACKEND=pipeline # or another backend you prefer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# pptx support
|
# pptx support
|
||||||
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
|
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
|
||||||
Loading…
Add table
Reference in a new issue