0.1.9
docling 解析修复 / docling parse fix
修复 docling 后端对部分 PDF 解析失败的问题。docling 默认的 docling_parse 后端对某些畸形 PDF 会报 Inconsistent number of pages,并在 Windows 上清理临时文件时崩溃(WinError 32),且失败时仍以 0 退出、不写或写空 Markdown。
现在插件在默认后端失败或返回空内容时,自动用更宽容的 pypdfium2 后端重试一次。
Fixes docling failing on certain PDFs: when the default docling_parse backend errors out (and silently exits 0 with empty output), the plugin now retries once with the more tolerant pypdfium2 backend.
BRAT
manifest.json + main.js attached below.