All Projects → sseemayer → OCRmyPDF-web

sseemayer / OCRmyPDF-web

Licence: GPL-3.0 license
A tiny frontend for OCRing PDF files via the web.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OCRmyPDF-web

Tesseract4java
Java GUI and Tools for Tesseract OCR
Stars: ✭ 214 (+478.38%)
Mutual labels:  ocr
Imageocr
PHP验证码识别[PHP CAPTCHA Recognition]
Stars: ✭ 241 (+551.35%)
Mutual labels:  ocr
Millionheroes
百万英雄/冲顶大会/芝士超人答题助手
Stars: ✭ 252 (+581.08%)
Mutual labels:  ocr
Rnn ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
Stars: ✭ 220 (+494.59%)
Mutual labels:  ocr
Awesome Ocr
Stars: ✭ 198 (+435.14%)
Mutual labels:  ocr
Image2text
📋 Python wrapper to grab text from images and save as text files using Tesseract Engine
Stars: ✭ 243 (+556.76%)
Mutual labels:  ocr
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 (+454.05%)
Mutual labels:  ocr
Kaku
画 - Japanese OCR Dictionary
Stars: ✭ 160 (+332.43%)
Mutual labels:  ocr
Parsr
Transforms PDF, Documents and Images into Enriched Structured Data
Stars: ✭ 2,736 (+7294.59%)
Mutual labels:  ocr
East
A tensorflow implementation of EAST text detector
Stars: ✭ 2,804 (+7478.38%)
Mutual labels:  ocr
Tessdata fast
Fast integer versions of trained LSTM models
Stars: ✭ 221 (+497.3%)
Mutual labels:  ocr
Open Paperless
Scan, index, and archive all of your paper documents (acquired by Mayan EDMS)
Stars: ✭ 2,538 (+6759.46%)
Mutual labels:  ocr
Opencv
📷 Computer-Vision Demos
Stars: ✭ 244 (+559.46%)
Mutual labels:  ocr
Chinese Ocr
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
Stars: ✭ 2,589 (+6897.3%)
Mutual labels:  ocr
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+578.38%)
Mutual labels:  ocr
Paperwork
Personal document manager (Linux/Windows) -- Moved to Gnome's Gitlab
Stars: ✭ 2,392 (+6364.86%)
Mutual labels:  ocr
Rrpn faster Rcnn tensorflow
A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
Stars: ✭ 243 (+556.76%)
Mutual labels:  ocr
Handwritten-Names-Recognition
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
Stars: ✭ 54 (+45.95%)
Mutual labels:  ocr
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+48935.14%)
Mutual labels:  ocr
Crnn Pytorch
Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
Stars: ✭ 248 (+570.27%)
Mutual labels:  ocr

OCRmyPDF-web

A simple web service for running OCRmyPDF. Builds on top of the official OCRmyPDF docker container and adds a simple REST API and lightweight web frontend. Simply drag a PDF file into the browser window and get a file download with the OCRed file back!

Running

Using Dokku

OCRmyPDF-web has been designed with Dokku in mind. Just follow the standard Dockerfile deploy steps!

Using Docker

Expose on port 8888:

docker run -p 8888:8000 --name ocrmypdf-web sseemayer/ocrmypdf-web

License

OCRmyPDF-web, like the main project, is licensed under the GNU GPL v3.

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