Skip to content

Commit

Permalink
Removed unused .net dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xangelix committed Jan 5, 2018
1 parent 8300c0a commit 6ce71b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions OCR to SQL/OCR to SQL/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;
using System.IO;
using Timer = System.Timers.Timer;
using System.Xml;
using System.Text.RegularExpressions;
using Tesseract;

namespace OCR_to_SQL
Expand Down
7 changes: 0 additions & 7 deletions OCR to SQL/OCR to SQL/Form2.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;

Expand Down

0 comments on commit 6ce71b2

Please sign in to comment.