We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee0550 commit f10bd5fCopy full SHA for f10bd5f
packages/google_mlkit_document_scanner/README.md
@@ -81,7 +81,7 @@ DocumentScannerOptions documentOptions = DocumentScannerOptions(
81
#### Create an instance of `DocumentScanner`
82
83
```dart
84
-final documentScanner = DocumentScanner(option: documentOptions);
+final documentScanner = DocumentScanner(options: documentOptions);
85
```
86
87
#### Start Scanner
0 commit comments