Python Forum
[split] How do i read particular text from scanned documents - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: [split] How do i read particular text from scanned documents (/thread-14138.html)



[split] original first post - ganeshsai2912 - Oct-22-2018

How to read particular text (like empno,name,salary,etx) from scanned or image file and store in db using python with any one deep learning library (like tensorflow, pytorch,etc)


[split] How do i read particular text from scanned documents - ganeshsai2912 - Nov-16-2018

Ay update pls... Smile


RE: How to read particular text from scanned or image file using python with DL library - Larz60+ - Nov-16-2018

Are you expecting a book?
you are asking for a lot in a very small, simple question.
As you should know tensor flow or any other machine learning language can get very complex.
Also, please indicate what you have accomplished so far, show code and where you are having a problem.


RE: How to read particular text from scanned or image file using python with DL library - ganeshsai2912 - Nov-16-2018

Thanks for your information.

we have "n" number of scanned documents which contains some text.

my client asked to search text from image documents based on their parameters.

every day they are receiving 20 thousands of image documents from various vendor.

In that documents, they want to extract some details and store in database.

if they are done in pragmatically, then they are saving lot of man hours, timings and quality.

that's why the above requirement...

i came to know that, there will be possible in deep learning using tensorflow,pytorch,Ctk,etc..

but, i am not sure how to do this..?