Skip to content

Commit 1aabf16

Browse files
authored
Added new Intermediate idea
Image Scanner for Phone numbers, Emails and website links for easy access and future reference as bookmarks.
1 parent f44c262 commit 1aabf16

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Url Scanner
2+
3+
**Tier:** 2-Intermediate
4+
5+
Create an android and ios app to find phone numbers, email and website links available in a photo and then organise it in the app.
6+
7+
## User Stories
8+
9+
- [ ] User can either click a photo or upload a photo from the gallery
10+
- [ ] Processing is done on the image.
11+
- [ ] If there are any phone numbers, email or web links present in the image then they are listed in the cards properly organized.
12+
- [ ] On tap on the details, an option is provided to save as contact.
13+
- [ ] History of search results are provided in the list view
14+
15+
## Bonus features
16+
17+
- [ ] Provide an option to add tags for each search results.
18+
- [ ] Add search funtionality based on tags
19+
- [ ] Add login and sync the results across multiple devices.
20+
21+
## Useful links and resources
22+
23+
- Use google OCR to read text from the image uploaded. https://cloud.google.com/vision/docs/ocr
24+
- Apply regex to identify the phone number , emails and website links on the text identified from the OCR.
25+
26+
## Example projects
27+
28+
- Android App for text detection - https://github.com/alexzaitsev/ocr-google-vision

0 commit comments

Comments
 (0)