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

[BUG] get_symbols_from_image doesn't return accurate result for sans-serif font #40

Open
KolesnikovaTamara opened this issue Mar 13, 2018 · 0 comments
Labels
invalid This doesn't seem right
Milestone

Comments

@KolesnikovaTamara
Copy link
Contributor

KolesnikovaTamara commented Mar 13, 2018

Steps to reproduce

  1. Create an image with vertically oriented text in the sans-serif font.
  2. Pass path to the image into get_symbols_from_image method.
  3. Save each element(PIL.Image object) of the returned array into the image.

Expected results
The number of returned images same as the number of symbols in the source image. Each image represents the separate symbol from the source image.

Actual result:
Some symbols are not recognized.

@esikachev esikachev added the invalid This doesn't seem right label Mar 13, 2018
@esikachev esikachev added this to the 20-03-2018 milestone Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants