From 1ba1dc16d4302ff479f6a22afead88a744813c6c Mon Sep 17 00:00:00 2001 From: Imam Uasa Date: Wed, 10 May 2017 02:41:11 +0700 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc8116f..18edb6c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # QRazyBox QRazyBox is a web-based application (a toolkit), that used to analyzing and recovering damaged QR Code. -QRazyBox lets you recover QR Code by redrawing and reconstructing it with Paint-like editor. It also provides several sub-tools to help you analyze and recover faster and more efficient. \ No newline at end of file + +QRazyBox lets you recover QR Code by redrawing and reconstructing it with Paint-like editor. It also provides several sub-tools to help you analyze and recover faster and more efficient. + +Main Features +-------------------- +- Reconstruct QR Code by drawing pixel by pixel +- Decode and read unscannable QR Code +- Save and load existing work for later use +- Import/export QR Code from/to Image file +- Currently support up to QR Code Version 6 (41x41) +- Support both Error and Erasure Correction using universal Reed-Solomon decoder +- Extract valuable information although from badly damaged QR Code +- Simulate data unmasking for manual data analysis +- Easy to use +- Free and open source :) +