Repository created for purpose of the recruitment process in Bold company. Project was created in .Net Core 3.1 with Visual Studio 2019.
- Download .Net Core 3.1 SDK from Microsoft webpage.
- Clone this repository.
- Open repository's folder in powershell.
- Run 'dotnet restore' which will restore all needed libraries.
- Run 'dotnet publish -o [PATH/TO/OUTPUT/DIRECTORY.]' with proper output directory path (for example: 'dotnet publish -o C:\application'). This command will build an application for you.
- After command is finished, go to output directory and launch BankOCR.exe
- After Console application will show up, type in the path to account numbers file which needs to be parsed.
- Check the results on the console.