All Projects → auerswal → Ssocr

auerswal / Ssocr

Licence: gpl-3.0
Seven Segment Optical Character Recognition

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ssocr

Easyocr
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Stars: ✭ 13,379 (+9959.4%)
Mutual labels:  image-processing, ocr, optical-character-recognition
Signature extractor
A super lightweight image processing algorithm for detection and extraction of overlapped handwritten signatures on scanned documents using OpenCV and scikit-image.
Stars: ✭ 205 (+54.14%)
Mutual labels:  image-processing, ocr, optical-character-recognition
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 (-70.68%)
Mutual labels:  image-processing, ocr, optical-character-recognition
React Native Tesseract Ocr
Tesseract OCR wrapper for React Native
Stars: ✭ 384 (+188.72%)
Mutual labels:  ocr, optical-character-recognition
IdCardRecognition
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。
Stars: ✭ 35 (-73.68%)
Mutual labels:  ocr, optical-character-recognition
doctr-tfjs-demo
Javascript demo of docTR, powered by TensorFlowJS
Stars: ✭ 21 (-84.21%)
Mutual labels:  ocr, optical-character-recognition
Document-Scanner-and-OCR
A simple document scanner with OCR implemented using Python and OpenCV
Stars: ✭ 31 (-76.69%)
Mutual labels:  ocr, optical-character-recognition
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-86.47%)
Mutual labels:  image-processing, ocr
Ocrmypdf
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
Stars: ✭ 5,549 (+4072.18%)
Mutual labels:  image-processing, ocr
Prlib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 18 (-86.47%)
Mutual labels:  image-processing, ocr
Swiftytesseractrte
SwiftyTesseract Real-Time Engine
Stars: ✭ 49 (-63.16%)
Mutual labels:  ocr, optical-character-recognition
Persian-OCR
Optical character recognition of Farsi and Arabic letters
Stars: ✭ 36 (-72.93%)
Mutual labels:  ocr, optical-character-recognition
DocumentLab
OCR using tesseract, ImageMagick, EmguCV, an advanced query language and a fluent query interface for C#
Stars: ✭ 64 (-51.88%)
Mutual labels:  ocr, optical-character-recognition
Ccextractor
CCExtractor - Official version maintained by the core team
Stars: ✭ 356 (+167.67%)
Mutual labels:  image-processing, ocr
PAN-Card-OCR
Retrive meaningful information from PAN Card image using tesseract-ocr 😎
Stars: ✭ 115 (-13.53%)
Mutual labels:  ocr, optical-character-recognition
Swiftocr
Fast and simple OCR library written in Swift
Stars: ✭ 4,459 (+3252.63%)
Mutual labels:  ocr, optical-character-recognition
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 (-63.91%)
Mutual labels:  ocr, optical-character-recognition
Scanbot Sdk Example Android
Document scanning SDK example apps for the Scanbot SDK for Android.
Stars: ✭ 67 (-49.62%)
Mutual labels:  image-processing, ocr
mirador-textoverlay
Text Overlay plugin for Mirador 3
Stars: ✭ 35 (-73.68%)
Mutual labels:  ocr, optical-character-recognition
vrpdr
Deep Learning Applied To Vehicle Registration Plate Detection and Recognition in PyTorch.
Stars: ✭ 36 (-72.93%)
Mutual labels:  ocr, optical-character-recognition

Seven Segment Optical Character Recognition or ssocr for short is a program to recognize digits of a seven segment display. An image of one row of digits is used for input and the recognized number is written to the standard output. The program runs on GNU/Linux (some GNU/Linux distributions provide an ssocr package), FreeBSD (available as a port as well), Mac OS X (Homebrew can be used to install the library Imlib2, used by ssocr), and even on Windows (using Cygwin). ssocr should work on any UNIX-like or POSIX compatible operating system.

Unless ssocr is installed via some packaging system, e.g. from a GNU/Linux distribution, it is distributed in source form and needs to be built before it can be used. See the INSTALL file for instructions on how to build ssocr.

A manual for ssocr is available in the form of a man page named ssocr.1, you can read it using "make ssocr.1 && man ./ssocr.1" (without the quotes).

You can get the current ssocr version from the official ssocr website: http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ (Links to ssocr should point to the official website, not to a convenience copy of the development repository, e.g. on GitHub.)

I am usually quicker to reply to emails than to GitHub issues. But increasingly Google blocks emails sent by me, so if you do not receive an answer from me, consider opening a GitHub issue. Perhaps your mail provider does not allow you to read my solutions to your ssocr problems. Especially if you are using an @gmail.com address, and you do not receive an answer to an email, it is most likely that Google blocked that answer. In that case, you can either follow up with a GitHub issue or use a better email provider than Google.

Every file in this repository or archive is licensed under the GNU General Public License version 3 (or later), unless another license is explicitly given in the file itself. This includes all documentation files and the Makefile, and all other files.

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].