Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pdfbox2: PR to merge all work from NCSU Senior Design project #696

Open
wants to merge 79 commits into
base: pdfbox2
Choose a base branch
from

Commits on Apr 14, 2017

  1. second row

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    8de5e81 View commit details
    Browse the repository at this point in the history
  2. spacing changes

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    53c965a View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    mtricha3 authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    f2d9687 View commit details
    Browse the repository at this point in the history
  4. Delete pdf_view.js

    Sorry
    dmbanger authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    a274dbc View commit details
    Browse the repository at this point in the history
  5. fixed references to js for regex

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    9ee3d58 View commit details
    Browse the repository at this point in the history
  6. alerts and clear for regex

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    d6e241a View commit details
    Browse the repository at this point in the history
  7. regex new window/js with list

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    58665d3 View commit details
    Browse the repository at this point in the history
  8. changes for jruby regex talk to java

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    e3de839 View commit details
    Browse the repository at this point in the history
  9. added demo ui for regex

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    c60b463 View commit details
    Browse the repository at this point in the history
  10. changes so we can develop without breaking

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    6279bbd View commit details
    Browse the repository at this point in the history
  11. regex jar updated and ruby reset

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    ac654c5 View commit details
    Browse the repository at this point in the history
  12. added basic ajax call to regex search handler. logs to console on suc…

    …cess. ruby handler needs to call java search function for strings. ajax call needs to include regex text strings
    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1cf171a View commit details
    Browse the repository at this point in the history
  13. Clean old regex code

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    e8344f0 View commit details
    Browse the repository at this point in the history
  14. connected regex search all the way from html to java search. can now …

    …complete a regex search, with results stored in regex.json. rectangles produced correspond to locations of text in pdfs. next step is to have rectangles drawn after running search
    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    5aac201 View commit details
    Browse the repository at this point in the history
  15. return values from regex search immediately instead of writing to file

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    7e60b01 View commit details
    Browse the repository at this point in the history
  16. ruby changes for 4 coordinates

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    ff568d8 View commit details
    Browse the repository at this point in the history
  17. add index.html

    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    7dfdcdc View commit details
    Browse the repository at this point in the history
  18. fixed a coupe compatibility issues

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    dd6dc6a View commit details
    Browse the repository at this point in the history
  19. Boxes are being drawn now

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    8a84f0f View commit details
    Browse the repository at this point in the history
  20. changed OCR alert to confirmation call

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    278e363 View commit details
    Browse the repository at this point in the history
  21. preliminary ajax call for ocr added and regex code clean-up

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    85b790d View commit details
    Browse the repository at this point in the history
  22. Preliminary call from ruby to java for tesseract

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    f6ff4d2 View commit details
    Browse the repository at this point in the history
  23. move regex text boxes to their own row in GUI

    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    ae97ca9 View commit details
    Browse the repository at this point in the history
  24. added new tabula_java jar, updated message for ocr behaviors. workflo…

    …w broken, must be fixed
    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    bab7976 View commit details
    Browse the repository at this point in the history
  25. Changed the printouts slightly and added updated the jar file

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    b6199af View commit details
    Browse the repository at this point in the history
  26. Slight changes in prep for fixing workflow of OCR

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    2c6ca32 View commit details
    Browse the repository at this point in the history
  27. got ocr process to complete. workflow still broken: ocr message displ…

    …ays multiple times. hit cancel and refresh page after ocr completes to get doc imported. TO DO: fix multiple message displays; find original_filename
    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1ce5885 View commit details
    Browse the repository at this point in the history
  28. file name now appears

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    5af1bb1 View commit details
    Browse the repository at this point in the history
  29. fixed a crash with the timeout in checkstatus

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    fc8aa5e View commit details
    Browse the repository at this point in the history
  30. fixed workflow for ocr, refactored code

    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    f0996b4 View commit details
    Browse the repository at this point in the history
  31. 4 corner regex search implemented into gui

    Dean authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    d2ed347 View commit details
    Browse the repository at this point in the history
  32. Update Jar for full compile issues and added output for ocr failure

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    df76448 View commit details
    Browse the repository at this point in the history
  33. Regex searches saved now

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    5b92788 View commit details
    Browse the repository at this point in the history
  34. initial gui changes for batch

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    4a7a345 View commit details
    Browse the repository at this point in the history
  35. Batch function added to pdfview.js which displays alert in GUI on bat…

    …ch run button press
    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    ef7e5d7 View commit details
    Browse the repository at this point in the history
  36. Batch function added to pdfview.js which displays alert in GUI on bat…

    …ch run button press and this time it actually works
    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    de8b790 View commit details
    Browse the repository at this point in the history
  37. Changed Help and About page on GUI. Let user know that image based PD…

    …Fs are accepted.
    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    30bd5be View commit details
    Browse the repository at this point in the history
  38. regex batch working

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    08953c5 View commit details
    Browse the repository at this point in the history
  39. Forgot to delete an 'end'

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    34bc3b6 View commit details
    Browse the repository at this point in the history
  40. removed option for both for now until full functionality is implemented

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    d5d6577 View commit details
    Browse the repository at this point in the history
  41. coordinate based search implemented 90%, need to make changes to java…

    … for full functionality
    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    2cc5949 View commit details
    Browse the repository at this point in the history
  42. alerts added for empty batch search

    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1a605b8 View commit details
    Browse the repository at this point in the history
  43. Full Coordinate based batch implemented

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    5a84c33 View commit details
    Browse the repository at this point in the history
  44. removed alert for 2 or 4, now accepts 3 in regex. Fixed batch process…

    …ing bug with selection not begin detected. Added in overlap into regex. Removed both option.
    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    05906ba View commit details
    Browse the repository at this point in the history
  45. new jar for java regex improvements

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1225ef0 View commit details
    Browse the repository at this point in the history
  46. extra div removed

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    0619093 View commit details
    Browse the repository at this point in the history
  47. Check for empty regex returns

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    5b97cbe View commit details
    Browse the repository at this point in the history
  48. ocr selection box now included

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    9d510dc View commit details
    Browse the repository at this point in the history
  49. prompt for ocr processing in batch

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1d9da1f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    979e188 View commit details
    Browse the repository at this point in the history
  51. preliminary code to get list of regex searches we have done to the gui

    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    310c806 View commit details
    Browse the repository at this point in the history
  52. update Jar for regex improvement with regex search missing first elem…

    …ent character
    Dean Bangera authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    1e593db View commit details
    Browse the repository at this point in the history
  53. edit the batch run GUI page to display the run settings before proces…

    …sing begins
    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    04bfbeb View commit details
    Browse the repository at this point in the history
  54. Removed errant logging. Fixed regex input checks; requires 2+ strings…

    … or gives alert.
    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    09572db View commit details
    Browse the repository at this point in the history
  55. add searches that will happen to batch processing alert message

    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    61acb4e View commit details
    Browse the repository at this point in the history
  56. spacing fixed for batch alert message

    Landon Blakey authored and Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    4fde050 View commit details
    Browse the repository at this point in the history
  57. fixed ruby call to regex search java code

    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    7447f15 View commit details
    Browse the repository at this point in the history
  58. Merged all development from NCSU ECE 485 team to pdfbox2

    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    35058b4 View commit details
    Browse the repository at this point in the history
  59. replaced jar with latest created from tabula-java; fixes regex, but O…

    …CR does not work
    Daniel Gross committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    7755bdf View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Configuration menu
    Copy the full SHA
    750119b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee0fb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. removed broken rename operations. OCR runs successfully but now Autod…

    …etect does not work on OCR results.
    Daniel Gross committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    0e69454 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. updated to newest jar

    Daniel Gross committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    0ede511 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Add changes for AutoDetect percentage button

    Landon Blakey authored and Daniel Gross committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    b651b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf7ca9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. fixed ocr extraction file output naming scheme by adding boolean to d…

    …etermine if the file should be prepended with _OCR
    Daniel Gross committed May 1, 2017
    Configuration menu
    Copy the full SHA
    7fe47ba View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Updated gui alerts for batch processing

    dmbanger authored and Daniel Gross committed May 5, 2017
    Configuration menu
    Copy the full SHA
    61a62ca View commit details
    Browse the repository at this point in the history
  2. Fixed big issue coordinate based batch searching, fixed overlap bug

    dmbanger authored and Daniel Gross committed May 5, 2017
    Configuration menu
    Copy the full SHA
    5fc84a4 View commit details
    Browse the repository at this point in the history
  3. fix writing of coordinate list and user alert for batch in correct order

    dmbanger authored and Daniel Gross committed May 5, 2017
    Configuration menu
    Copy the full SHA
    c8bbc75 View commit details
    Browse the repository at this point in the history
  4. handled multiple searches in batch processing. handled no regex prese…

    …nt. updated alerts presented to the user for clarity
    Daniel Gross committed May 5, 2017
    Configuration menu
    Copy the full SHA
    6aedc45 View commit details
    Browse the repository at this point in the history
  5. updated to latest jar from tabula-java fork

    Daniel Gross committed May 5, 2017
    Configuration menu
    Copy the full SHA
    72d3ecf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Configuration menu
    Copy the full SHA
    25f0173 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. updated batch code cleanup, regex 1 string updated, batch autodetect …

    …box disabled for coordinates
    dbangera23 committed May 11, 2017
    Configuration menu
    Copy the full SHA
    4b5b9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638ba44 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    b3807df View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. updated with latest jar file (no OCR renaming, temp dirs for OCR). mo…

    …dified call to OCR to match
    Daniel Gross committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    fe3e712 View commit details
    Browse the repository at this point in the history
  2. updated to latest jar from tabula-java

    Daniel Gross committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    6f40bac View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. contains fix for path generalization

    Daniel Gross committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    b9a927a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Configuration menu
    Copy the full SHA
    b9a2ffa View commit details
    Browse the repository at this point in the history