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

Vertical Characters support #170

Closed
cesarandreslopez opened this issue Jul 22, 2020 · 7 comments
Closed

Vertical Characters support #170

cesarandreslopez opened this issue Jul 22, 2020 · 7 comments

Comments

@cesarandreslopez
Copy link

cesarandreslopez commented Jul 22, 2020

My particular use case would benefit from vertical, character by character detection. So something like the following would work

image

Response for the above is ['','']

The following example does work:

image

Response for this is perfect, ['TRIU', '8625018']

Any tips on how to get the first example to work? I don't mind if the list returned is a character at a time.

@rkcosmos
Copy link
Contributor

No quick solution yet. I will keep this problem in mind for future development.

@rkcosmos
Copy link
Contributor

Just come up with an idea, there's one possible way to solve this without messy with inner code. It is to set text_threshold, low_text, link_threshold parameters to be relatively low. (See API documentation on Readme)

@cesarandreslopez
Copy link
Author

cesarandreslopez commented Jul 23, 2020

Thank you for your response. I tried several values for text_threshold, low_text, link_threshold all the way down to 0.05. No luck.

I'll keep trying other stuff and report here if any breakthrough.

@smiles724
Copy link

Hi, I came across the same issue. It cannot deal with vertical text. Is it in your plan that the model will support the vertical text? When will it be released?

@ilyalasy
Copy link

@cesarandreslopez Hi, have you solved your problem? I have similar dataset as yours (container numbers). Maybe you found another solution?

@rkcosmos rkcosmos closed this as completed Mar 2, 2022
@NouamaneDahhak
Copy link

Hi did you find solution please ?

@saikumaryerra
Copy link

@rkcosmos any solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants