Skip to content

Biz_card | Extraction | EasyOCR | RegEx | Python | SQLite | Streamlit |

Notifications You must be signed in to change notification settings

dhanavasanth/Bizcard-Extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-addition

Biz_Card Extraction using Easy_OCR"

Extracting informations from the Biz_Card using Easy_OCR is a very simple task.

Deployment

To deploy this project run

  pip install easyocr
  
  reader = easyocr.Reader(['ch_sim','en'])

This all, but with Regular Expressions...you will be able to segregate each info's in respective way.

  import regex as re

Once you have the reader object, you can use it to extract the information from the Biz_Card. WHhen the Biz_Card is extracted, you will get the following information:

data">

DATAFRAME

dataframe

Creating a user_interface website using Streamlit

This helps user to upload their extracted buissness card information and upload it to SQLite database and it will provide a searchable user interface.

Home

home

Search Interface

search

Support

email : danavasanth@gmail.com

About

Biz_card | Extraction | EasyOCR | RegEx | Python | SQLite | Streamlit |

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages