DS4SD / docling-parse

Simple package to extract text with coordinates from programmatic PDFs
MIT License
29 stars 8 forks source link

Windows wheel is not working #27

Closed dolfim-ibm closed 1 month ago

dolfim-ibm commented 1 month ago

The published windows wheel is buggy

  1. it missing the actual compiled library. This is very likely excluded from the include={} list.
  2. the wheel (when found) is linking dynamically to qpdf
PeterStaar-IBM commented 1 month ago

We fixed this issue!