1

I tried installing the tabula-js library but since it's a js lib I don't know how to integrate it in angular which works on ts.

Also if not this, then is there any way to select specific parts from a rendered pdf document by coordinates and then use it to extract the data. I basically need to make a pdf to json extraction webapp.

4

1 回答 1

0

tabula-js是一个Node包,所以不能在浏览器中运行。要将 Web 应用程序与 Tabula 集成,您需要通过某种 API 公开其功能。

于 2020-06-26T20:02:13.947 回答