Allows you to get a status of Document Reader.
Future<String> get status async { return await _bridge.invokeMethod("getDocumentReaderStatus", []); }