this post was submitted on 09 Jul 2025
7 points (100.0% liked)

Home Improvement

11537 readers
4 users here now

Home Improvement

founded 2 years ago
MODERATORS
 

Hello,

I have an idea, but I lack the technical expertise to implement it.

I possess an old gasometer, and I currently document its readings by taking a photograph each month and manually entering the data into a Calc spreadsheet, along with the corresponding dates.

I am hoping to automate this process.

My initial thought is that a system could capture the images automatically, input the data into a database, and then present the information in a user-friendly format on a display.

Would anyone have any suggestions or insights on how to achieve this?

Thx

top 2 comments
sorted by: hot top controversial new old

You would need an optical character recognition system. No idea how to implement one on a tiny scale like you are talking, but it should be at least feasible.

[โ€“] RunningInRVA@lemmy.world 2 points 3 weeks ago

OpenCV has a lot of tools to help you achieve this but it will take some programming prowess.