bitextor / pdf-extract

PDF parser and converter to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How many times do I have to parse the same number from a string?

kpu opened this issue · comments

Around

objcoltop.add(Double.valueOf(v.Top));

it keeps parsing the same doubles from a string over and over again.

Now only parsed 1 time.