Improvements for reverse image search:
- Get potentially better/more accurate result by OCRing text in the image (for reference, see how Google search does this)
- Examples of two current problems it might help me solve:
- I have an image of a product in language X, but all hits are for the product with language Y.
- I search for a collectible card, but because many are somewhat visually similar (the general structure, maybe color etc) I get bet results for all kinds of cards, but not just the ones I'm looking for (almost exclusively other cards actually)
- Examples of two current problems it might help me solve:
- Allow translation of OCRed text in image (again, e.g. Google can do this to potentially grant better search results)
- My current problems it might help solve:
- I have an image of a product in language X, but I want to find it in language Y
- My current problems it might help solve:
- Resize image area search field (sometimes selecting specific parts of an image might grant better result)
- Example of a current problems it might help me solve:
- I have an image with multiple objects in it, and I want results with just one of the objects. Editing the image locally is possible, but a bit more tedious and iterating/refining search takes longer if I need to re-upload an image over and over.
- Example of a current problems it might help me solve:
- Ignore areas of an image when doing reverse image search (to for example avoid getting hits on some specific objects in an image.) I don't know of any other service offering this, but I imagine having a paintbrush that I can use to paint "ignore area" to allow it to match anything (like
.
in regex). Potentially with an option to allow an AI to "fill in the blank" of the image before searching.- Example of a current problems it might help me solve:
- I have an image with a watermark from a store over it, so I get hits of products from the same store because the image recognition "gets stuck" on the watermark rather than the object behind it.
- Example of a current problems it might help me solve:
Maybe some or all of these fit better in the non-Ultimate plan, if so I'm open to creating separate posts for these (unless they already exist)