All Projects → mouse-reeve → Ozymandias

mouse-reeve / Ozymandias

Licence: mit
My name vs Oxymnndms, kmq of km / Look on my works, ye uny, and despaw

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Ozymandias

R2cnn faster Rcnn tensorflow
Rotational region detection based on Faster-RCNN.
Stars: ✭ 548 (+2282.61%)
Mutual labels:  ocr
Ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Stars: ✭ 6,896 (+29882.61%)
Mutual labels:  ocr
Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (-26.09%)
Mutual labels:  ocr
Tr
Free Offline OCR 离线的中文文本检测+识别SDK
Stars: ✭ 598 (+2500%)
Mutual labels:  ocr
Tensorflow Ocr
🖺 OCR using tensorflow with attention
Stars: ✭ 635 (+2660.87%)
Mutual labels:  ocr
Image Text Localization Recognition
A general list of resources to image text localization and recognition 场景文本位置感知与识别的论文资源与实现合集 シーンテキストの位置認識と識別のための論文リソースの要約
Stars: ✭ 788 (+3326.09%)
Mutual labels:  ocr
Tesseract.js
Pure Javascript OCR for more than 100 Languages 📖🎉🖥
Stars: ✭ 25,246 (+109665.22%)
Mutual labels:  ocr
Tesseract
A PHP wrapper for the Tesseract OCR engine
Stars: ✭ 19 (-17.39%)
Mutual labels:  ocr
Evil
Optical Character Recognition in Swift for iOS&macOS. 银行卡、身份证、门牌号光学识别
Stars: ✭ 648 (+2717.39%)
Mutual labels:  ocr
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+3495.65%)
Mutual labels:  ocr
Receipt Parser Legacy
A supermarket receipt parser written in Python using tesseract OCR
Stars: ✭ 614 (+2569.57%)
Mutual labels:  ocr
Aster
Recognizing cropped text in natural images.
Stars: ✭ 626 (+2621.74%)
Mutual labels:  ocr
Gimagereader
A Gtk/Qt front-end to tesseract-ocr.
Stars: ✭ 786 (+3317.39%)
Mutual labels:  ocr
Card.io Android Source
The open-source code for the card.io-Android-SDK: provides fast, easy credit card scanning in mobile apps
Stars: ✭ 549 (+2286.96%)
Mutual labels:  ocr
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-21.74%)
Mutual labels:  ocr
Scanner
二维码/条码识别、身份证识别、银行卡识别、车牌识别、图片文字识别、黄图识别、驾驶证(驾照)识别
Stars: ✭ 547 (+2278.26%)
Mutual labels:  ocr
Keras Ocr
A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
Stars: ✭ 782 (+3300%)
Mutual labels:  ocr
Fakemenot
Application to check authenticity of Twitter screenshots. Written in Python 🐍
Stars: ✭ 22 (-4.35%)
Mutual labels:  ocr
Prlib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 18 (-21.74%)
Mutual labels:  ocr
Chineseocr lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
Stars: ✭ 8,295 (+35965.22%)
Mutual labels:  ocr

Ozymandias

Causes text to decay by converting a text file to an image, then OCRing the image back to a text file. Only text files are saved.

Setup for OSX:

brew install tesseract
brew install imagemagick

To use, just run

./the_decay_of_that_colossal_wreck.sh

Options:

-i: Specify the number of iteration; the default is 10.

-f: Take a text file as input

-t: Take a string as input

If no input text is specified, the poem Ozymandias by Percy Shelley is used.

Example commands:

# Convert the text of Ozymandias 100 times
./the_decay_of_that_colossal_wreck -i 100

# Use a file as input
./the_decay_of_that_colossal_wreck -f path/to/filename.txt

# A string as input, iterating 5 times
./the_decay_of_that_colossal_wreck -t "Mouse Reeve" -i 5

Example output:

The original poem:

Ozymandias, by Percy Shelley

I met a traveller from an antique land
Who said: Two vast and trunkless legs of stone
Stand in the desert... near them, on the sand,
Half sunk, a shattered visage lies, whose frown,
And wrinkled lip, and sneer of cold command,
Tell that its sculptor well those passions read
Which yet survive, stamped on these lifeless things,
The hand that mocked them and the heart that fed:

And on the pedestal these words appear:
'My name is Ozymandias, king of kings:
Look on my works, ye Mighty, and despair!'
Nothing beside remains. Round the decay
Of that colossal wreck, boundless and bare
The lone and level sands stretch far away.

The poem after 5 iterations:

Dummies, by Percy Shgllcy
1 Mn mm 1 from an arrqu land

wm m1 Two m and mmkless leg; afsfon
Smnd \n M desen near Menu, on Me Send
Halfmnk, 1| shattered V‘Sage xles, whose frown
m wr‘nkled up, m sneer amid command

Tell mm M sculpror wel \ Mo; pass] an; read
wn‘a yer gm '1 a, mmped on mgs‘ Hales; m‘ng;
Th hand Mm mocked Men and M m Mm fed

And 1| m pedefial mgs‘ words appear
‘My mm ‘5 mymnd‘fls, lung mam

Look 1| my works, ye M‘m, aha dnga‘
Nom‘ng Des‘d rema‘n; Round m dguy

of mm (o xossal wrezk, boundless and bare
Th Ion mlml Sandsm'am faraway
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].