docker image
1.6K
For more information, visit KBY-AI's GitHub Repository.
sudo docker pull kbyai/idl:latest
sudo docker run -v ./license.txt:/root/kby-ai-idl/license.txt -p 7860:7860 -p 9005:9000 kbyai/idl:latest
This Docker image utilizes KBY-AI's SDK, which requires a license for each machine or instance on which it runs.
HWID) for license, use the following syntax:sudo docker run -e LICENSE="xxxxx" kbyai/idl:latest
HWID) obtained from your console.
🧙Email: [email protected]
🧙Telegram: @kbyaisupport
🧙WhatsApp: +13348402323
🧙Discord: KBY-AI
🧙Teams: KBY-AI
To test the Gradio demo from the Docker image, access it at http://127.0.0.1:7860 or http://localhost:7860.
API can be tested through Postman based on the following endpoint details.
API endpoint: <base URL>/process_imagePOSTmultipart/form-data| Parameter | Type | Description |
|---|---|---|
| image | File | ID document image file with *.jpg or *.png extension |
API endpoint: <base URL>/process_image_base64POSTapplication/json| Parameter | Type | Description |
|---|---|---|
| base64 | String | The base64-encoded string of the ID document image |
FloatFloatFloatStringOk, Too close to camera!, Too close to border!, Document cropped!, Too small!, Multiple documents, Is Colorless!, Document not found!, Unknown{
"result": {
"portraitReplace": 0.590566158294678,
"printedCopy": 2.0435e-11,
"screenReply": 0.002031173091382,
"status": "Ok"
},
"resultCode": "Ok"
}
Content type
Image
Digest
sha256:973f8d248…
Size
1.8 GB
Last updated
10 months ago
docker pull kbyai/idl