Reliable MRZ (Machine Readable Zone) cloud API Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Algorithm for capturing machine readable zonesHow to set Image size for Improving OCR output.?Why is the composite check digit in a machine readable zone of a modern passport not taking into account all of the data?Unity3D - OCR Number RecognitionOCR on noisy imageWhy Microsoft Cognitive doesn't return every OCR field?OCR PDF Files Using Google Cloud Vision?Improving threshold result for Tesseracttesseract - how to deal with character separatorsGoogle Cloud Vision - Which region does Google upload the images to?
Did any compiler fully use 80-bit floating point?
A `coordinate` command ignored
Is it dangerous to install hacking tools on my private linux machine?
GDP with Intermediate Production
Is openssl rand command cryptographically secure?
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
Caught masturbating at work
Monty Hall Problem-Probability Paradox
What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?
After Sam didn't return home in the end, were he and Al still friends?
License to disallow distribution in closed source software, but allow exceptions made by owner?
Why is a lens darker than other ones when applying the same settings?
Why weren't discrete x86 CPUs ever used in game hardware?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
How can I save and copy a screenhot at the same time?
Universal covering space of the real projective line?
Simple Http Server
How many time has Arya actually used Needle?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Would color changing eyes affect vision?
How do living politicians protect their readily obtainable signatures from misuse?
Google .dev domain strangely redirects to https
How to write capital alpha?
A term for a woman complaining about things/begging in a cute/childish way
Reliable MRZ (Machine Readable Zone) cloud API
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!Algorithm for capturing machine readable zonesHow to set Image size for Improving OCR output.?Why is the composite check digit in a machine readable zone of a modern passport not taking into account all of the data?Unity3D - OCR Number RecognitionOCR on noisy imageWhy Microsoft Cognitive doesn't return every OCR field?OCR PDF Files Using Google Cloud Vision?Improving threshold result for Tesseracttesseract - how to deal with character separatorsGoogle Cloud Vision - Which region does Google upload the images to?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm looking for a cloud based solution to read the Machine Readable Zone from IDs or Passports to implement in our backend.
I tried some generic OCR solutions such as:
- Amazon Rekognition
- Google Vision
- Microsoft Computer Vision
Teserract 3.0 / 4.0 (experimental)
None of these provide accurate (sometimes not at all MRZ recognition)
I also tried some other tools specialized in MRZ OCR:
BlinkID from MicroBlink (which is very good but doesn't have a cloud solution)
Accurascan (provides cloud solution but less accurate than BlinkID)
Abbyy (too slow, 10~ seconds per request)
Can you recommend me a good cloud solution for MRZ OCR of documents?
computer-vision ocr tesseract amazon-rekognition microblink
add a comment |
I'm looking for a cloud based solution to read the Machine Readable Zone from IDs or Passports to implement in our backend.
I tried some generic OCR solutions such as:
- Amazon Rekognition
- Google Vision
- Microsoft Computer Vision
Teserract 3.0 / 4.0 (experimental)
None of these provide accurate (sometimes not at all MRZ recognition)
I also tried some other tools specialized in MRZ OCR:
BlinkID from MicroBlink (which is very good but doesn't have a cloud solution)
Accurascan (provides cloud solution but less accurate than BlinkID)
Abbyy (too slow, 10~ seconds per request)
Can you recommend me a good cloud solution for MRZ OCR of documents?
computer-vision ocr tesseract amazon-rekognition microblink
add a comment |
I'm looking for a cloud based solution to read the Machine Readable Zone from IDs or Passports to implement in our backend.
I tried some generic OCR solutions such as:
- Amazon Rekognition
- Google Vision
- Microsoft Computer Vision
Teserract 3.0 / 4.0 (experimental)
None of these provide accurate (sometimes not at all MRZ recognition)
I also tried some other tools specialized in MRZ OCR:
BlinkID from MicroBlink (which is very good but doesn't have a cloud solution)
Accurascan (provides cloud solution but less accurate than BlinkID)
Abbyy (too slow, 10~ seconds per request)
Can you recommend me a good cloud solution for MRZ OCR of documents?
computer-vision ocr tesseract amazon-rekognition microblink
I'm looking for a cloud based solution to read the Machine Readable Zone from IDs or Passports to implement in our backend.
I tried some generic OCR solutions such as:
- Amazon Rekognition
- Google Vision
- Microsoft Computer Vision
Teserract 3.0 / 4.0 (experimental)
None of these provide accurate (sometimes not at all MRZ recognition)
I also tried some other tools specialized in MRZ OCR:
BlinkID from MicroBlink (which is very good but doesn't have a cloud solution)
Accurascan (provides cloud solution but less accurate than BlinkID)
Abbyy (too slow, 10~ seconds per request)
Can you recommend me a good cloud solution for MRZ OCR of documents?
computer-vision ocr tesseract amazon-rekognition microblink
computer-vision ocr tesseract amazon-rekognition microblink
edited Mar 8 at 23:20
Mike
asked Mar 8 at 23:13
MikeMike
999
999
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
In the ocr.space ocr api forum I read this post a while ago: MRZ reading in passports:
When scanning alphanumerical texts like the MRZ it often helps to select Korean, Japanese or Chinese as OCR language. For the MRZ font, Japanese gives the best results in my tests.
add a comment |
For quite some time, Microblink does offer cloud solution for the reading of the MRTD documents. Beside MRTD, we also support lots of the other types of the documents, like USDL, UKDL, Germany ID and DL, Malaysia ID and DL, etc. You can find more information, test our solution free of charge, and list of the supported documents here: https://microblink.com/products/blinkid/web-api
We also offer a docker instance of the API that can be hosted on your own premise: https://hub.docker.com/r/microblink/api/
If you need any assistance with creating a api key for the docker image, please let me know.
Regards
Hello, MicroBlink offers cloud just for testing. We need it for production. "At the moment, Cloud API is just for testing" - quote from the website. Is there something I missed?
– Mike
Mar 23 at 17:09
Hi Mike, Yes, you are right. But Cloud API is something that we will be able to offer very soon, we’re still working on infrastructure to finalize it. Please contact us for more details.
– culoi
Mar 24 at 19:00
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55072291%2freliable-mrz-machine-readable-zone-cloud-api%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In the ocr.space ocr api forum I read this post a while ago: MRZ reading in passports:
When scanning alphanumerical texts like the MRZ it often helps to select Korean, Japanese or Chinese as OCR language. For the MRZ font, Japanese gives the best results in my tests.
add a comment |
In the ocr.space ocr api forum I read this post a while ago: MRZ reading in passports:
When scanning alphanumerical texts like the MRZ it often helps to select Korean, Japanese or Chinese as OCR language. For the MRZ font, Japanese gives the best results in my tests.
add a comment |
In the ocr.space ocr api forum I read this post a while ago: MRZ reading in passports:
When scanning alphanumerical texts like the MRZ it often helps to select Korean, Japanese or Chinese as OCR language. For the MRZ font, Japanese gives the best results in my tests.
In the ocr.space ocr api forum I read this post a while ago: MRZ reading in passports:
When scanning alphanumerical texts like the MRZ it often helps to select Korean, Japanese or Chinese as OCR language. For the MRZ font, Japanese gives the best results in my tests.
answered Mar 10 at 11:30
Jim GrigoryanJim Grigoryan
48216
48216
add a comment |
add a comment |
For quite some time, Microblink does offer cloud solution for the reading of the MRTD documents. Beside MRTD, we also support lots of the other types of the documents, like USDL, UKDL, Germany ID and DL, Malaysia ID and DL, etc. You can find more information, test our solution free of charge, and list of the supported documents here: https://microblink.com/products/blinkid/web-api
We also offer a docker instance of the API that can be hosted on your own premise: https://hub.docker.com/r/microblink/api/
If you need any assistance with creating a api key for the docker image, please let me know.
Regards
Hello, MicroBlink offers cloud just for testing. We need it for production. "At the moment, Cloud API is just for testing" - quote from the website. Is there something I missed?
– Mike
Mar 23 at 17:09
Hi Mike, Yes, you are right. But Cloud API is something that we will be able to offer very soon, we’re still working on infrastructure to finalize it. Please contact us for more details.
– culoi
Mar 24 at 19:00
add a comment |
For quite some time, Microblink does offer cloud solution for the reading of the MRTD documents. Beside MRTD, we also support lots of the other types of the documents, like USDL, UKDL, Germany ID and DL, Malaysia ID and DL, etc. You can find more information, test our solution free of charge, and list of the supported documents here: https://microblink.com/products/blinkid/web-api
We also offer a docker instance of the API that can be hosted on your own premise: https://hub.docker.com/r/microblink/api/
If you need any assistance with creating a api key for the docker image, please let me know.
Regards
Hello, MicroBlink offers cloud just for testing. We need it for production. "At the moment, Cloud API is just for testing" - quote from the website. Is there something I missed?
– Mike
Mar 23 at 17:09
Hi Mike, Yes, you are right. But Cloud API is something that we will be able to offer very soon, we’re still working on infrastructure to finalize it. Please contact us for more details.
– culoi
Mar 24 at 19:00
add a comment |
For quite some time, Microblink does offer cloud solution for the reading of the MRTD documents. Beside MRTD, we also support lots of the other types of the documents, like USDL, UKDL, Germany ID and DL, Malaysia ID and DL, etc. You can find more information, test our solution free of charge, and list of the supported documents here: https://microblink.com/products/blinkid/web-api
We also offer a docker instance of the API that can be hosted on your own premise: https://hub.docker.com/r/microblink/api/
If you need any assistance with creating a api key for the docker image, please let me know.
Regards
For quite some time, Microblink does offer cloud solution for the reading of the MRTD documents. Beside MRTD, we also support lots of the other types of the documents, like USDL, UKDL, Germany ID and DL, Malaysia ID and DL, etc. You can find more information, test our solution free of charge, and list of the supported documents here: https://microblink.com/products/blinkid/web-api
We also offer a docker instance of the API that can be hosted on your own premise: https://hub.docker.com/r/microblink/api/
If you need any assistance with creating a api key for the docker image, please let me know.
Regards
answered Mar 22 at 16:11
culoiculoi
614
614
Hello, MicroBlink offers cloud just for testing. We need it for production. "At the moment, Cloud API is just for testing" - quote from the website. Is there something I missed?
– Mike
Mar 23 at 17:09
Hi Mike, Yes, you are right. But Cloud API is something that we will be able to offer very soon, we’re still working on infrastructure to finalize it. Please contact us for more details.
– culoi
Mar 24 at 19:00
add a comment |
Hello, MicroBlink offers cloud just for testing. We need it for production. "At the moment, Cloud API is just for testing" - quote from the website. Is there something I missed?
– Mike
Mar 23 at 17:09
Hi Mike, Yes, you are right. But Cloud API is something that we will be able to offer very soon, we’re still working on infrastructure to finalize it. Please contact us for more details.
– culoi
Mar 24 at 19:00
Hello, MicroBlink offers cloud just for testing. We need it for production. "At the moment, Cloud API is just for testing" - quote from the website. Is there something I missed?
– Mike
Mar 23 at 17:09
Hello, MicroBlink offers cloud just for testing. We need it for production. "At the moment, Cloud API is just for testing" - quote from the website. Is there something I missed?
– Mike
Mar 23 at 17:09
Hi Mike, Yes, you are right. But Cloud API is something that we will be able to offer very soon, we’re still working on infrastructure to finalize it. Please contact us for more details.
– culoi
Mar 24 at 19:00
Hi Mike, Yes, you are right. But Cloud API is something that we will be able to offer very soon, we’re still working on infrastructure to finalize it. Please contact us for more details.
– culoi
Mar 24 at 19:00
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55072291%2freliable-mrz-machine-readable-zone-cloud-api%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown