Ingesting pdf in angular 7

Can I ingest directly a document inside the angular

(without parsing it) ?

Have a look at FSCrawler project. It has a Rest interface which can be used as a proxy to upload documents like pdf.

https://fscrawler.readthedocs.io/en/latest/admin/fs/rest.html

Yes, Can I use fscrawler in python or angular?

FSCrawler is a REST service. You can use it from whatever you want.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.