in reply to How to convert a pdf file in to HTML

Also,

3075 Warning - ela: Unknown filter config setting 'user_data'

That first Warning is because you are using

user_data    => $whatever,  # optional data to make available to filters

without setting $whatever. It's optional, so drop it.