I am currently using "processHeaderDocument" to extract data from PDF documents. I would like to extract the same information directly from HTML.
At the moment, my workaround is to convert HTML to PDF and then process it, which works (sometimes), but the conversion adds a few seconds of delay. Would it be possible to add support for HTML input?
I am currently using "processHeaderDocument" to extract data from PDF documents. I would like to extract the same information directly from HTML.
At the moment, my workaround is to convert HTML to PDF and then process it, which works (sometimes), but the conversion adds a few seconds of delay. Would it be possible to add support for HTML input?