kolhizin / bujo

Proof of concepts and sharedlib for bujo app
0 stars 0 forks source link

MVP 06 - detect words #46

Closed kolhizin closed 5 years ago

kolhizin commented 5 years ago

Create tool to detect words inside line. Account for short whitespaces (as parameter of extraction algorithm)

DoD

kolhizin commented 5 years ago

Created function for join of close segments to account for whitespaces between characters inside word.

kolhizin commented 5 years ago

Reengineered word detection to max instead of mean. But still there are issues with word detection, see #48. Current results shall suffice for MVP.

kolhizin commented 5 years ago

Described in https://github.com/kolhizin/bujo_poc/wiki/PoC:-word-detection