mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-30 00:50:24 +08:00
12feadb8fd
The problem had been that `LayoutEngine.calculate(...)` was assuming that len(char["text"]) would always equal 1, which is not true for ligatures. Thanks to @samkit-jain for finding a PDF that raised the error, and to @bpugnaire for raising issue #683.