From f11c03750e3200cf0a100aa2638d3ee58314b0f6 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Fri, 3 Oct 2014 16:16:17 +0200 Subject: [PATCH] typo --- ROADMAP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 0e20ddc6..dfb5cc02 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,7 +2,7 @@ Recoding in 5 python modules ================== - Less platform dependent implementation -- Higher versality (wrt addition of new intput / output file tytes) +- Higher versality (wrt addition of new intput / output file types) The functionality of each module is described below: @@ -10,10 +10,10 @@ Normalize inputs (inputs can be a pdf file, an image, a folder containing images ---------------- - For pdf: - - Identify if image already contains fonts + - Identify if page needs to be ocred (see -s and -f parameters) - If the page needs to be OCRed: - Extract the image corresponding to the page and save it in a tmp folder. 3 approaches to extract images: - - extract raw image from pdf and rotate it according to pdf page rotation + - extract raw image from pdf and rotate it according to pdf page rotation - if not possible: identify resolution and rasterize - if not possible: use default resolution and rasterize - If not: