Friday, April 16, 2021

Re: image processing

Thanks ,
     but i want form data which is in the image format and ocr library is not capable of giving me any perticular data it gives me all the test which is on the image and as well it also not gives me correct image text many time


On Fri, Apr 16, 2021 at 5:25 PM Kasper Laudrup <laudrup@stacktrace.dk> wrote:
On 16/04/2021 13.43, Aniket Gadge wrote:
> hello everyone,
>               my college project is Ai based in that i want to store the
> student details to a database, The form is a scan document in image
> format and i want to retrieve that data like name , age, phone number ,
> etc. how can i retrieve data which is one user form?
>

What you're looking for is called OCR (Optical Character Recognition).
There seems to be library for Python called Tesseract which should be
simple to integrate with Django. Here's a tutorial:

https://towardsdatascience.com/create-simple-optical-character-recognition-ocr-with-python-6d90adb82bb8

I don't have any experience with this library or OCR in general, but
hopefully this should guide you in the right direction.

Good luck with your project.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0b8549df-4f8b-94e6-ec79-8ba850b9ca98%40stacktrace.dk.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAAecFs_kAaEJYbNdsOK5F3%3D08rOMvnZ2W40QLNU%3D%2BErdjuW2A%40mail.gmail.com.

No comments:

Post a Comment