Skip to main content

SDK Feature Overview | Web Document Scanner

Barcode Scanner

  • Plugin API method: ScanbotSDK.createBarcodeScanner()
  • Configuration: BarcodeScannerConfiguration
  • Detection on the Image: ScanbotSDK.detectBarcodes()
  • Feature in detail - Detailed description of the feature with a usage example.

Document Scanner

  • Plugin API method: ScanbotSDK.createDocumentScanner()
  • Configuration: DocumentScannerConfiguration
  • Detection on the Image: ScanbotSDK.detectDocument()
  • Feature in detail - Detailed description of the feature with a usage example.

Machine Readable Zone (MRZ) scanner

  • Plugin API method: ScanbotSDK.createMrzScanner()
  • Configuration: MrzScannerConfiguration
  • Feature in detail - Detailed description of the feature with a usage example.

Data Scanner

  • Plugin API method: ScanbotSDK.createTextDataScanner()
  • Configuration: TextDataScannerConfiguration
  • Feature in detail - Detailed description of the feature with a usage example.

Vehicle Identification Number (VIN) Scanner

  • Plugin API method: ScanbotSDK.createVINScanner()
  • Configuration: VINScannerConfiguration
  • Feature in detail - Detailed description of the feature with a usage example.

Optical Character Recognition (OCR)

  • Plugin API method: ScanbotSDK.createOcrEngine() and ocr.recognizeURL()
  • Configuration: Array<string> - An array of languages
  • Feature in detail - Detailed description of the feature with a usage example.

PDF Creation

  • Plugin API method: ScanbotSDK.beginPdf()
  • Supported PDF Page Sizes: A4, Letter, Legal.
  • Feature in detail - Detailed description of the feature with a usage example.

TIFF Creation

  • Plugin API method: ScanbotSDK.beginTiff()
  • Feature in detail - Detailed description of the feature with a usage example.

Want to scan longer than one minute?

Generate your free "no-strings-attached" Trial License and properly test the Scanbot SDK.

Get your free Trial License

What do you think of this documentation?