Skip to content

Check what will happen when multiple QRs are in one image! #4

@hornig

Description

@hornig

gcp-osm/main.py

Lines 44 to 50 in 00cec7f

if os.path.isdir(args.file):
print("loading in all files in folder:", filename)
processing_files = gcposm.utils.get_all_files(filename)
elif os.path.isfile(args.file):
print("loading in this file:", filename)
processing_files = gcposm.utils.get_one_file(filename)

it is now working for one QR per image.
please check if it works when two or more QR codes are in one image.

Metadata

Metadata

Labels

help wantedExtra attention is neededquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions