Allows you to check if Document Reader is ready for use.
Future<bool> get isReady async { return await _bridge.invokeMethod("getDocumentReaderIsReady", []); }