Skip to main content

OCR Scanner use tesseract

Project description

streamlit_qrcode_scanner

OCR Scanner with back camera as default
Use tesseract engine

Example:

import streamlit as st
from streamlit_tesseract_scanner import tesseract_scanner

blacklist='@*|©_Ⓡ®¢§š'
data = tesseract_scanner(showimg=False, lang='vie+eng', blacklist=blacklist, psm=3)

if data is not None:
st.write(data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit-tesseract-scanner-0.1.0.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page