-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Rename function to TessBaseAPIGetTsvText to be consistent to Create method #2286
Conversation
Why? TSV is equivalent for CSV. Also C++ method use TSV. I never see Csv or Tsv. Search for TSV file... |
Tsv is being used within tesseract already. https://github.com/tesseract-ocr/tesseract/blob/master/src/api/renderer.cpp#L145
|
it is ok to have variable lower case (tsv). IMO |
Correcting the name in the C++ code will break the API. |
My change was only for my earlier commit for C-API. |
Yes Shree, I know. My comment was directed to Zdenko. |
@amitdo: We already modified API |
@stwei : What is your opinion here? |
If we think that the API is not used for TSV, then removing those API functions would be a simple solution. Regarding upper and lower case: it's already a mess, as there is also |
I think there are developers who would use it when available. Please see #2231 (comment) |
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.
The modification is in line with existing function names.
No description provided.