dev-master
9999999-devDatamolino Client Library
LGPL-3.0-or-later
The Requires
- vitexsoftware/ease-framework *
- jakub-onderka/php-parallel-lint *
- jakub-onderka/php-console-highlighter *
- yowcow/mime-base64-urlsafe dev-master
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Datamolino Client Library
, (*1)
Datamolino motto: Let humans focus on creating value, leave robotic work to robots, (*2)
Datamolino service process invoice bitmap image and gives you OCRed result data in web interface or via API https://datamolino.docs.apiary.io/, (*3)
, (*5)
Download https://github.com/VitexSoftware/phplib-datamolino/archive/master.zip or:, (*6)
composer require vitexsoftware/datamolino
For Debian, Ubuntu & friends please use repo:, (*7)
sudo apt install lsb-release wget echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg sudo apt update sudo apt install php-datamolino
In this case please add this to your app composer.json:, (*8)
"require": {
"deb/datamolino": "*",
},
"repositories": [
{
"type": "path",
"url": "/usr/share/php/EaseCore",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "/usr/share/php/Datamolino",
"options": {
"symlink": true
}
}
]
To get Docker image:, (*9)
docker pull vitexsoftware/phplib-datamolino
Datamolino Client Library
LGPL-3.0-or-later