Skip to content

Releases: VikParuchuri/surya

Improve line detector

06 Mar 19:36
f68379a
Compare
Choose a tag to compare
  • Improved line detector with better recall and higher resolution
  • Confidence scores for detection and recognition
  • Beta layout detection model

Basic sorting, repetition detection, UTF-8 output

16 Feb 22:27
534c237
Compare
Choose a tag to compare
  • Output JSON as UTF-8 so text can be scanned easily
  • Improve output schema to include more information and be easier to parse
  • Sort text lines in basic order, which will work in many cases
  • Detect repetitions and truncate

v0.2.1: Merge pull request #18 from VikParuchuri/dev

12 Feb 23:26
7e53a6d
Compare
Choose a tag to compare
  • Fix bug with downloading render fonts for OCR

v0.2.0

12 Feb 23:03
97f1432
Compare
Choose a tag to compare
  • Add in text recognition
  • Add simple streamlit demo app

Update model

16 Jan 20:00
c2067a2
Compare
Choose a tag to compare
  • Much more performant on scanned/old docs
  • Enable non-axis-aligned bboxes

Finalize public release

12 Jan 18:26
Compare
Choose a tag to compare
v0.1.5

Add folder level inference

First release

12 Jan 15:45
Compare
Choose a tag to compare

Initial surya text detection release.