Bytescout.BarCode.Reader 8.20.0.1319

dotnet add package Bytescout.BarCode.Reader --version 8.20.0.1319
NuGet\Install-Package Bytescout.BarCode.Reader -Version 8.20.0.1319
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bytescout.BarCode.Reader" Version="8.20.0.1319" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bytescout.BarCode.Reader --version 8.20.0.1319
#r "nuget: Bytescout.BarCode.Reader, 8.20.0.1319"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bytescout.BarCode.Reader as a Cake Addin
#addin nuget:?package=Bytescout.BarCode.Reader&version=8.20.0.1319

// Install Bytescout.BarCode.Reader as a Cake Tool
#tool nuget:?package=Bytescout.BarCode.Reader&version=8.20.0.1319

Bytescout BarCode Reader SDK for .NET, ASP.NET and ActiveX

(c) ByteScout, 2008-2015

Bytescout BarCode Reader SDK provides functionality for reading linear and 2-dimensional barcodes from images (BMP, JPG, PNG, TIF, GIF)

Works in Visual Studio 2005, 2008, 2010, 2012, 2013, .NET 2.00, .NET 3.50, .NET 4.00, .NET 4.5, WPF, ASP.NET, ActiveX, x64, Command Line

ONLINE DOCUMENTATION: http://bytescout.com/help/BytescoutBarCodeReaderSDK/index.html

BENEFITS:

- read barcodes from images, tiff and PDF files from your desktop and web apps!
- Reads 1D barcodes: Code128, Code39, GS1 128, GS1 Databar, EAN13, EAN8, Patch, Postnet, Interleaved 2 of 5, UPCA, UPCE, GS1, GS1 Databar, Codabar, Royal Mail, Intelligent Mail, Royal Mail Kix, Australia PostCode and more!
- reads 2D barcodes: PDF417, Datamatrix, QR Code, Aztec, MaxiCode, Codablock F, Code 16K, MICR font and others!
- Barcode reader returns: barcode symbology type, recognized string and barcode location points;
- Supports reading of multiple barcodes from one image;
- reads from PDF files (without any other tools required!);
- Reads from multipaged TIFF images as input to read barcodes from;
- Supports: .NET, ASP.NET, ActiveX (through .NET regasm);

TRAIL VERSION LIMITATIONS:
- adds reminder text message into output barcode value

WEB PAGE:

http://bytescout.com/products/developer/barcodereadersdk/bytescoutbarcodereadersdk.html

Product Compatible and additional computed target framework versions.
.NET Framework net11 is compatible.  net20 is compatible.  net35 is compatible.  net35-client is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.20.0.1319 548 2/5/2015
8.10.0.1269 228 10/20/2014
8.10.0.1220 164 8/14/2014
7.0.0.1109 192 3/5/2014
6.0.0.959 65 12/9/2013
5.10.0.914 61 10/16/2013
5.0.0.895 64 8/20/2013
4.10.0.845 57 6/25/2013
4.0.0.842 81 6/20/2013
3.20.0.798 62 5/2/2013
3.0.0.759 55 3/15/2013
3.0.0.742 63 3/11/2013
2.3.0.494 56 9/27/2012

Bytescout BarCode Reader for .NET, ASP.NET, ActiveX, VB6, Command Line Console
------------------

8.20.1312 (January 28, 2015)
improved barcode reading support in .net and asp.net
improved pdf reading support
new source code samples added
updated documentation

8.10.1290 (December 12, 2014)
reads barcodes from pdf files better in asp.net and .net
pdf reading improved
source code samples improved
documentation files
minor fixes

8.10.1269 (October 16, 2014)
read barcodes in .net, read barcodes in asp.net from images, tiff and pdf
support for PZN barcodes added
support for Circular barcodes added
WPF samples added showing reading barcodes from live camera
reading barcodes from web cam samples modified for use in your projects as one time popup dialog
minor samples updates
API documentation updates

8.10.1220 (July 31, 2014)
improved reading of images with noise
improved PDF reading support
(Pro License) new method .SplitDocument() to split PDF and TIFF files
(Pro License) new source code samples on splitting PDF and TIFF documents
(Pro License) new method to extract pages from PDF or TIFF: ExtractPageFromDocument()
stability improvements
Interleaved 2 of 5 barcode reading improved
documentation and samples updated

8.00.1182 (May 23, 2014)
minor bug-fixes in 1D and 2D barcodes reading
minor fixes in "Read From Live Cam" VB.NET and C# source code samples
multithreading support improvements

8.00.1172 (May 10, 2014)
read barcodes faster and better in your desktop and web applications
new barcode types supported: GTIN-8, GTIN-12, ITF-14, Code 93, MSI, GTIN-14
improved support for barcode reading from noisy images (lot of images works without need to enable noise removal)
IMPORTANT: changes to the API: barcode type selection changed to set of bool properties, for example, now you should set barcode types like this: bc.BarcodeTypesToFind.EAN13 = true
PDF support improved
improved 2D barcodes reading
new source code samples added
multithreading support improved
minor bug-fixes and improvements

