mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 01:39:16 +08:00
revert TessHashMap to hash_map in training/stringrenderer.h from 90651e1
(to fix build)
This commit is contained in:
parent
bf0f9013ef
commit
6dcafe64f8
@ -210,7 +210,7 @@ class StringRenderer {
|
|||||||
Boxa* page_boxes_;
|
Boxa* page_boxes_;
|
||||||
|
|
||||||
// Objects cached for subsequent calls to RenderAllFontsToImage()
|
// Objects cached for subsequent calls to RenderAllFontsToImage()
|
||||||
TessHashMap<char32, inT64> char_map_; // Time-saving char histogram.
|
hash_map<char32, inT64> char_map_; // Time-saving char histogram.
|
||||||
int total_chars_; // Number in the string to be rendered.
|
int total_chars_; // Number in the string to be rendered.
|
||||||
int font_index_; // Index of next font to use in font list.
|
int font_index_; // Index of next font to use in font list.
|
||||||
int last_offset_; // Offset returned from last successful rendering
|
int last_offset_; // Offset returned from last successful rendering
|
||||||
|
Loading…
Reference in New Issue
Block a user