passport parsing python

Solutions on MaxInterview for passport parsing python by the best coders in the world

showing results for - "passport parsing python"
Hector
15 Jan 2019
1# https://github.com/publicMindee/mindee-api-python
2
3from mindee import Client
4
5mindee_client = Client(
6    passport_token="your_passport_api_token_here",
7    raise_on_error=True
8)
9
10parsed_data = mindee_client.parse_passport("/path/to/file")
similar questions
queries leading to this page
passport parsing python