7.0.0.1109 (March 3, 2014)
PDF support improved
issue with reading first barcode only from PDF documents was fixed
improved 2D barcodes reading
WIAImageScanner class is available through ActiveX/COM
Postnet (1D) and MicroPDF (2D) barcodes support added
new samples: ASP.NET\Barcodes from Live WebCam (C#)\ to show how to read barcodes in web application from live web cam
Interleaved 2 of 5 barcodes support improved
minor bug-fixes and improvements

6.10.0.995 (December 24, 2013)
read barcode from image with this updated SDK
PDF support improved
Datamatrix reader minor fixes and improvements
minor fixes

6.00.968 (December 9, 2013)
read barcode from images in asp and .net apps!
new 1D barcodes supported: Intelligent Mail, Royal Mail, Royal Mail, Australia Post Code
new 2D barcodes supported: Codablock F
new source code samples for C# and VB: Intelligent Mail, Royal Mail, Royal Mail, Australia Post Code, CodaBlock F, Patch code
improved PDF files support
minor bug-fixes and improvements

5.10.925 (October 31, 2013)
improved PDF support
improved PDF reading speed
minor bug-fixes

5.10.914 (October 16, 2013)
reads barcodes from images and PDF better!
C# and VB.NET samples updated to reflect changes in the API (OrientationType changes)
issue with reading barcodes from multipaged PDF files improved
improved PDF support
improved reading of linear barcodes when they are located at the bottom of the image
minor bug-fixes

5.00.875 (August 19, 2013)
reads barcodes from images and pdf
!IMPORTANT!: OrientationType has been changed to include all available scan directions. Please update the code accordingly, see the documentation for new OrientationType values
.SearchMirrored is now obsolete (use the updated .OrientationType instead)
improved linear barcodes scanning
improved interface in the demo utility
minor bug-fixes

4.10.845 (June 25, 2013)
minor speed optimizations for linear barcodes decoding
OneBarcodePerImage is marked as obsolete, use .MaxNumberOfBarcodesPerPage (set to 1 for one barcode, 2 for two barcodes on a page etc)
OneSymbologyPerImage property is marked as obsolete
minor bug-fixes

4.00.842 (June 20, 2013)
improved read of barcodes in .net and asp.net apps
improved support for PDF files reading
source code samples updated
minor bug-fixes and improvements

4.00.837 (June 3, 2013)
read barcode from .net apps faster
NEW: MICR reading support added
improved PDF reading support
minor bug-fixes and improvements

3.20.798 (May 1, 2013)
read barcode from images in .net better and faster
improved barcode reading from PDF files
MaxiCode reading support added
minor bug-fixes and improvements

3.00.771 (April 13, 2013)
improved barcode reading from PDF files
new source code sample: Batch Read From Files/
source code samples improved to work on any .NET framework
minor improvements in demo application
minor bug-fixes and improvements

3.00.759 (March 15, 2013)
improved EAN13 decoding along with the supplemental barcode
improved support for Code 128
now "search mirrored barcodes" is enabled by default for linear barcodes (code 39, code 128 etc). You may turn it off to speed up the decoding if you do not scan mirrored images
minor bug-fixes

3.00.753 (March 12, 2013)
improved barcode decoding in .NET
issue with lot of incorrect Interleaved 2 of 5 barcodes fixed
minor bug-fixes

3.00.741 (March 11, 2013)
new sample capturing barcodes from live web camera (see C# and VB.NET for new "Acquire From Scanner And Decode" sample)
barcode reader freeware now includes "Decode from Live Camera" functionality
improved barcodes support
minor updates

3.00.711 (March 1, 2013)
new class to acquire images from scanner: Bytescout.BarCodeReader.WIAImageScanner to acquire images from WIA devices
new sample for C# and VB.NET: Acquire From Scanner And Decode
issue Acquire button not working in BarCode Reader demo utility was fixed
minor issues with barcode decoding fixed
minor bug-fixes

3.00.685 (February 23, 2013)
major processing speed improvements
memory consumption decreased
improved PDF support
updated documentation
updated source code samples

2.60.621 (January 24, 2013)
QR Code and Aztec barcodes reading in .net speed improved
PDF support and reading speed improved
minor bug-fixes and improvements


2.50.593 (December 12, 2012)
Barcode reading in .net speed improved
Datamatrix support improved
PDF support and reading speed improved
minor bug-fixes and improvements

2.40.564 (November 19, 2012)
GS1 barcodes (RSS barcodes) reading support added: GS Databar, GS Databar Truncated, GS1 Omnidirectional, GS1 Databar Limited, GS1 Databar Expanded
improved PDF reading support
minor bug-fixes

2.30.484 (August 24, 2012)
read barcode functionality improved
memory consumption decreased while decoding 2d barcodes
improved PDF reading support
minor bug-fixes

2.30.473 (August 6, 2012)
improved barcode reading
Trioptic Code39 decoding added
improved PDF reading support
minor bug-fixes and improvements

2.20.452 (May 4, 2012)
barcode decoding from PDF files improved
1D linear barcodes reading improved
PDF reading speed increased
minor bug-fixes

2.20.433 (February 8, 2012)
improved QR Code barcodes decoding
improved PDF417 barcodes decoding
improved PDF reading
minor bug-fixes

2.20.412 (January 24, 2012)
QR code barcodes decoding improved
minor bug-fixes

2.20.409 (January 17, 2012)
Barcode Reader GUI freeware adds MaxNumberOfBarcodesPerPage property to the main toolbar
New property to speed up decoding when you know number of barcodes expected on a page: .MaxNumberOfBarcodesPerPage (set to 0 by default for unlimited number of barcodes)
Datamatrix minor decoding issues fixed
Extended1D decoding mode (.Decode1DExtended = true) improved and working much faster now
default PDFRenderingResolution changed to 150 dpi
documentation updated
COM compatibility improved (in ActiveX mode)


2.20.386 (November 14, 2011)
better support for PDF files reading
minor internal improvements
new samples for Visual Studio 2008 and Visual Studio 2010
minor bug-fixes

2.20.374 (October 4, 2011)
Datamatrix reading speed improved
QR Code reading speed improved
PDF417 reading speed improved
minor bug-fixes

2.20.335 (July 15, 2011)
PDF reading speed improved
minor bug-fixes

2.20.323 (18 May 2011)
pdf reading speed improved
minor bug-fixes

2.20.321 (10 April 2011)
new properties PDFReadingMode, PDFRenderingResolution
fixing bug in PDF processing: wrong page range has been processed
improved PDF format support
fixed bug in Code39 decoder and added unit test
updated XML documentation
barcode reader sdk setup updates

2.10.306 (10 February 2011)
* 2D barcodes decoding improved
* minor changes in the GUI demonstration
+ 1D barcode reading: OneDThresholdFilterMethod property added to change image preprocessing filter to Whole (default) or Block filters (works better for some images with different kind of lights or noise)
* minor bug-fixes and improvements

2.1.0.244a (7 December 2010)
* minor bug-fixes and improvements

2.1.0.244 (11 November 2010)
+ now supports reading from PDF WITHOUT any additional libraries or tools required
+ now reads Aztec barcodes
+ now reads QR Code barcodes
* barcode reader utility has been updated and improved
* minor bug-fixes and improvements

2.00.209 (15 July 2010)
* minor bug-fixes and improvements

2.00.202 (25 June 2010)
+ support for PDF417 and Datamatrix barcodes has been added
+ updated Barcode Reader GUI demo
* minor bug-fixes

1.30.152 (30 April 2010)
* minor bug-fixes in Compact Framework version (Pocket PC and Windows CE)
+ console version is available now (Bytescout.BarCodeReader.Console.exe) to read barcodes using command line interface
* minor documentation updates

1.30.142 (28 April 2010)
* minor bug-fixes in Compact Framework version (Pocket PC and Windows CE)

1.30.126 (17 April 2010)
+ now works in Medium Trust in ASP.NET with new .MediumTrustLevelCompatible property, False by default. Set to .MediumTrustLevelCompatible = True
* minor bug-fixes and improvements

1.30.122 (17 April 2010)
+ new 1D barcode reader engine with improved speed and quality, algorithms selection has been removed as deprecated
+ rotated barcodes are supported now
+ ability to get location rectangle coordinates for different barcodes now
+ GS1 barcodes support added
+ minor bug-fixes and improvements
+ GUI demo has been improved

1.12.98 (25 February 2010)
* minor bug-fixes
+ now includes "Reading from PDF" sample

1.12 (26 October 2009)
* improved barcode reading functionality

1.11.69 (6 October 2009)
* bug with incorrect EAN-2 barcodes has been fixed

1.11.66 (3 August 2009)
+ Official release version
* minor bug-fixes

1.10.63 (3 August 2009)
+ .NET 1.10 version have been added
* minor bug-fixes

1.10.58 (4 March 2009)
* minor bug-fixes

1.10 (2 February 2009)
* improved barcode recognition
+ support for rotated barcodes improved
+ support for noisy images improved
+ freeware BarCode Reader is included into SDK now
+ CF.NET 2.00 dlls are available now (Pocket PC and Windows CE)
* minor bug-fixes and improvements

1.00 (10 October 2008)
+ initial version