Know Your Customer
...
ID OCR
UAE
Mulkiya Card - OCR Extraction
overview a mulkiya card, commonly referred to as a vehicle registration card, is an official document issued by the traffic department in the united arab emirates (uae) this card is essential for all vehicle owners within the uae as it serves as proof of vehicle registration and ownership it contains critical information about the vehicle and its owner, such as the vehicle's make, model, color, chassis number, registration date, and expiry date, as well as the owner's name and other pertinent details we have build an api for data extraction from mulkiya card which leverages advanced ocr technology to accurately and efficiently read and interpret the information printed on the cards once deployed, it can automatically extract all the fields present on a mulkiya card, reducing manual data entry errors and increasing operational efficiency use cases automated data entry ideal for automotive dealerships, insurance companies, and vehicle registration agencies to automate the data entry process compliance and verification helps in verifying the accuracy of vehicle registration documents against official records enhanced customer experience speeds up the processing of vehicle related documentation, improving customer service sample curl pre production curl curl location 'https //preproduction api signzy xyz/ai/vision/extraction/platform/extract' \\ \ header 'content type application/json' \\ \ data '{ "documentname" "mulkiya card 2", "file" "https //preproduction persist signzy tech/api/files/41163038/download/c98db5c3a1a543519082118da9cceee92f4264b9a03f40f8858ee6ee72244bb3 pdf" }' production curl curl location 'https //preproduction api signzy xyz/ai/vision/extraction/platform/extract' \\ \ header 'content type application/json' \\ \ data '{ "documentname" "mulkiya card 2", "file" "https //preproduction persist signzy tech/api/files/41163038/download/c98db5c3a1a543519082118da9cceee92f4264b9a03f40f8858ee6ee72244bb3 pdf" }' 2response 200 response { "trafficplatenumber" "q/85252", "placeofissue" "abu dhabi", "tcnumber" "11225874", "owner" "ram prasad", "nationality" "india", "expirydate" "13 12 2023", "registrationdate" "30 07 2015", "insuranceexpiry" "13 01 2023", "policynumber" "3000156412", "mortgaged" "مجموعه الخليج للتامين", "model" "2019", "numberofpass" "8", "origin" "usa", "vehicletype" "benz gx 460", "grossvehicleweight" "2924 k g", "emptyweight" "2231 k g", "enginenumber" "0221340", "chasisnumber" "jtjjm7fx4b5495549" } input mapping input required data type description documentname yes string name of the document which we need to perform ocr data extraction file yes date the expiry date of the passport format yyyy mm dd (for ex "2030 02 24") output mapping output datatype description trafficplatenumber string the unique identifier for the vehicle's registration plate placeofissue string the location where the vehicle was registered tcnumber string traffic card number associated with the vehicle owner string the name of the registered owner of the vehicle nationality string the nationality of the owner expirydate date the expiration date of the vehicle registration registrationdate date the date on which the vehicle was first registered insuranceexpiry date the expiration date of the vehicle's insurance policy policynumber string the insurance policy number for the vehicle mortgaged string the financier if the vehicle is under a loan or lease model string the model year of the vehicle numberofpass integer the maximum number of passengers the vehicle is approved to carry origin string the country of origin of the vehicle vehicletype string the model and type of the vehicle grossvehicleweight string the total weight of the vehicle when fully loaded emptyweight string the weight of the vehicle when empty enginenumber string the unique identifier for the vehicle’s engine chasisnumber string the unique identifier for the vehicle's chassis status code status code message description 200 success the request is served successfully 400 bad request the inputs are invalid 404 data not found data not found in the source 409 upstream error error in getting data from upstream error code responses 404 (not found) { "error" { "name" "error", "message" "data not found for the given input", "status" 404, "reason" "data not found for the given input", "type" "not found", "statuscode" 200 } } 400 (bad request) { "error" { "name" "error", "message" "\\"dateofbirth\\" day is not valid for the given month/year ", "status" "400", "reason" "validation error", "type" "bad request", "statuscode" "400" } } 409 (upstream error) { "error" { "name" "error", "message" "error in fetching data from upstream", "status" "409", "reason" "upstrem error", "type" "conflict", "statuscode" "409" } } error response parameters parameter description error this parameter contains the error error name t he name of the error error message the error message error statuscode request status code from signzy error status request status from signzy error reason reason for error error type type of the error getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!