Skip to content

Releases: eSlider/go-hocr

v0.2.1

Choose a tag to compare

@eSlider eSlider released this 15 Jun 10:30
0b50bd7

go-hocr v0.2.1

Retracts v0.1.0 (legacy layout). Use this version or later.

go get github.com/eslider/go-hocr@latest

v0.2.0

Choose a tag to compare

@eSlider eSlider released this 15 Jun 10:26
4ba13d5

go-hocr v0.2.0

Focused hOCR 1.2 library — legacy parser removed.

Changes

  • Remove legacy, export, and line packages
  • Switch license to MIT
  • Add package documentation for pkg.go.dev
  • Fix ToHtml page bounds check
  • Add GitHub Actions CI

Install

go get github.com/eslider/go-hocr@v0.2.0

Packages

  • github.com/eslider/go-hocr — document model with YAML/HTML export
  • github.com/eslider/go-hocr/v1_2 — low-level hOCR 1.2 XML types

v0.1.0

Choose a tag to compare

@eSlider eSlider released this 15 Jun 10:10
00dfffb

go-hocr v0.1.0

Initial public release extracted from vidarr.

Packages

  • github.com/eslider/go-hocr — hOCR 1.2 document model with YAML/HTML export
  • github.com/eslider/go-hocr/v1_2 — low-level hOCR 1.2 XML spec parser
  • github.com/eslider/go-hocr/legacy — lightweight Tesseract hOCR parser (text, confidence, bbox)
  • github.com/eslider/go-hocr/export — flatten documents for JSON/YAML serialization
  • github.com/eslider/go-hocr/line — OCR line details with image crops

Install

go get github.com/eslider/go-hocr@v0.1.0