All Projects → ro6ley → python-ocr-example

ro6ley / python-ocr-example

Licence: other
The code for the blogpost A Python Approach to Character Recognition

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to python-ocr-example

deep-learning-for-document-dewarping
An application of high resolution GANs to dewarp images of perturbed documents
Stars: ✭ 100 (+85.19%)
Mutual labels:  ocr, ocr-recognition
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (-14.81%)
Mutual labels:  ocr, pytesseract
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+312.96%)
Mutual labels:  ocr, ocr-recognition
Awesome Ocr
Stars: ✭ 198 (+266.67%)
Mutual labels:  ocr, ocr-recognition
nimtesseract
A Tesseract OCR wrapper for Nim
Stars: ✭ 23 (-57.41%)
Mutual labels:  ocr, ocr-recognition
Opencv
📷 Computer-Vision Demos
Stars: ✭ 244 (+351.85%)
Mutual labels:  ocr, ocr-recognition
Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
Stars: ✭ 174 (+222.22%)
Mutual labels:  ocr, ocr-recognition
Zxingcamera
Camera for Android,身份证号码识别 (本地,实时)
Stars: ✭ 34 (-37.04%)
Mutual labels:  ocr, ocr-recognition
Transformer-ocr
Handwritten text recognition using transformers.
Stars: ✭ 92 (+70.37%)
Mutual labels:  ocr, ocr-recognition
EverTranslator
Translate text anytime and everywhere, even you are gaming!
Stars: ✭ 59 (+9.26%)
Mutual labels:  ocr, ocr-recognition
Deep Text Recognition Benchmark
Text recognition (optical character recognition) with deep learning methods.
Stars: ✭ 2,665 (+4835.19%)
Mutual labels:  ocr, ocr-recognition
LoL-TFT-Champion-Masking
League Of Legends - Teamfight Tactics Champion Masking
Stars: ✭ 23 (-57.41%)
Mutual labels:  ocr, ocr-recognition
Awesome Deep Text Detection Recognition
A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
Stars: ✭ 2,282 (+4125.93%)
Mutual labels:  ocr, ocr-recognition
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+159.26%)
Mutual labels:  ocr, ocr-recognition
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (+2053.7%)
Mutual labels:  ocr, ocr-recognition
saram
Get OCR in txt form from an image or pdf extension supporting multiple files from directory using pytesseract with auto rotation for wrong orientation. PYPI:
Stars: ✭ 51 (-5.56%)
Mutual labels:  ocr, pytesseract
Trwebocr
开源易用的中文离线OCR,识别率媲美大厂,并且提供了易用的web页面及web的接口,方便人类日常工作使用或者其他程序来调用~
Stars: ✭ 618 (+1044.44%)
Mutual labels:  ocr, ocr-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 (+1462.96%)
Mutual labels:  ocr, ocr-recognition
fakemenot
Application to check authenticity of Twitter screenshots. Written in Python 🐍
Stars: ✭ 29 (-46.3%)
Mutual labels:  ocr, pytesseract
Nkocr
🔎📝 This is a module to make specifics OCRs at food products and nutritional tables.
Stars: ✭ 15 (-72.22%)
Mutual labels:  ocr, pytesseract

HitCount

PyTesseract - Simple Python Optical Character Recognition

This repository contains the code for this blogpost.

Getting Started

Prerequisites

Kindly ensure you have the following installed on your machine:

Running the Application

  1. Clone the repository
$ git clone https://github.com/ro6ley/python-ocr-example.git
  1. Check into the cloned repository
$ cd python-ocr-example
  1. If you are using Pipenv, setup the virtual environment and start it as follows:
$ pipenv install && pipenv shell
  1. Install the requirements
$ pip install -r requirements.txt
  1. Run OCR server
$ python app.py

Contribution

Please feel free to raise issues using this template and I'll get back to you.

You can also fork the repository, make changes and submit a Pull Request using this template.

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