Skip to content

Commit

Permalink
add line to uncomment to restore old behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeauperin committed Dec 1, 2017
1 parent 8aee7b5 commit 187df33
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ protected void fillGrid(GridPane mainGrid) {
Stats.endTask("consolidate fields");
Stats.beginTask("performOcr");

//fields.performOcr(stabilized);

if(oldFields==null)
fields.performOcr(stabilized);
else{
Expand Down

0 comments on commit 187df33

Please sign in to comment.