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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit-tesseract-scanner-0.1.0.tar.gz.
File metadata
- Download URL: streamlit-tesseract-scanner-0.1.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
156f4b8e934c743e49a9c5dd9a081b63110f3e3a1154179d32b7d1f5db6275c2
|
|
| MD5 |
c68c2dd4f8c1a3a93d302d55bdac5726
|
|
| BLAKE2b-256 |
b694971d29b881a566efd72ec0b6627245e05da277d46f9c99f043a5a36254d7
|
File details
Details for the file streamlit_tesseract_scanner-0.1.0-py3-none-any.whl.
File metadata
- Download URL: streamlit_tesseract_scanner-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c3420daf031134b65ee5e20a5e0b131106e80bcf4b9bf6723a7c982bd89be99
|
|
| MD5 |
5d4fde7f6bb044275612320d03d83dbf
|
|
| BLAKE2b-256 |
b1fc5f44f0ce2d3a194f61aacd3d2eff7b584c9c003f88d3d8dc9b8e36235f55
|