axa-group / Parsr

Transforms PDF, Documents and Images into Enriched Structured Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webhook or some notification system for when parsing is finished

AIRLegend opened this issue · comments

Hi there,

I was wondering if there is any functionality that allows the server to notify other services when the parsing of a PDF has finished (like webhooks calls for example). Could be a nice feature for long processing times IMO.

If this is possible right now, I would appreciate someone show me some documentation.

Thanks!

Hello,
The only possible method for the moment is to do polling on the server and wait for the job to be done.
I definitely agree that a webhook mechanism would be a great addition.