Try breaking the characters into smaller groups, maybe 2000 per group,
each group in a separate TIFF file or a separate page of a multi-page
TIFF file.

On Aug 21, 11:07 am, "M. Bashir Al-Noimi" <[email protected]> wrote:
> Hi All,
>
> I tried to train Tesseract on huge number of characters (18000 char.)
> but I got error message about memory. For that I modified the code as
> following:
>
> in matchdefs.h I changed
>
> MAX_NUM_CLASSES    8192
>
> to
>
> MAX_NUM_CLASSES    18000
>
> but it didn't fix the issue!
>
> So how I can train Tesseract for a huge number of characters ?
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tesseract-ocr?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to