You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install windows-native Python (3.12) through Microsoft Store
Set up a fresh virtualenv on a Windows system with python 3.12 and activate
python -m venv venv
venv\Scripts\activate.bat
Install docling through pip install docling
Run docling on a command prompt with: docling https://arxiv.org/pdf/2206.01062.pdf, observe silent crash and no output.
Couter-check: Running docling https://arxiv.org/pdf/2206.01062.pdf --no-ocr should work fine.
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.
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
The text was updated successfully, but these errors were encountered: