All Projects → Cnn_lstm_ctc_ocr_for_icpr → Similar Projects or Alternatives

487 Open source projects that are alternatives of or similar to Cnn_lstm_ctc_ocr_for_icpr

Korean-OCR-Model-Design-based-on-Keras-CNN
Korean OCR Model Design(한글 OCR 모델 설계)
Stars: ✭ 34 (-45.16%)
Mutual labels:  ocr, recognition
Deep Text Recognition Benchmark
Text recognition (optical character recognition) with deep learning methods.
Stars: ✭ 2,665 (+4198.39%)
Mutual labels:  recognition, ocr
Crnn chinese characters rec
(CRNN) Chinese Characters Recognition.
Stars: ✭ 1,259 (+1930.65%)
Mutual labels:  recognition, ocr
Aster
Recognizing cropped text in natural images.
Stars: ✭ 626 (+909.68%)
Mutual labels:  recognition, ocr
Handwriting Ocr
OCR software for recognition of handwritten text
Stars: ✭ 411 (+562.9%)
Mutual labels:  recognition, ocr
Cogstack Pipeline
Distributed, fault tolerant batch processing for Natural Language Applications and Search, using remote partitioning
Stars: ✭ 26 (-58.06%)
Mutual labels:  ocr
Pan card ocr project
To extract details from Indian National Identification Cards such as PAN (completed) & Aadhar, Passport, Driving License (WIP) in a structured format
Stars: ✭ 39 (-37.1%)
Mutual labels:  ocr
Pyocr
A Python wrapper for Tesseract and Cuneiform -- Moved to Gnome's Gitlab
Stars: ✭ 932 (+1403.23%)
Mutual labels:  ocr
Tesseract
A PHP wrapper for the Tesseract OCR engine
Stars: ✭ 19 (-69.35%)
Mutual labels:  ocr
Openimager
Image processing Toolkit in R
Stars: ✭ 45 (-27.42%)
Mutual labels:  recognition
Paperless
Scan, index, and archive all of your paper documents
Stars: ✭ 7,662 (+12258.06%)
Mutual labels:  ocr
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+1233.87%)
Mutual labels:  ocr
Neural Network Digit Ocr
Trains a Neural Network to read handwritten digits (OCR). Uses synaptic for Node.js, socket.io and MongoDB
Stars: ✭ 12 (-80.65%)
Mutual labels:  ocr
Tika Python
Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.
Stars: ✭ 997 (+1508.06%)
Mutual labels:  recognition
Javascript Bcr Library
Offline business card reader
Stars: ✭ 24 (-61.29%)
Mutual labels:  ocr
Coremlvisionscanner
CoreML Vision Text Data & Animal Detector iOS App
Stars: ✭ 49 (-20.97%)
Mutual labels:  ocr
Ozymandias
My name vs Oxymnndms, kmq of km / Look on my works, ye uny, and despaw
Stars: ✭ 23 (-62.9%)
Mutual labels:  ocr
Gesture recognition
a gesture recognition verification lock
Stars: ✭ 37 (-40.32%)
Mutual labels:  recognition
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-70.97%)
Mutual labels:  ocr
Seven Segment Ocr
Digitizes numbers from videos & images of seven segment displays
Stars: ✭ 53 (-14.52%)
Mutual labels:  ocr
Gimagereader
A Gtk/Qt front-end to tesseract-ocr.
Stars: ✭ 786 (+1167.74%)
Mutual labels:  ocr
Gocr
OCR implementation with Golang
Stars: ✭ 32 (-48.39%)
Mutual labels:  ocr
Keras Ocr
A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
Stars: ✭ 782 (+1161.29%)
Mutual labels:  ocr
Trape
People tracker on the Internet: OSINT analysis and research tool by Jose Pino
Stars: ✭ 6,753 (+10791.94%)
Mutual labels:  recognition
Vue.js With Asp.net Core Sample
This provides a sample code using vue.js running on ASP.NET Core
Stars: ✭ 44 (-29.03%)
Mutual labels:  ocr
Mspaintide
Programming in MS Paint
Stars: ✭ 909 (+1366.13%)
Mutual labels:  ocr
Tensorflow Ocr
🖺 OCR using tensorflow with attention
Stars: ✭ 635 (+924.19%)
Mutual labels:  ocr
Img2latex Mathpix
An image to LaTeX tool by MathpixOCR API and JavaFX
Stars: ✭ 872 (+1306.45%)
Mutual labels:  ocr
Dialectid e2e
End to End Dialect Identification using Convolutional Neural Network
Stars: ✭ 40 (-35.48%)
Mutual labels:  recognition
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+1261.29%)
Mutual labels:  ocr
Swiftytesseractrte
SwiftyTesseract Real-Time Engine
Stars: ✭ 49 (-20.97%)
Mutual labels:  ocr
Didicallcar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
Stars: ✭ 935 (+1408.06%)
Mutual labels:  ocr
Pottan Ocr
A stupid OCR for malayalam language
Stars: ✭ 39 (-37.1%)
Mutual labels:  ocr
Text renderer
Generate text images for training deep learning ocr model
Stars: ✭ 931 (+1401.61%)
Mutual labels:  ocr
Simplehtr
Handwritten Text Recognition (HTR) system implemented with TensorFlow.
Stars: ✭ 1,072 (+1629.03%)
Mutual labels:  ocr
Pytesseractid
使用 pytesseract ocr 识别 18 位身份证号
Stars: ✭ 23 (-62.9%)
Mutual labels:  ocr
Ocrbot
An OCR (Optical Character Recognition) bot for Mastodon (and compatible) instances
Stars: ✭ 39 (-37.1%)
Mutual labels:  ocr
Fakemenot
Application to check authenticity of Twitter screenshots. Written in Python 🐍
Stars: ✭ 22 (-64.52%)
Mutual labels:  ocr
Eyevis
Android based Vocal Vision for Visually Impaired. Object Detection, Voice Assistance, Optical Character Reader, Read Aloud, Face Recognition, Landmark Recognition, Image Labelling etc.
Stars: ✭ 48 (-22.58%)
Mutual labels:  ocr
Prlib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 18 (-70.97%)
Mutual labels:  ocr
Blackout
NaNoGenMo 2016 entry #2
Stars: ✭ 36 (-41.94%)
Mutual labels:  ocr
Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (-72.58%)
Mutual labels:  ocr
Sane Scan Pdf
Sane command-line scan-to-pdf script on Linux with OCR and deskew support
Stars: ✭ 58 (-6.45%)
Mutual labels:  ocr
Chineseocr lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
Stars: ✭ 8,295 (+13279.03%)
Mutual labels:  ocr
Zxingcamera
Camera for Android,身份证号码识别 (本地,实时)
Stars: ✭ 34 (-45.16%)
Mutual labels:  ocr
Image Text Localization Recognition
A general list of resources to image text localization and recognition 场景文本位置感知与识别的论文资源与实现合集 シーンテキストの位置認識と識別のための論文リソースの要約
Stars: ✭ 788 (+1170.97%)
Mutual labels:  ocr
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (-27.42%)
Mutual labels:  ocr
Ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Stars: ✭ 6,896 (+11022.58%)
Mutual labels:  ocr
Pgstosrt
PGS to Srt converter
Stars: ✭ 21 (-66.13%)
Mutual labels:  ocr
Evil
Optical Character Recognition in Swift for iOS&macOS. 银行卡、身份证、门牌号光学识别
Stars: ✭ 648 (+945.16%)
Mutual labels:  ocr
Idmatch
Match faces on id cards with OCR capabilities.
Stars: ✭ 52 (-16.13%)
Mutual labels:  ocr
Seq 2 Seq Ocr
Handwritten text recognition with Keras
Stars: ✭ 15 (-75.81%)
Mutual labels:  ocr
Trwebocr
开源易用的中文离线OCR,识别率媲美大厂,并且提供了易用的web页面及web的接口,方便人类日常工作使用或者其他程序来调用~
Stars: ✭ 618 (+896.77%)
Mutual labels:  ocr
Receipt Parser Legacy
A supermarket receipt parser written in Python using tesseract OCR
Stars: ✭ 614 (+890.32%)
Mutual labels:  ocr
Newocr
A custom OCR library in pure Java made as a replacement for MS Paint IDE's OCR
Stars: ✭ 43 (-30.65%)
Mutual labels:  ocr
Textboxes plusplus
TextBoxes++: A Single-Shot Oriented Scene Text Detector
Stars: ✭ 883 (+1324.19%)
Mutual labels:  ocr
All Contributors
✨ Recognize all contributors, not just the ones who push code ✨
Stars: ✭ 5,893 (+9404.84%)
Mutual labels:  recognition
Tr
Free Offline OCR 离线的中文文本检测+识别SDK
Stars: ✭ 598 (+864.52%)
Mutual labels:  ocr
En Data mining
Data Mining Historical Newspaper Metadata (METS/ALTO formats)
Stars: ✭ 14 (-77.42%)
Mutual labels:  ocr
Doccreator
DIAR software for synthetic document image and groundtruth generation, with various degradation models for data augmentation
Stars: ✭ 60 (-3.23%)
Mutual labels:  ocr
1-60 of 487 similar projects