Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.2 KB

File metadata and controls

13 lines (8 loc) · 1.2 KB

Optical-Character-Recognition-OCR-Using-ASP.NET MVC

Read text from Image using Microsoft Office Document Imaging (MODI) in ASP.Net MVC

For this project we need the MODI

Downloading and installing the Microsoft Office Document Imaging.

install in to Custom Mode the installer will list down all the items. From that list look for Microsoft Office Document Imaging and select Run all from My Computer and Also make sure you select Run all from My Computer for Scanning, OCR and Indexing Service Filter by expanding the Microsoft Office Document Imaging node. after installtion is done Rest your computer.

If You create your new project then you have to add the reference of Microsoft Office Document Imaging (MODI) in Visual Studio, simply click Add Reference by right clicking on the project in Solution Explorer and inside the COM tab look for Microsoft Office Document Imaging 12.0 Type Library, select it and click OK. for more Details click here

Then Download the repo. and run the Project.