Nothing happens when I start OCR
Describe the Bug
It's been running for 2 hours. Neither my CPU nor GPU are being utilized. There is absolutely no indication of anything happening
⚙️ Environment
Package Version Editable project location
altair 6.2.2 annotated-doc 0.0.5 annotated-types 0.8.0 anyio 4.14.2 asttokens 3.0.2 attrs 26.1.0 beautifulsoup4 4.15.0 blinker 1.9.0 certifi 2026.7.22 charset-normalizer 3.5.1 click 8.4.2 comm 0.2.3 cuda-bindings 13.3.1 cuda-pathfinder 1.6.1 cuda-toolkit 13.0.3.0 debugpy 1.8.21 distro 1.9.0 executing 2.2.1 filelock 3.32.3 filetype 1.2.0 fsspec 2026.7.0 h11 0.16.0 hf-xet 1.6.0 httpcore 1.0.9 httptools 0.8.0 httpx 0.28.1 huggingface-hub 1.28.0 idna 3.19 ipykernel 7.3.0 ipython 9.16.1 ipython-pygments-lexers 1.1.1 ipywidgets 8.1.9 itsdangerous 2.2.0 jedi 0.20.0 jinja2 3.1.6 jiter 0.16.0 jsonschema 4.26.0 jsonschema-specifications 2025.9.1 jupyter-client 8.9.1 jupyter-core 5.9.1 jupyterlab-widgets 3.0.17 markdown-it-py 4.2.0 markupsafe 3.0.3 matplotlib-inline 0.2.2 mdurl 0.1.2 mpmath 1.3.0 narwhals 2.25.0 nest-asyncio2 1.7.2 networkx 3.6.1 numpy 2.5.2 nvidia-cublas 13.1.1.3 nvidia-cuda-cupti 13.0.85 nvidia-cuda-nvrtc 13.0.88 nvidia-cuda-runtime 13.0.96 nvidia-cudnn-cu13 9.20.0.48 nvidia-cufft 12.0.0.61 nvidia-cufile 1.15.1.6 nvidia-curand 10.4.0.35 nvidia-cusolver 12.0.4.66 nvidia-cusparse 12.6.3.3 nvidia-cusparselt-cu13 0.8.1 nvidia-nccl-cu13 2.29.7 nvidia-nvjitlink 13.3.33 nvidia-nvshmem-cu13 3.4.5 nvidia-nvtx 13.0.85 openai 2.54.0 opencv-python-headless 4.11.0.86 packaging 26.3 pandas 3.0.5 parso 0.8.7 pexpect 4.9.0 pillow 10.4.0 pip 26.2.1 platformdirs 4.11.3 prompt-toolkit 3.0.53 protobuf 7.36.0 psutil 7.2.2 ptyprocess 0.7.0 pure-eval 0.2.3 pyarrow 25.0.1 pydantic 2.13.4 pydantic-core 2.46.4 pydantic-settings 2.15.0 pydeck 0.9.3 pygments 2.21.0 pypdfium2 5.13.0 python-dateutil 2.9.0.post0 python-dotenv 1.2.3 python-multipart 0.0.32 pyyaml 6.0.3 pyzmq 27.2.0 referencing 0.37.0 regex 2026.7.19 requests 2.34.2 rich 15.0.0 rpds-py 2026.6.3 safetensors 0.8.0 setuptools 84.0.0 shellingham 1.5.4 six 1.17.0 sniffio 1.3.1 soupsieve 2.9.2 stack-data 0.6.3 starlette 1.6.0 streamlit 1.62.0 surya-ocr 0.22.1 suryaocr 0.1.0 /run/media/jj/Ext2TB/Files/Extra/Programming2/Work2/Models/SuryaOCR sympy 1.14.0 tokenizers 0.22.2 toml 0.10.2 torch 2.13.0 torchvision 0.28.0 tornado 6.5.8 tqdm 4.70.0 traitlets 5.16.1 transformers 5.15.1 triton 3.7.1 typer 0.27.1 typing-extensions 4.16.0 typing-inspection 0.4.4 urllib3 2.7.0 uvicorn 0.52.4 watchdog 6.0.0 wcwidth 0.8.2 websockets 16.1.1 wheel 0.48.0 widgetsnbextension 4.0.16
Os is Bazzite.
✅ Expected Behavior
It should work, or I guess it's downloading something? It should show something so that I know if it's doing anything or not
Command or Code Used
Paste the exact bash command or Python code you used to run Marker:
Click to expandfrom surya.inference import SuryaInferenceManager
from surya.recognition import RecognitionPredictor
manager = SuryaInferenceManager() # auto-spawns vllm or llama-server
rec = RecognitionPredictor(manager)
predictions = rec(["image_processed.png"])Source: datalab-to/surya