Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For information on how to get the raw and confirmed OCR data back after the verificaiton process as well as document images please refer to the Accessing Image and OCR information page.

Common Problems and Solutions

...

"Invalid Password"

...

Nothing is being returned in the responce. Eg:

Code Block
<env:Envelope>
   <env:Header/>
   <env:Body>
      <ns2:getInfoForAllDocumentsResponse>
         <return/>
      </ns2:getInfoForAllDocumentsResponse>
   </env:Body>
</env:Envelope>

...

Styling the screens

The SDK is predominantly made up of HTML/CSS pages served via native web views.  You can use the customCssPath parameter to pass in a URL that points to a CSS file residing on your server.  This CSS file can include overrides to any of the default style rules so that the screens can adhere to your own branding requirements. 

...