Skip to content

Commit

Permalink
docker image for DetectAndDecodeBarcode (#20101)
Browse files Browse the repository at this point in the history
* docker image for DetectAndDecodeBarcode

* update pipfile lock

* Change barcode library to zxing-cpp

---------

Co-authored-by: ostolero <[email protected]>
Co-authored-by: ostolero <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2023
1 parent c70daad commit 028b17d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/processing-image-file/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name = "pypi"
[packages]
opencv-python = "*"
Pillow = "*"
zxing-cpp = "*"
numpy = "*"

[dev-packages]
Expand Down
26 changes: 24 additions & 2 deletions docker/processing-image-file/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docker/processing-image-file/verify.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import cv2
import numpy
import PIL
import zxingcpp


print("All is good. Packages imported successfully")

0 comments on commit 028b17d

Please sign in to comment.