@regulaforensics/ionic-native-document-reader 8.1.118-rc → 8.1.121-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ngx/index.d.ts CHANGED
@@ -6011,6 +6011,13 @@ export declare class DocumentReader extends AwesomeCordovaNativePlugin {
6011
6011
  * @return {Promise<any>} Returns a promise
6012
6012
  */
6013
6013
  scan(config: ScannerConfig): Observable<any>;
6014
+ /**
6015
+ * Use this method to open the camera preview which will pass frames for recognition and return results in the completion block when they are ready
6016
+ *
6017
+ * @param {ScannerConfig} config
6018
+ * @return {Promise<any>} Returns a promise
6019
+ */
6020
+ startScanner(config: ScannerConfig): Observable<any>;
6014
6021
  /**
6015
6022
  * Use this method to recognize images
6016
6023
  *