Metadata-Version: 2.1
Name: pdf417decoder-with-opencv-python-headless
Version: 1.0.9
Summary: A PDF417 barcode decoder
Home-page: https://github.com/gabrielvannier/pdf417decoder-with-opencv-python-headless
Author: Sparkfish LLC
Author-email: packages@sparkfish.com
Project-URL: Bug Tracker, https://github.com/gabrielvannier/pdf417decoder-with-opencv-python-headless
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.1
Requires-Dist: opencv-python-headless>=4.6
Requires-Dist: pillow>=9.5.0

# pdf417decoder-with-opencv-headless
![Image of a PDF417 barcode](https://raw.githubusercontent.com/sparkfish/pdf417decoder/dev/python/images/haiku.png?id=1)

pdf417decoder-with-opencv-headless is a python package that is forked from [pdf417decoder](https://github.com/gabrielvannier/pdf417decoder-with-opencv-python-headless)

### What difference between pdf417decoder and pdf417decoder-with-opencv-headless

pdf417decoder-with-opencv-headless has no dependancy on opencv-python but depends instead on opencv-python-headless.\
(opencv-python-headless is a lighter version of opencv for server deployement.)

## License
[CPOL](https://www.codeproject.com/info/cpol10.aspx)

This project is a derivative of code licensed under the Code Project Open License (CPOL). The Code Project Open License (CPOL) is intended to provide developers who choose to share their code with a license that protects them and provides users of their code with a clear statement regarding how the code can be used.

## Credits

 Source code is a port of a C# Library created and maintained by [Uzi Granot](https://www.codeproject.com/script/Membership/View.aspx?mid=193217). [PDF417 Barcode Decoder .NET Class Library and Two Demo Apps](https://www.codeproject.com/Articles/4042463/PDF417-Barcode-Decoder-NET-Class-Library-and-Two-D)
