Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75204
| From | maurog <qualsivoglia@dovetipare.nz> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Page layout in Python |
| Date | 2014-07-25 14:01 +0000 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <lqto0c$q8l$1@speranza.aioe.org> (permalink) |
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?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Page layout in Python maurog <qualsivoglia@dovetipare.nz> - 2014-07-25 14:01 +0000
csiph-web