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

handwritten text segmentation characters #42

Open
ManoLazar opened this issue Jan 10, 2019 · 1 comment
Open

handwritten text segmentation characters #42

ManoLazar opened this issue Jan 10, 2019 · 1 comment

Comments

@ManoLazar
Copy link

ManoLazar commented Jan 10, 2019

handwritten text segmentation characters
is it possible to detect character handwritten digits(numbers) segmentation ?
on many cases the characters are touching each other
can it be done with FASTtext to isolate each character ?
if yes, any code sample or link will be appreciated

@MichalBusta
Copy link
Owner

handwritten text segmentation characters
is it possible to detect character handwritten digits(numbers) segmentation ?

  • you can use FASTtext for detection.

on many cases the characters are touching each other
can it be done with FASTtext to isolate each character ?

  • no if they are not separable by intensity - you can detect whole word/line. Segmentation is not required for most of applications (ConvNets/LSTM models can handle text line images well)

if yes, any code sample or link will be appreciated

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

No branches or pull requests

2 participants