on_document_failed property

on_document_failed property

The event fired once per whole-document conversion that fails.

Definition:

@property
def on_document_failed(self):
    ...
@on_document_failed.setter
def on_document_failed(self, value):
    ...

See Also