stas Posted October 17, 2012 Share Posted October 17, 2012 Text recognition by tesseract-ocr http://code.google.com/p/tesseract-ocr/ jpeg only You can view demo by http://db.kontora.ua/recognize.dll You can download source and addinitional libraries from http://db.kontora.ua/recognize.zip You can download additional dictionaries from http://code.google.com/p/tesseract-ocr/downloads/list Regards 1 Quote Link to comment Share on other sites More sharing options...
lema Posted October 17, 2012 Share Posted October 17, 2012 Very interesting ! Thank you. BTW I tested a sample image with ~ 90% success. Quote Link to comment Share on other sites More sharing options...
ldb68 Posted October 18, 2012 Share Posted October 18, 2012 Nice. Quote Link to comment Share on other sites More sharing options...
Hayri ASLAN Posted November 22, 2012 Share Posted November 22, 2012 Links died Quote Link to comment Share on other sites More sharing options...
stas Posted November 22, 2012 Author Share Posted November 22, 2012 Links died Try again There was no electricity Quote Link to comment Share on other sites More sharing options...
billyChou Posted November 23, 2012 Share Posted November 23, 2012 Thanks billyChou Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted November 29, 2012 Administrators Share Posted November 29, 2012 Good! Quote Link to comment Share on other sites More sharing options...
stas Posted November 29, 2012 Author Share Posted November 29, 2012 Good! Sizin fikirleriniz benim için çok önemli Your comments as is very important for me Quote Link to comment Share on other sites More sharing options...
araujoadanr Posted December 16, 2012 Share Posted December 16, 2012 Hello Stas, I added dictionaries in Spanish, but still works only in English. Should I set on something else? Adan Quote Link to comment Share on other sites More sharing options...
stas Posted December 17, 2012 Author Share Posted December 17, 2012 Hello Stas, I added dictionaries in Spanish, but still works only in English. Should I set on something else? Adan Hello 1.Download http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.spa.tar.gz and Extract in [Program]\tessdata\ 2.Add IOUtils,TYpes to uses list 3. Clear UniComboBox1.Items 4. Add to FormCreate this text var Dir:TDirectory; Files:TStringDynArray; i:integer; begin Files:=Dir.GetFiles(UniServerModule.StartPath+'\tessdata','*.traineddata'); for i := Low(Files) to High(Files) do UniComboBox1.Items.add(ChangeFileExt(ExtractFileName(Files),'')); UniComboBox1.ItemIndex:=UniComboBox1.Items.Count-1; end; You can check result in http://db.kontora.ua/recognize.dll Quote Link to comment Share on other sites More sharing options...
codeb Posted December 24, 2012 Share Posted December 24, 2012 This is 64bit version or ? I can't run on compiled on Delphi 2010 and Windows7 32bit? Quote Link to comment Share on other sites More sharing options...
stas Posted December 24, 2012 Author Share Posted December 24, 2012 This is 64bit version or ? I can't run on compiled on Delphi 2010 and Windows7 32bit? Why? This is 32 && 64 version Quote Link to comment Share on other sites More sharing options...
codeb Posted December 25, 2012 Share Posted December 25, 2012 Why? This is 32 && 64 version I can't run ... on local server build with Apache Friends XAMPP Lite (Basis Package) version 1.7.3 Compiled OK on Delphi 2010 and lastes UniGui. When I try to run get error Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a server error, please contact the webmaster. 500 How to run dll? Quote Link to comment Share on other sites More sharing options...
billyChou Posted December 25, 2012 Share Posted December 25, 2012 Thanks Quote Link to comment Share on other sites More sharing options...
stas Posted December 25, 2012 Author Share Posted December 25, 2012 I can't run ... on local server build with Apache Friends XAMPP Lite (Basis Package) version 1.7.3 Compiled OK on Delphi 2010 and lastes UniGui. When I try to run get error Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a server error, please contact the webmaster. 500 How to run dll? Do you try build and run stand-alone Application ? Quote Link to comment Share on other sites More sharing options...
delagoutte Posted November 14, 2014 Share Posted November 14, 2014 Hello everyone, Is that by chance someone have the source of this sample project. I contacted Stas but he did more. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.