FFengIll / pdf-cut-white

自动裁剪PDF图表中的白边 / Cut white bound in PDF figures automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output error while cut file more than once .

FFengIll opened this issue · comments

It failed while we cut one file again.

pdf2 = cut(pdf1)
pdf3 = edit(pdf2)
pdf4 = cut(pdf3)
# now pdf4 is wrong!

Fixed in
debb1c3

We have an error calc of x,y which ignored the compare with original box.