PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM24] Is there a way to make WinDev be able to read and input an ID card?
[WM24] Is there a way to make WinDev be able to read and input an ID card?
Iniciado por RobertLEO, set., 02 2019 7:05 AM - 5 respostas
Membro registado
36 mensagems
Publicado em setembro, 02 2019 - 7:05 AM
So currently I am trying to make something of a user management app for mobile, but I am wondering if it is possible to use WinDev Mobile to create a function that would read the user's ID and input based on it, basically like how an OCR would function. And if it is possible is there a tutorial on how to integrate it?
Publicado em setembro, 06 2019 - 3:26 AM
why dont you use a QR code for that ? you could place a QR code on the user ID Card and read that
Membro registado
36 mensagems
Publicado em setembro, 06 2019 - 10:52 AM
WindevCol wrote:
> why dont you use a QR code for that ? you could place a QR code on the user ID Card and read that

Hello WindevCol thanks for the reply, as for QR code, I am afraid that is impossible because my country's ID cards are literally just cards, no barcodes, QR codes, or any identifiers that'd make inputting to computers easier
Publicado em setembro, 10 2019 - 3:00 PM
Ok then the answer is WINDEV IS NOT BUILT FOR THAT, conding just windev will never allow you to do what you do. i have made solutions like the one you are talking about (But not with windev, i made them using C# and Visual Studio). What you need is a really advanced OCR component that deal with scanning zones and document templates, with that advance component you could make a template and define the scanning zones and will be very easy to then automatic process the data based on that template. (a normal or simple OCR will not help you and will be a nightmare to try to make that with a simple OCR component for 1000 reasons). Now those components generally cost allot of money
Membro registado
10 mensagems
Publicado em setembro, 11 2019 - 2:08 AM
não é um serviço free, porém muito bom, se servir um serviço online
https://docs.aws.amazon.com/pt_br/rekognition/latest/dg/text-detection.html
Membro registado
36 mensagems
Publicado em setembro, 13 2019 - 4:18 AM
VILANI wrote:
não é um serviço free, porém muito bom, se servir um serviço online
https://docs.aws.amazon.com/pt_br/rekognition/latest/dg/text-detection.html



Thank you for this I'll check it out