bharatocr-client is an opensource python library to access BharatOcrAPIs
Project description
bharatocr-client
bharatocr-client is an opensource python library to access BharatOcrAPIs
The features of this package:
- Its a package that help to access BharatOcrAPIs in simple way.
Installation
pip install bharatocr-client
Register
In this function, User can register in the application to use the BharatOcrAPIs.
import bharatocrclient
status = bharatocrclient.register(email,password,full_name,use_type)
# use_type -> must be personal, commercial
Login
In this function, User must be login in the application before use featured function of the application.
import bharatocrclient
key, status = bharatocrclient.login(email, password)
Pan Card
In this function, User pass the generated key after login and Pan Card image path.
import bharatocrclient
dict = bharatocrclient.pan(key, image)
Aadhaar Card
In this function, User pass the generated key after login and Aadhaar Card image path.
import bharatocrclient as b
dict = b.aadhaar(key, front_image, back_image)
Driving Licence
In this function, User pass the generated key after login and Driving Licence image path.
import bharatocrclient as b
dict = b.driving_licence(key, image)
Passport
In this function, User pass the generated key after login and Passport Card image path.
import bharatocrclient as b
dict = b.passport(key, image)
Voter ID
In this function, User pass the generated key after login and voter id Card image path.
import bharatocrclient as b
dict = b.voterid(key, front_image, back_image)
Vehicle Registration
In this function, User pass the generated key after login and Vehicle Registration Card image path.
import bharatocrclient as b
dict = b.vehicle_registration(key, image)
Water Bill
In this function, User pass the generated key after login and Water Bill image path.
import bharatocrclient as b
dict = b.water_bill(key, image)
Degree
In this function, User pass the generated key after login and Degree image path.
import bharatocrclient as b
dict = b.degree(key, image)
Birth Certificate
In this function, User pass the generated key after login and Birth Certificate image path.
import bharatocrclient as b
dict = b.birth_certificate(key, image)
Contribute & support
We are so pleased to your help and help you, If you wanna develop bharatocrclient, Congrats or if you have problem, don't worry create an issue here:
https://github.com/essentiasoftserv/bharatocrclient/issues
Pre Commit
Note: Before commit your changes, run pre-commits
pre-commit run --all
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bharatocr_client-0.4.1.tar.gz
.
File metadata
- Download URL: bharatocr_client-0.4.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | beb8d95534edf126a069b52b3df09c4fe72d4dc44926ae77a01fc70b081749e2 |
|
MD5 | 1a91d14b7938cce0563a3bc78be06d68 |
|
BLAKE2b-256 | 3d33be3c41e0bc1290db4c34e88854706d79aed861e3546e6dc5e6b01972eae1 |
File details
Details for the file bharatocr_client-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: bharatocr_client-0.4.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72228091f89861db52db105f85eb454ca2652ad40134701f6853778e034b8c77 |
|
MD5 | e0711ac326df4d808699b46c105d62f5 |
|
BLAKE2b-256 | 529705ec8600708188669c17d0b93a6550d54fa0f5636b5b183b11e47fbb0479 |