axa-group / Parsr

Transforms PDF, Documents and Images into Enriched Structured Data
Apache License 2.0
5.76k stars 306 forks source link

Webhook or some notification system for when parsing is finished #624

Open AIRLegend opened 1 year ago

AIRLegend commented 1 year ago

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!

BinaryBrain commented 1 year ago

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.