Closed cau-git closed 17 hours ago
I checked on Windows 11 Pro 64bit x86
bare metal machine.
Both commands (with OCR and without OCR) worked fine, and produced MD files
Hey @cau-git have you checked if your machine runs out of resources maybe? I had issues with vision models on an arm machine as well and never found the issue.
This seems to be non-reproducible on any other environments than a Windows 11 ARM VM on UTM. Closing.
Bug
On a Windows 11 installation using ARM64 CPU (UTM virtual machine on macOS host), docling silently crashes without generating output when a document is converted with OCR enabled (using default EasyOCR).
❓ Everyone in the community, can you please help us reproducing this on a Windows x86 (64bit) machine and report if this is broken? 🙏 ⚠️ Note: This is observed with the native Windows docling package, not in WSL.
Steps to reproduce
pip install docling
docling
on a command prompt with:docling https://arxiv.org/pdf/2206.01062.pdf
, observe silent crash and no output.docling https://arxiv.org/pdf/2206.01062.pdf --no-ocr
should work fine.Docling version
Python version