Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[trie.h] pattern definition: fix documentation #2952

Merged
merged 1 commit into from
Apr 27, 2020
Merged

[trie.h] pattern definition: fix documentation #2952

merged 1 commit into from
Apr 27, 2020

Conversation

jannick0
Copy link
Contributor

The fix makes the definition of \n consistent with the examples given below the definition. Please note that I did not check this against how it is implemented in the code.

The fix makes the definition of `\n` consistent with the examples given below the definition.  Please note that I did not check this against how it is implemented in the code.
@amitdo
Copy link
Collaborator

amitdo commented Apr 27, 2020

tesseract/src/dict/trie.cpp

Lines 380 to 381 in 912c997

} else if (ch == 'n') {
return alphanum_pattern_;

@amitdo amitdo merged commit acc4c8b into tesseract-ocr:master Apr 27, 2020
@jannick0 jannick0 deleted the patch-1 branch December 25, 2020 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants