ELToulemonde
ELToulemonde
We developed an Azure Function in python which is blob triggered on certain blobs. It run on a service plan. We sometimes encounter very weird behavior of blob triggers. **Delay**...
await file_obj.credential.close() : TypeError: object NoneType can't be used in 'await' expression
# My problem At the end of my python script, I get a clean up error : `TypeError: object NoneType can't be used in 'await' expression` Complete trace is :...
Hi, **Tesseract feature** Tesseract allows to make a single call and have multiple output format for example: ``` tesseract yourimage.tif out pdf tsv ``` This will generate an out.pdf and...