Skip to content

Releases: doo/scanbot-sdk-example-linux

v8.1.0

07 Apr 09:04

Choose a tag to compare

  • 🎉 New:
    • Image Processing:
      • New ColorDocumentShadowRemoval capable of removing shadows from documents without damaging text, barcodes, or images.
    • Document Data Extractor:
      • Added support for Romanian, Italian, Turkish, and Polish ID cards.
  • 🚀 Improvements:
    • OCR Engine:
      • New model with better performance for German diacritics and the ß character.
      • Added support for TR, PO, IT, and RO alphabets.
    • Document Data Extractor:
      • Reduced the likelihood of reading incorrect values for eye color on German ID cards (e.g., GRUN instead of GRÜN).
    • Barcode Scanner:
      • Clean barcodes (QR Code, DataMatrix, and all 1D formats) are detected faster in single-shot mode and can be detected without a quiet zone.
      • Improved recognition of DataMatrix codes under challenging conditions.
      • Significantly improved decoding performance for truncated PDF417 barcodes.
  • 🐞 Bug fixes:
    • Barcode Scanner:
      • Reduced the number of false-positive Codabar barcodes when scanning in live mode and the barcode is only partially visible.

v0.810.7

16 Mar 14:18

Choose a tag to compare

v0.810.7 Pre-release
Pre-release
standalone-sdk/v0.810.7

Fix broken link

v0.810.5

10 Feb 11:22

Choose a tag to compare

v0.810.5 Pre-release
Pre-release
standalone-sdk/v0.810.5

Fix broken link

v8.0.0

07 Jan 11:20
ec35c25

Choose a tag to compare

  • Initial release of the Linux Barcode Scanner SDK, Linux Document Scanner SDK and Linux Data Capture SDK.
  • Designed for headless integrations in server environments, embedded systems, and edge devices.
  • Scan all major 1D and 2D barcodes in challenging conditions with high speed and accuracy.
  • Runs fully offline on x86_64 and ARM64 architectures.
  • Supports Raspberry Pi and NVIDIA Jetson with optional GPU acceleration.

v0.800.5

02 Dec 14:40

Choose a tag to compare

standalone-sdk/v0.800.5

rename command document_extractor -> document_data_extractor

v0.800.3

03 Sep 13:23

Choose a tag to compare

standalone-sdk/v0.800.3

update analyze quality snippets python

v0.810.3

19 Nov 11:11

Choose a tag to compare

  • 🐞 Bug fixes:
    • barcode: fix crash for input images with tiny size in single-shot mode.

v0.810.2

28 Oct 07:32

Choose a tag to compare

Improvements for barcodes:

  • clean barcodes (of formats QrCode, Datamatrix, and all one-d) are detected faster in single-shot mode and can be detected without a quiet zone
  • better recall and precision for barcode formats Code11, Itf, Iata2of5, Industrial2of5, MsiPlessey

v0.800.4

21 Nov 13:12

Choose a tag to compare

standalone-sdk/v0.800.4

Improve c wrapper comments

v0.800.2

28 Aug 18:17

Choose a tag to compare

standalone-sdk/v0.800.2

Improve c wrapper comments