Skip to content

Commit

Permalink
ui example fix for combined scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka committed May 1, 2021
1 parent a127bc4 commit e0bc560
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/examples/javascript-combined/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
el.engineLocation = "https://unpkg.com/@microblink/[email protected]/resources/";

// Enable option to scan both document sides
el.recognizerOptions = [ "captureBothDocumentSides" ];
el.recognizerOptions = {
'BlinkIdImageCaptureRecognizer': {
captureBothDocumentSides: true
}
}

// Create instance of client library - for more information see `client-library/README.md` file
const client = new Client.Client(
Expand Down

0 comments on commit e0bc560

Please sign in to comment.