dilippuri / PAN-Card-OCR

Retrive meaningful information from PAN Card image using tesseract-ocr :sunglasses:
MIT License
123 stars 60 forks source link

Can we crop only signature part from Pan card #12

Closed shubh12et1062 closed 5 years ago

dilippuri commented 5 years ago

yes, of course, we can. For that, we need to identify the region. Generally, what happens the particular signature area is fixed in such typical kind of documents.

shubh12et1062 commented 5 years ago

what if we need to pass 15 to 20 thousand pan cards and want to dynamically export signatures at once.

dilippuri commented 5 years ago

sure, it can be done by batch processing. just we need to ensure how we are processing. it would, even more, better if we can parallelize it.