All Projects → simplezhli → Tesseract Ocr Scanner

simplezhli / Tesseract Ocr Scanner

Licence: apache-2.0
基于Tesseract-OCR实现自动扫描识别手机号

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Tesseract Ocr Scanner

Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+240.35%)
Mutual labels:  qrcode-scanner, zxing, qrcode, scanner
qrcode
A flutter plugin for scanning QR codes. Use AVCaptureSession in iOS and zxing in Android.
Stars: ✭ 69 (-88.91%)
Mutual labels:  qrcode, zxing, qrcode-scanner
Qrcodescanner
Android QR Code scanning library : QR Scanning library based on zxing for android devices API 15 and up
Stars: ✭ 117 (-81.19%)
Mutual labels:  zxing, qrcode, scanner
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (-52.89%)
Mutual labels:  qrcode-scanner, qrcode, scanner
Czxing
C++ port of ZXing and ZBar for Android.
Stars: ✭ 854 (+37.3%)
Mutual labels:  qrcode-scanner, zxing, qrcode
Qr Code Scanner
📠 A simple, fast and useful progressive web application
Stars: ✭ 982 (+57.88%)
Mutual labels:  qrcode-scanner, qrcode, scanner
Scannermapp
A QR-code and barcode acanner app built in Delphi using ZXing and TFrameStand
Stars: ✭ 65 (-89.55%)
Mutual labels:  qrcode-scanner, zxing, qrcode
Jsqrscanner
JavaScript QR Code scanner for HTML5 supporting browsers
Stars: ✭ 212 (-65.92%)
Mutual labels:  qrcode-scanner, zxing, qrcode
barcode scan2
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
Stars: ✭ 43 (-93.09%)
Mutual labels:  scanner, qrcode, qrcode-scanner
QR Attendance
This project is an attendance system which provides attendance on scanning QR code. The attendance is stored in Excel sheet named with the date of attendance taken. In this folder a file named Generate.py is used to generate the QR code for given input file. Attend.py file is for scanning the QR code
Stars: ✭ 17 (-97.27%)
Mutual labels:  qrcode, qrcode-scanner
garden.zbarcam
Migrated to https://github.com/kivy-garden/zbarcam
Stars: ✭ 49 (-92.12%)
Mutual labels:  scanner, qrcode
breach-protocol-autosolver
Solve breach protocol minigame in second(s). Windows/Linux/GeForce Now/Google Stadia. Every language.
Stars: ✭ 28 (-95.5%)
Mutual labels:  tesseract, tesseract-ocr
Code Scanner
Code scanner library for Android, based on ZXing
Stars: ✭ 543 (-12.7%)
Mutual labels:  zxing, scanner
Indian-Number-Plate-Recognition-System
Indian Number Plate Recognition System built using OpenCV
Stars: ✭ 72 (-88.42%)
Mutual labels:  tesseract, tesseract-ocr
React Native Tesseract Ocr
Tesseract OCR wrapper for React Native
Stars: ✭ 384 (-38.26%)
Mutual labels:  tesseract, tesseract-ocr
Ccextractor
CCExtractor - Official version maintained by the core team
Stars: ✭ 356 (-42.77%)
Mutual labels:  tesseract, tesseract-ocr
simple-login-qrcode-webcam-php
🐱‍💻 Just simple login mechanism using QR Code Scanner with Webcam in PHP
Stars: ✭ 66 (-89.39%)
Mutual labels:  scanner, qrcode
Lbxscan
A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)
Stars: ✭ 3,133 (+403.7%)
Mutual labels:  qrcode-scanner, zxing
Quick Media
media(audio/image/qrcode/markdown/html/svg) support web service (多媒体编辑服务, 酷炫二维码, 音频, 图片, svg, markdown, html渲染服务支持)
Stars: ✭ 612 (-1.61%)
Mutual labels:  zxing, qrcode
Ngx Scanner
Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing.
Stars: ✭ 420 (-32.48%)
Mutual labels:  zxing, scanner

Tesseract-OCR-Scanner

Tesseract-OCR-Scanner是基于Tesseract-OCR实现的数字自动识别。

实现效果图

实现说明

具体参考博客:http://blog.csdn.net/qq_17766199/article/details/77963278

其他

  • 支持androidx。旧版在1.0分支。

  • 训练数据放在res/raw目录下,需要识别其他语言可另行下载替换。本项目使用的为英文识别训练包。

  • 数字识别时,框小一点会好识别。(可以手动调节大小的扫描框)

  • 数字识别对于手写体识别效率不高,主要是训练包问题。有需求可自行训练。

Thanks For

License

Copyright 2017 simplezhli

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].