Releases: doo/scanbot-sdk-example-linux
Releases · doo/scanbot-sdk-example-linux
v8.1.0
- 🎉 New:
- Image Processing:
- New
ColorDocumentShadowRemovalcapable of removing shadows from documents without damaging text, barcodes, or images.
- New
- Document Data Extractor:
- Added support for Romanian, Italian, Turkish, and Polish ID cards.
- Image Processing:
- 🚀 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.
- OCR Engine:
- 🐞 Bug fixes:
- Barcode Scanner:
- Reduced the number of false-positive Codabar barcodes when scanning in live mode and the barcode is only partially visible.
- Barcode Scanner:
v0.810.7
standalone-sdk/v0.810.7 Fix broken link
v0.810.5
standalone-sdk/v0.810.5 Fix broken link
v8.0.0
- 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
standalone-sdk/v0.800.5 rename command document_extractor -> document_data_extractor
v0.800.3
standalone-sdk/v0.800.3 update analyze quality snippets python
v0.810.3
- 🐞 Bug fixes:
- barcode: fix crash for input images with tiny size in single-shot mode.
v0.810.2
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
standalone-sdk/v0.800.4 Improve c wrapper comments
v0.800.2
standalone-sdk/v0.800.2 Improve c wrapper comments