Skip to content

Extract "product name" from photos of store price labels #4588

@DanieliusAsm

Description

@DanieliusAsm

Problem

I am a very lazy person, too lazy to type, especially when it comes to contributing and adding not 1 but 100+ products. Typing is gruelsome... and I assume the same for some users as well. I added a lot of products while being in a store and most of them dont have product_names. If I could scan text from store labels that would make things easier. The idea is to let users scan the product name from store price labels like in the picture below.

Im going to make this implementation on my own app soon but I think it's really useful to have. I dont have experience in Flutter/Dart to contribute

Proposed solution

  • Scan product name
  • A popup showing that multiple lines of text have been found
  • The user selects one or more lines of text
  • The popup also contains a textfield where, after selecting lines, you can edit and fix the product name

Example:

Gazuotas gėrimas LIMPA
TRADICINIS, 2l

Is written in 2 lines meaning that once you scan this the app should open a popup to let user select multiple lines. Then you select those 2 lines and the product name becomes

Gazuotas gėrimas LIMPA TRADICINIS, 2l

Correct me if im wrong, but another advantage of this is Robotoff picks up on 2L and suggests it as weight.

Maybe additionaly you could split product_name strings by " " and then let the user to select the brand as well with one or more words from the product name.

PXL_20230822_064455296

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    💬 To discuss and validate

    Status

    Backlog

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions