search feature complete, index, quality, and navigation
Before
-
ocr text saved to the search index was capped at 8 display keywords per photo
-
a digital screenshot with 200 words was only searchable by 8 of them
-
multi-word queries like “artificial intelligence” only matched if the exact phrase appeared consecutively in the ocr text
-
was no search screen
Now
- a separate
ocrFullfield storescleanedTextplus the entire keyword list so every word on a digital screenshot is indexed -
_confirmAndSavereadsocrFullintoSearchService.indexPhotoinstead of the 8-keyword display string -
search()splits the query into individual words and requires every word to appear somewhere in the text in any order - search is the second tab in the bottom navbar
PS i’m never making mobile app again :”) just testing it takes 15 to 20 min, first you have to transfer it on your phone then run it and all :”( cant run it on emulator cuz it has to take photos from android !
Log in to leave a comment