CardOCR is an Android app whose purpose is to demonstrate how optical character recognition (OCR) works in an Android environment with OpenCV and Tesseract.
The actual use case of this app would be as a part of a payment module from a bigger app (an online shopping app or simmilar) to enable the user to take a photo of the payment card to input the card number, instead of typing it manually to make a payment.
The app uses the Android device's built-in camera to take a photo of the card, the photo is then processed and the recognised number is shown as text.
CardOCR е Аndroid апликација чија намена е да демонстрира како функционира оптичкото препознавање на карактери (OCR) во Android околина.
Идејата е да се овозможи автоматско препознавање на бројот од платежна картичка, што би било корисно во склоп на некоја поголема апликација за онлајн продавница.
Фотографија на платежната картичка се добива од вградената камера на Android уредот, се процесира и текстот кој е препознаен се прикажува во текстуално поле на екран.