Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.43 KB

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