Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed Sep 28, 2014
2 parents b432d92 + 11c1854 commit ad93f88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Tabula helps you liberate data tables trapped inside PDF files.

* [Download from the official site](http://tabula.nerdpower.org/)
* [Read more about Tabula on OpenNews Source](http://source.mozillaopennews.org/en-US/articles/introducing-tabula/)
* See also: [tabula-extractor](https://github.com/jazzido/tabula-extractor), the extraction library that powers Tabula. Also provides an experimental command-line interface.
* See also: [tabula-extractor](https://github.com/jazzido/tabula-extractor), a command-line interface for Tabula. (Also, this is the extraction library that powers Tabula.)

© 2012-2014 Manuel Aristarán. Available under MIT License. See
[`AUTHORS.md`](AUTHORS.md) and [`LICENSE.md`](LICENSE.md).
Expand All @@ -18,6 +18,8 @@ a simple web interface ([Check out this short screencast](https://erika.makes.or

**Caveat**: Tabula only works on text-based PDFs, not scanned documents. If you can click-and-drag to select text in your table in a PDF viewer (even if the output is disorganized trash), then your PDF is text-based and Tabula should work.

**Security Concerns?**: Tabula is designed with security in mind. Your PDF and the extracted data *never* touch the net -- when you use Tabula, as long as your browser's URL bar says "localhost" or "127.0.0.1", all processing takes place on your local machine. Tabula does download a list of Tabula versions from our server to alert you if Tabula has been updated (and we use hits to that list to count how often Tabula is being used); it also downloads a few badges and assets from the web.

## Using Tabula

First, make sure you have a recent copy of Java installed. You can
Expand Down
6 changes: 3 additions & 3 deletions webapp/views/index.html.erb
Expand Up @@ -4,10 +4,10 @@

<ul class="unstyled inline">
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=jazzido&repo=tabula&type=fork&count=true"allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=tabulapdf&repo=tabula&type=fork&count=true"allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=jazzido&repo=tabula&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=tabulapdf&repo=tabula&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</li>
</ul>
<div class="hero-unit" style="padding-left:50px;">
Expand Down Expand Up @@ -58,7 +58,7 @@
</div>
</div>
</div>
<script type="text/javascript">
<script type="text/javascript">
var TABULA_VERSION = '<%= $TABULA_VERSION %>';
</script>
<script type="text/javascript" src="/js/file-library.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion webapp/views/layout.erb
Expand Up @@ -33,7 +33,7 @@
</div>
</div>
<% else %>
<a href="https://github.com/jazzido/tabula"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/tabulapdf/tabula"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<% end %>

<script type="text/javascript" src="/js/jquery.min.js"></script>
Expand Down

0 comments on commit ad93f88

Please sign in to comment.