-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
According to the feature comparison table, segno is supposed to support mixing modes, and documentation further specifies that qr.mode is supposed to return None if mixed modes are used. However, I am unable to find any documented API for manually specifying the segmentation, and I can not observe any automatic segmentation either.
>>> qr = segno.make('THE SQUARE ROOT OF 2 IS 1.41421356237309504880168872420969807856967187537694807317667973799')
>>> qr.mode
'alphanumeric'
>>> qr.designator
'4-L'
Optimal solution would be version 3, with two segments: alphanumeric and numeric.
Metadata
Metadata
Assignees
Labels
No labels