a lot of stuff related to ocr/ofd method

This commit is contained in:
2024-11-22 23:19:04 +03:00
parent 02e4465075
commit 2b9ad2fcae
95 changed files with 57786 additions and 112 deletions

View File

@@ -22,6 +22,7 @@ In general, you need to install following dependencies in order to build that ap
* curl
* nlohmann-json
* qt5
* vtk
Please, do not hesitate to open an issue if you cannot build that. I will help and if you are building on a distro that is not listed there, we can append that list as soon as we will solve your problem!
### Linux
@@ -29,7 +30,7 @@ Please, do not hesitate to open an issue if you cannot build that. I will help a
I recommend using aur helper (I use yay) to install dependencies. Or, if you're masochist, you can build all by yourself /shrug
```
#Install dependencies
yay -S sudo cmake git coreutils base-devel eigen qt5-base mbedtls gtkglext opencv opencv2 nlohmann-json tesseract tesseract-data-rus
yay -S sudo cmake git coreutils base-devel eigen qt5-base mbedtls gtkglext opencv opencv2 nlohmann-json tesseract tesseract-data-rus vtk
#Clone and compile an app
git clone https://git.foxarmy.org/leca/checks-parser
cd checks-parser