Click here to Skip to main content
15,897,891 members
Articles / Web Development / ASP.NET

SharePoint OCR image files indexing

Rate me:
Please Sign up or sign in to vote.
4.98/5 (29 votes)
2 Dec 2009CPOL8 min read 96.9K   3.3K   61  
SharePoint OCR image files indexing.
  • ocr.zip
    • bin
      • convert.exe
      • dlltest.exe
      • java
        • ScrollView.jar
      • ocr.bat
      • OcrFilt.dll
      • pdftotext.exe
      • tessdata
        • eng.DangAmbigs
        • eng.freq-dawg
        • eng.inttemp
        • eng.normproto
        • eng.pffmtable
        • eng.unicharset
        • eng.user-words
        • eng.word-dawg
      • tessdll.dll
      • tessdll.lib
      • tesseract.exe
      • training
        • cnTraining.exe
        • mfTraining.exe
        • unicharset_extractor.exe
        • wordlist2dawg.exe
      • vssver2.scc
      • wss_reg.reg
    • OcrFilt

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OcrFilt", "OcrFilt.vcproj", "{1966E413-CD85-42A7-84D0-043E14B7981A}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 2
		SccLocalPath0 = .
		SccProjectUniqueName1 = OcrFilt.vcproj
		SccLocalPath1 = .
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1966E413-CD85-42A7-84D0-043E14B7981A}.Debug|Win32.ActiveCfg = Debug|Win32
		{1966E413-CD85-42A7-84D0-043E14B7981A}.Debug|Win32.Build.0 = Debug|Win32
		{1966E413-CD85-42A7-84D0-043E14B7981A}.Release|Win32.ActiveCfg = Release|Win32
		{1966E413-CD85-42A7-84D0-043E14B7981A}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
http://www.GaspMobileGames.com
United States United States
Writing code since 1987 using whatever language/environment you can imagine. Recently got into the mobile games. Feel free to check them out at http://www.GaspMobileGames.com

Comments and Discussions