Checks whether python3 -m docling is available in the current environment
and, if so, returns a new Docling-backed loader instance; otherwise returns
null.
The availability check runs python3 -m docling --version synchronously
via spawnSync — it exits quickly and is only called once during registry
initialisation.
Checks whether
python3 -m doclingis available in the current environment and, if so, returns a new Docling-backed loader instance; otherwise returnsnull.The availability check runs
python3 -m docling --versionsynchronously viaspawnSync— it exits quickly and is only called once during registry initialisation.Usage