I'm working with a web application which require a scanned ID card to be uploaded and extracted for information. I read through the documents about Abbyy Cloud OCR SDK, however, it doesn't mention about pre-processing image step. Does Abbyy Cloud OCR SDK support Image Pre-Processing automatically when it's uploaded to the service before reading it?
Pre-processing image using Abbyy Cloud OCR SDK
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
Image pre-processing is performed as a part of the recognition method you use. So you can set the recognition settings via recognition method parameters. If you use the processImage method, you can specify the imageSource (photo or scanner), correctOrientation and correctSkew.
Please sign in to leave a comment.