Reputation: 460
I was looking for an android Business Card Scanner project that I can integrate with my React Native App.Is there anything like that out there ?
Upvotes: 3
Views: 2540
Reputation: 1076
I have written one like that which has all the logic to scan(OCR) and map the respective fields e.g Fname,Lname,designation,phone numbers etc but that was for native iOS and Android .
Checkout this link
This runs on the engine I created, I used tesseract for OCR , react native wrapper for that is available here
Upvotes: 2