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

[Feature request] Fix carriage returns #40

Open
CaptainKludge opened this issue Sep 18, 2023 · 0 comments
Open

[Feature request] Fix carriage returns #40

CaptainKludge opened this issue Sep 18, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@CaptainKludge
Copy link

Tesseract does not output carriage returns. After looking at an output file in a hex editor the reason is clear. Tesseract seems to determine line feeds prefectly fine but it only inserts the Line Feed character (0x0A) and not the carriage return character that a windows text file expects. (0x0D 0x0A)

So a better behavior would be to take 0x0D in an output string and replace the hex found with 0x0D 0x0A. Definitely increate usability.

@scambier scambier changed the title [Feature request] [Feature request] Fix carriage returns Sep 27, 2023
@scambier scambier added the good first issue Good for newcomers label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants