Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Nov 20, 2024
1 parent 2139f7c commit 2de3fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upcean/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def get_importing_script_path():
enable_wandsupport = True
enable_magicksupport = True
enable_pgmagicksupport = True
enable_cv2support = True
enable_skimagesupport = True
enable_cv2support = False
enable_skimagesupport = False

''' // Barcode Support List '''
bctype_dict = {'EAN2': "ean2", 'UPC2': "upc2", 'UPCS2': "ean2", 'EAN5': "ean5", 'UPC5': "upc5", 'UPCS5': "ean5", 'UPCA': "upca", 'UPCAEan': "upcaean", 'UPCE': "upce", 'EAN13': "ean13", 'EAN8': "ean8", 'STF': "stf", 'ITF': "itf", 'ITF6': "itf6", 'ITF14': "itf14",
Expand Down

0 comments on commit 2de3fb3

Please sign in to comment.