axa-group / Parsr

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

possible infinte loop fix if silent is False #657

Closed Windier closed 1 year ago

Windier commented 1 year ago

If silent==False, the code inside the while would never re-evaluate the server_status_response, leading to a infinite loop. '>> Job done!' should be printed after the last while iteration.

adityachandak287 commented 1 year ago

This fix is merged into develop branch but not in master yet. The latest version of the python client parsr-client==3.2.3 doesn't contain this change. Any idea when a new version would be released after merging develop?