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

Add tool to convert ALTO and hOCR to MiniOCR (implements #447) #470

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

jbaiter
Copy link
Member

@jbaiter jbaiter commented Oct 1, 2024

Uses only Python 3 stdlib packages, implements the ALTO and hOCR parsers as generators that yield abstract OCR events, MiniOCR generation then consumes these events and yields markup chunks that can be written to a file.

Uses only Python 3 stdlib packages, implements the ALTO and hOCR parsers
as generators that yield abstract OCR events, MiniOCR generation then
consumes these events and yields markup chunks that can be written to a
file.
@jbaiter jbaiter merged commit ed3ce6f into main Oct 1, 2024
6 checks passed
@jbaiter jbaiter deleted the miniocr-util branch October 1, 2024 14:34
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

Successfully merging this pull request may close these issues.

2 participants