Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Get both cropped image AND recognised text? #9

Open
p3v9d5ui opened this issue Oct 11, 2019 · 2 comments
Open

Get both cropped image AND recognised text? #9

p3v9d5ui opened this issue Oct 11, 2019 · 2 comments

Comments

@p3v9d5ui
Copy link

Hi All,

I've just started experimenting with this plugin, and there's something that seems very strange to me: the startImageCapture() method can recognise a document and take a picture, and the startDataCapture() method can recognise text, but there does not seem to be a way to get both results at once.

Both of the above methods opens the camera UI and a picture is taken. Obviously I don't want my users to have to take two pictures. So, is there a way to take one photo, and get both the cropped/corrected image AND the structured OCR data?

@p3v9d5ui
Copy link
Author

I have had feedback from Abbyy that this is not possible with the current plugin version.

@al0b
Copy link
Contributor

al0b commented Jun 4, 2020

We added methods for single image processing, so currently you can take picture with startImageCapture method and recognise it with low level Core API method (recognizeText or extractData), please check this link https://help.abbyy.com/en-us/mobilecapturesdk/1/cordova_help/cordova-coreapi-methods

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants