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

Splitting the image in blocs, paragraphs, lines and chars. #6

Open
4 tasks done
Vinetos opened this issue Oct 6, 2020 · 1 comment · Fixed by #14
Open
4 tasks done

Splitting the image in blocs, paragraphs, lines and chars. #6

Vinetos opened this issue Oct 6, 2020 · 1 comment · Fixed by #14
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Vinetos
Copy link
Member

Vinetos commented Oct 6, 2020

For each image, after being processed, images must be split in blocs containing the text.

Inside blocs, we must detect:

  • paragraphs
  • lines
  • words
  • characters

These little matrix will be then sent to the neural network.

@Vinetos Vinetos added the enhancement New feature or request label Oct 6, 2020
@Vinetos Vinetos added this to the First Defense milestone Oct 6, 2020
@starcruiser5289 starcruiser5289 self-assigned this Oct 13, 2020
@starcruiser5289
Copy link
Contributor

need more research for paragraphs segmentation.
but code works on basic document such as word(it just does not recognise paragraphs)
all code will be updated to return a text once linked to neural network

@Vinetos Vinetos linked a pull request Oct 25, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants