added functionality to email text and ocr scenes

This commit is contained in:
2025-03-11 23:31:08 +03:00
parent 4c7a25c53e
commit 1ae724f925
20 changed files with 679 additions and 348 deletions

View File

@@ -9,6 +9,7 @@ class Check {
public:
Check();
void add_goods(Goods);
void add_goods(std::vector<Goods> &goods);
double calculae_total_price();