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

Write "hocr_*" class of functions #3

Open
OlivierBinette opened this issue Mar 17, 2021 · 0 comments
Open

Write "hocr_*" class of functions #3

OlivierBinette opened this issue Mar 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@OlivierBinette
Copy link
Owner

OlivierBinette commented Mar 17, 2021

Write a class of functions of the form hocr_* to operate on hocr files.

We have a few functions of the form hocr_from_* to generate hocr files already.

Example additional functionality from hocr-tools:

  • hocr_parse or hocr_words: return the complete hocr file as a tidy table
  • hocr_paragraphs: return hocr as a tidy table of paragraphs, ignoring line and word-specific information
  • hocr_lines: same as above, but for paragraphs
  • hocr_combine to combine multiple hocr files into one
  • hocr_split to split hocr files into individual pages
@OlivierBinette OlivierBinette added the enhancement New feature or request label Mar 17, 2021
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

No branches or pull requests

1 participant