Skip to content

Commit

Permalink
Doc: OCR screenshots (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-xmr authored Aug 13, 2022
1 parent e4b51a2 commit 8f55e1e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,27 @@ The currently modelled (dis)charge profiles:

![bat-charge](data/voltage-2-soc-charge.png)

## OCR and generic image recognition
These kinds of images are able to be successfully recognized:

Translates into the displayed number:

## Console interactive UI
![lcd](https://user-images.githubusercontent.com/63722585/184493273-58239fe5-3e8b-4646-a3de-c06449d6c534.png)

Similar as the LCD above but notice, that this one is backlit, whose removal requires an additional inversion step:

![lcd-backlit](https://user-images.githubusercontent.com/63722585/184493679-ed3a3a25-e297-481c-8aa4-a0c871ccac5f.png)


Using custom code, translates into percentage - in this case 100%, since all the relevant rectangles are lit:

![image](https://user-images.githubusercontent.com/63722585/184493343-3793b869-0284-4d49-8c27-57a3f5274c8f.png)


More [examples here](src/data/img).


## Console interactive UI (WIP)
Accessible via `ssh`/`putty`, based on `curses`.

![image](https://user-images.githubusercontent.com/63722585/163773221-52705e53-167b-4468-ad7e-2038c2f822a8.png)
Expand Down

0 comments on commit 8f55e1e

Please sign in to comment.