FingerPrint
Overview
This is a program that takes exelfile as a input calculates working hour and breaktimes.
How it works
Through various image processing techniques combined with numpy arrays and unity simulation platform
- Take Input Exel file (extension must be 'xlsx')
- Copy all name surname date and day
- Calculates the eachday entering and quitting time
- Calculate the Break Time (Biggest time)
- Last Column is Working Hour
Requirements
- This project developed using java 8
Used libraries
- Java 8
- Apache Poi
- Common-cli
Execution
To run the program:
Go to out\artifacts\FingerPrint_jar
path
Double click on FingerPrint.jar
file
It shows a window and give a input file
Double click on the output file
Note
Last day is not works properly because read the line with iterator it can not add the last field of day.