Jump to content

Recommended Posts

  • 1 month later...
  • 3 weeks later...
Posted

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

Posted

This is 64bit version or ?

I can't run on compiled on Delphi 2010 and Windows7 32bit?

Why?

 

This is 32 && 64 version

Posted

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?

Posted

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 ?

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...