bitextor / pdf-extract

PDF parser and converter to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handling

kpu opened this issue · comments

These functions to parse numbers that default to 0 smell bad. Why would null be passed; isn't that a logic error? There's a risk that bugs in other parts of the code are being hidden by this code.