Understand December 2019 will be the month for OCR. I played around a bit and very simple stuff seems to work. However I would like the driversโ license (EU- card) and even both sides. Until now far from lucky. Any chance to pay attention to this?
Hi Ewout,
Could you help me understand a bit more when you say itโs far from lucky? About what % of the text is being captured accurately?
Billy
I didnโt manage at all with real DL-Cards
When created simple look-a-likes in black and white I got some reading.
I want to use it to identify a customer and get all his DL info to support and issue an insurance policy.
Customer makes a photo of his Driversโ License and I read it.
Ewout
Has there been any luck with this? I just tried doing it would DLs and my OCR wonโt even complete the training.
Anybody have anything on this? I feel like there are a ton of companies that have to ability to do OCR with driverโs licenses that this should be something appsheet could do. Especially now that itโs a part of google cloud. It would be especially cool, instead of selecting image for the field if we just selected Driverโs license, and it just used a prebuilt OCR with recommended fields.
Wouldnโt licenses be different for every country?
Ya, so I know licenses are slightly different for each state, but I know there are companies out there that already offer Driver License OCR. Could Appsheet just create an application option in the OCR, so that when someone selects Driver License, it feeds into a larger machine learning system? I have 100 driver licenses scanned, but Iโm only able to use 10 for my OCR. Itโs frustrating because it doesnโt really do a good job at pulling the information.
There is e.g. an EU-standard. However a different format should be recognised for adjusted reading.
Last December was announced by Appsheet as the OCR-month but after that it was quite so far.
OCR Models are not usable for me at the moment. I always get errors.
Thatโs why Iโm just using the OCRTEXT() expression.
For sure this is capturing every text on the photo.
But with some extra expressions you can extract the text you want.
The EU Version seems to have a standard.
OCRTEXT() for this image would give:
DAYS
18.09.1EU
FรHRERSCHEIN BUNDESREPUBLIK DEUTSCHLAND
1. Mustermann
MUSTER
2. Erika
3. 12.08.64 Berlin
4a. 22.01.15 4. Landratsamt
Musterhausen am See
4b. 21.01.30
6. B072RRE2155
itsamkSCHEIN
9. AM/B/L
2013
The expression in your [Last Name] column would be:
INDEX(SPLIT(
INDEX(SPLIT([OCRTEXT],"
1. "),2)
,"
"),1)
The result will be โMustermannโ.
For Dates you can use EXTRACTDATES() expression.
Adding @tony
Thanks for the feedback David. I will make sure to pass that along to our OCR team. In the meantime, I would encourage you to submit this as a feature request where it can get upvotes and where our team has visibility into communityโs needs.
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |