Add basic label generator app, add return values to parsing

This commit is contained in:
2024-03-15 20:31:37 -05:00
parent 5502a5069d
commit 992040e812
9 changed files with 470 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
# Runtime
camelot-py[base]
camelot-py
opencv-python
pypdf2==2.12.1
alive-progress
@@ -15,6 +15,13 @@ websockets
numpy
scipy
ipywidgets
pandas
pyarrow
ghostscript
pyzbar
# Development
matplotlib
#cx_Freeze # uncomment if building label generator app
# requires windows 10 SDK, visual C++, etc