-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
you do not need download all tessdata repository
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zdenop, users should also download osd traineddata.
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If both osd and eng trained data are Required to be downloaded by user, does it not make sense to include both of these as part of tesseract base package.
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shreeshrii: leptonica is also must for tesseract and we do not included it to tesseract library. ;-)
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @Shreeshrii.
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for discussion on dev forum not here ;-)
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me
You need to install at least English language data file to TESSDATA_PREFIX directory
implies that english traineddata files are MANDATORY / REQUIRED for correct functioning of tesseract.IMHO, It would make it much easier for users/developers using git as source if this along with osd.traineddata and other required files were included with source.
Probably an easy way would be to add sym links? from tesseract-ocr/tesseract/tessdata to tesseract-ocr/tessdata so that files have to updated only in tessdata repository.
b14f735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zdenop OK.