Conversation
|
@jeremybmerrill can you take a look at this one while you're at it? :) |
|
@jazzido I'm getting empty responses on a PDF that should work (and do work off of For several different selections that work on master, I get this response for each, regardless of the extraction method I choose: Does any of that ring a bell as to what could be happening? (It's possible, I guess, that my local environment is screwed up...?) |
|
@jazzido: Was upgrading my JRuby to test this when I figured I might as well do it for Travis too :) |
|
The only change besides using PDFBox for rendering, was upgrading That means that your extraction should also fail in 1.0.0. Can you try reproducing that with 0.9.2 and 1.0.0? Thanks? |
|
Interesting, looks like it: |
|
Then it's a bug. Can you send me that PDF? |
|
Thanks. Just added tabulapdf/tabula-java#171 |
|
Tested locally with tabulapdf/tabula-java#173, seems to work fine. Will update this branch with the new version of tabula-java as soon as I cut a release to Maven. |
|
@jeremybmerrill @mtigas I went ahead and closed #418 on this PR. Besides removing the ugly fat jar from the repo, it'll force us to depend only on released versions of There's an additional build step, I updated the Let me know what you think. |
…button if there are any selections on the page
save and load templates, with tabula-java-1.0.0
|
I think it's looking pretty good for merging to BTW, I vote for bumping up to |
|
Yes, a beta first?. Let me get a fix for the button feedback thing. Will be done by EOD. And I'll aim to fix the anchors on the page thumbnails before we release 1.2.0 for real. |
Sounds good.
👍🏼
Wouldn't a simple |
How so? I think the problem is that there's no JavaScript involved in that navigation, it's just the browser's built-in behavior for anchors. But with the new-ish |
|
Oh, gotcha. It's been a while since I touched the frontend code :) |
|
Okay, I added the feedback. |
|
Man you must have a tiny screen. But yeah, I should figure out how to do that. Got any layout ideas? I was thinking about making the autodetected tables show up as if they were a template (because they, kind of, are). Maybe I'll right-align the Preview & Export Extract Data button, since it's the main button you'd use. Hmm... |
File name on the first line, buttons below? |
|
Should I go ahead and merge to |
|
@jazzido if you're cool with releasing a beta/merging to master with these two bugs, sure. (the buttons wrapping funny on smaller screens; the thumbnail clicking being broken) I don't think either's a blocker, though I'll try to fix 'em soon. |
|
OK, I'm going to go ahead and merge to |
upgrading to tabula-java-1.0.0

Hey @jeremybmerrill and @mtigas
I released tabula-java 1.0.0 to Maven earlier today, so I think it's time to upgrade Tabula. This PR also gets rid of JPedal, using PDFBox directly for rendering page thumbnails.
Can you help me test it?