L
L
LastGeneral2021-08-11 16:07:36
WordPress
LastGeneral, 2021-08-11 16:07:36

How to implement user registration for the draw?

For the draw, you need to implement a form on the site that would collect in the database, data about the client with a photo of the receipt, which indicates that he bought the specified product, and then send him data that the registration was successful.
What plugin can do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2021-08-11
@rPman

99% of the work is receipt recognition. You take Tesseract
from open implementations , it is possible to pass the image through filters, since usually the text on receipts consists of dots, and they need to be combined into lines. There are a lot of unopened paid implementations with api, just google check recognition. After the teseract, you get the text, check it according to the format, and already add the logic to the WordPress.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question