Yii2 Jobs
Just follow the instruction on the attached document
We are building a website for bookkeeping and for that we need an OCR function. Website and upload document (pdf, jpg, png) all ready exists, we only need the OCR function and implementation on our Yii2/PHP site. Since it is a website with many users, and therefor many thousand different types of invoices, it should be possible to: - Recognise field by handle. - If right field is not recognised, then it should be possible for user to select the right field manually on the invoice, and then position or handle should be saved till next time. - Data should be saved in our existing MySQL database. - The fields to be recognised on the invoice are: date, name, invoice number, currency, VAT and amount. - 99% of the invoices are software created and therefor easy to scan. We are not inter...