Skip to content

v0.2.0 — Real OCR Support & Improved Docs

Choose a tag to compare

@avneetbansal-aws avneetbansal-aws released this 01 Jul 21:33
· 9 commits to main since this release
ae66622

What's New

Field Name Normalization (Critical Fix)

  • Library now works correctly with real Textract/OCR output
  • Handles trailing colons, punctuation, and whitespace in field names (e.g., "Employee Name:" → matches "Employee Name")
  • Normalization happens at lookup time only — stored data preserves OCR fidelity
  • Validated with real AWS Textract API calls: all fields score 0.999

Improved README

  • Added "The Problem" section with before/after diagrams
  • Added "Beyond Document Processing" — applicability to UI testing, manufacturing, medical imaging, retail
  • Added architecture diagram (Mermaid)
  • Added FAQ, badges, "Try it in 30 Seconds", decision tree
  • Added non-production disclaimer and PII compliance note

Other

  • Fixed all PCSR Guardian feedback (F-1 through F-5)
  • License headers corrected to MIT-0 across all files
  • Benchmarks directory added (gitignored — run locally)

Proven Results (Real Textract)

  • Template identification: 99.9% accuracy
  • Spatial field location: 99.9% confidence
  • Token savings: ~$200 per 10K documents (estimated)