CoolFace
Modelpublic

kby-ai/id-document-recognition-ocr

sourceHugging Faceupdated 1mo agoView on Hugging Face
1likes
Model Card

<p align="center"> <a href="https://play.google.com/store/apps/dev?id=7086930298279250852" target="_blank"> <img alt="" src="https://github-production-user-asset-6210df.s3.amazonaws.com/125717930/246971879-8ce757c3-90dc-438d-807f-3f3d29ddc064.png" width=500/> </a> </p>

Product & Resources

For more information, visit KBY-AI's GitHub Repository.

IDCardRecognition-Docker

Overview

This solutions stands for ID card scanner, ID document reader, ID card reader, ID document recognition, passport scanner, ID scanner, MRZ parser, barcode reader, barcode scan, and MRZ scan, etc.

Docker Run

  • —Pull docker image.
bash
sudo docker pull kbyai/idcard-recognition:latest
  • —Run docker container with license key file.
bash
sudo docker run -v ./license.txt:/root/kby-ai-idcard/license.txt -p 8082:8080 -p 9002:9000 kbyai/idcard-recognition:latest
  • —Run docker container with license key string.
bash
sudo docker run -e LICENSE="xxxxx" -p 8082:8080 -p 9002:9000 kbyai/idcard-recognition:latest

SDK License

This Docker image utilizes KBY-AI's ID Card Recognition Server SDK, which requires a license for each machine or instance on which it runs.

  • —To get the machine code for license, use the following syntax:
bash
sudo docker run -e LICENSE="xxxxx" kbyai/idcard-recognition:latest
  • —To request the license, please provide us with the machine code obtained from your console. <img alt="Postman" src="https://github.com/kby-ai/IDCardRecognition-Docker/assets/125717930/1be8e01b-d200-4455-9dfb-8f6c3bd666e0" width=800/>

Contact us:</br> 🧙Email: contact@kby-ai.com</br> 🧙Telegram: @kbyaisupport</br> 🧙WhatsApp: +13348402323</br> 🧙Discord: KBY-AI</br> 🧙Teams: KBY-AI</br>

Try the API

Gradio Demo

To test the Gradio demo from the Docker image, access it at http://127.0.0.1:9002 or http://localhost:9002.

<img alt="Gradio Demo" src="https://github.com/kby-ai/IDCardRecognition-Docker/assets/125717930/629a5a45-879d-4dd1-9166-cd6f8a1d5184" width=1000/>

Postman

To test the API, use Postman. Here are the endpoints for testing:

Download the Postman collection to access and use these endpoints easily. Click here <img alt="Postman" src="https://github.com/kby-ai/IDCardRecognition-Docker/assets/125717930/258683f6-4e57-4873-a989-b3fb710f3da2" width=800/>