Skip to content
Discussion options

You must be logged in to vote

hi, I’d split this into install vs Hancom-AI first. I just tried a clean CPython 3.14.4 venv on macOS arm64 with pip 26.1.1: opendataloader-pdf[hybrid]==2.4.7 installed, opendataloader-pdf-hybrid --no-ocr --device cpu started, and /health returned {"status":"ok"} twice. So Java 26 probably isn’t the first thing I’d chase if the error happens during pip install.

I’d try the smallest clean baseline first:

python -m venv .venv
. .venv/bin/activate
python -m pip install -U pip
python -m pip install -U "opendataloader-pdf[hybrid]==2.4.7"
opendataloader-pdf-hybrid --host 127.0.0.1 --port 5002 --no-ocr --device cpu
curl http://127.0.0.1:5002/health

If that works, remove --no-ocr and then try the…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Vkunduru
Comment options

@sueun-dev
Comment options

@Vkunduru
Comment options

@Vkunduru
Comment options

Answer selected by Vkunduru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants