Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75204 > unrolled thread

Page layout in Python

Started bymaurog <qualsivoglia@dovetipare.nz>
First post2014-07-25 14:01 +0000
Last post2014-07-25 14:01 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Page layout in Python maurog <qualsivoglia@dovetipare.nz> - 2014-07-25 14:01 +0000

#75204 — Page layout in Python

Frommaurog <qualsivoglia@dovetipare.nz>
Date2014-07-25 14:01 +0000
SubjectPage layout in Python
Message-ID<lqto0c$q8l$1@speranza.aioe.org>
The first step in grabbing information from a pdf file is to translate it 
into text format with pdftotext -layout command. 
Is it available any specific python tool or library to describe the 
layout of a page with ascii characters and to help in identifying and 
extracting the useful pieces of information? For example a function 
allowing to select N characters at line I starting from column Y. 

If a such tool is not available, what is in your mind the best structure 
to describe in python a two dimensions page layout?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web