Closed cxrod closed 4 years ago
@cxrod This is not a general use api. You should not be using the recognizer directly as you should be processing OCR results through the recognizer view. in 1.3.7 this class will no longer be visible.
@pequots34 ok, Do you have any documentation about it? Im creating a native module on my react native app, so Im al ready have the camera UI cover and I just need to process the images from the URIs.
Thanks for your time. Regards
There wouldn't be any documentation as its still in development. The release notes will reflect the change, but essentially you will not longer be able to call into Recognizer class ( Recognizer.getInstance(reactContext ) ). If its react native you will need to build the activity and or fragment in native code ( java / kotlin ) and use the recognizer view that will provide the camera interface.
Hi, I'm trying to get data from a long receipt in 2 images using the recognize function of the Recognizer class, but is only retrieving the info of the first image.
I'm using version 1.3.6 of the library.
This is my code
This is a screenshoot of the debugger with 2 bitmaps.
I will attach the receipt images and the JSON with de result.
Image 1
Image 2
result's JSON