https://github.com/tfmorris/pdf2table
PDF Table Extractor - repository to hold revisable version of code from https://www.cvast.tuwien.ac.at/projects/pdf2table by Burcu Yildiz
https://github.com/tfmorris/pdf2table
information-extraction pdf-analysis table-extraction
Last synced: about 1 year ago
JSON representation
PDF Table Extractor - repository to hold revisable version of code from https://www.cvast.tuwien.ac.at/projects/pdf2table by Burcu Yildiz
- Host: GitHub
- URL: https://github.com/tfmorris/pdf2table
- Owner: tfmorris
- License: other
- Created: 2013-07-04T21:38:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T17:35:53.000Z (about 2 years ago)
- Last Synced: 2025-03-18T11:38:40.639Z (about 1 year ago)
- Topics: information-extraction, pdf-analysis, table-extraction
- Language: Java
- Homepage: https://www.cvast.tuwien.ac.at/projects/pdf2table
- Size: 523 KB
- Stars: 38
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING.rtf
Awesome Lists containing this project
README
pdf2table
=========
PDF Table Extractor - repository to hold revisable version of code from https://www.cvast.tuwien.ac.at/projects/pdf2table by Burcu Yildiz
INSTALLATION
-----------------------------------------------------------
For Windows:
- Place the pdftohtml.exe file in the same directory as pdf2table
For MacOS
- Download pdftohtml's tar.gz version. Go into the main folder and type "make".
- Copy the builded "pdftohtml" file into your /usr/local/bin folder in order to use it from everywhere. (To be able to copy this file you have to have the root password on your computer).
.
-----------------------------------------------------------
COPYRIGHT
-----------------------------------------------------------
Copyright 2005, 2005 Burcu Yildiz
Contact: burcu.yildiz@gmail.com
pdf2table is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
pdf2table is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with pdf2table. If not, see .
-----------------------------------------------------------
LINKS
-----------------------------------------------------------
pdftohtml = http://pdftohtml.sourceforge.net