From f4548806f1a66272893031b85154c71eac456957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20S=C3=A1=20Couto?= Date: Thu, 30 Jan 2020 17:45:40 +0100 Subject: [PATCH] Update 'readme.md' --- readme.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/readme.md b/readme.md index f285a9b..63e1ea9 100644 --- a/readme.md +++ b/readme.md @@ -121,24 +121,12 @@ mkdir cropped python3 burstpdf.py ``` -###Rotate the pdfs -

The book scanner takes pictures of the pdfs, this scrip iterates through the odd and even pages rotating them to their original position.

-```bash -python3 rotation.py -``` - ###Cropping the bounding boxes

The pages are now in their original position, but they have a bounding box. This script iterates through them and crops the highest contrast area found.

```bash python3 bounding_box.py ``` -###Cropping the mirror -

The pages are now cropped, but the mirror is still visible in the middle.

-```bash -python3 mirror_crop.py -``` - ###OCR

In this part we OCR the jpg, turning these into PDFs.

```bash