dynamsoft_capture_vision_flutter 1.1.1
dynamsoft_capture_vision_flutter: ^1.1.1 copied to clipboard
Dynamsoft Capture Vision Flutter SDK provides the ability to decode barcodes, recognize labels, detect and normalize documents.
1.0.0 #
- Dynamsoft Capture Vision is an aggregating SDK of a series of specific functional products. In 1.0 version, The following products are included:
- Dynamsoft Camera Enhancer: Provides camera enhancements and UI configuration APIs.
- Dynamsoft Barcode Reader: Provides barcode decoding algorithm and APIs.
1.0.1 #
- Fixed a bug.
1.1.0 #
New #
- Added a new method
decodeFilein Barcode Reader module to decode barcodes from an image file. - Added a new method
enableResultVerificationin Barcode Reader module to further improve the accuracy of barcode result. - Added a new property
torchButtontoDCVCameraViewclass for users to create a torch button on the view. - Added a new class
Rect. - Added a new property
barcodeBytesinBarcodeResultto output the byte data of the barcode. - Added a new property
minResultConfidenceinDBRRuntimeSettingsto filter the barcode results by confidence. - Added a new property
minResultTextLengthinDBRRuntimeSettingsto filter the barcode results by text length. - Added
DCVCameraEnhancerclass. Moved camera control APIs fromDCVCameraViewclass toDCVCameraEnhancerclass. Added a new methodselectCamerainDCVCameraEnhancerclass for users to switch between front-facing camera and back-facing camera. - Added an enumeration
EnumCameraPosition.
Changes #
- Renamed
DynamsoftBarcodeReaderclass toDCVBarcodeReader. - Renamed
DynamsoftCameraViewclass toDCVCameraView. - Users have to call
DCVCameraEnhancer.open/DCVCameraEnhancer.closemanually when the application is resumed/inactive.