From d65ee180e58bf1453b6475f75acb2f491aade351 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 1 Sep 2018 16:26:15 +0530 Subject: [PATCH] Update README --- README.md | 2 -- requirements.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 5cb4fc0..f588557 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,6 @@ options: camelot methods: lattice Looks for lines between data. stream Looks for spaces between data. - ocrl Lattice, but for images. - ocrs Stream, but for images. See 'camelot <method> -h' for more information on a specific method. diff --git a/requirements.txt b/requirements.txt index 826e271..61b0ccd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,5 @@ nose pdfminer pyexcel-xlsx Pillow -pyocr PyPDF2 Sphinx