Skip to content

Releases: CatchTheTornado/text-extract-api

v0.2.0

18 Jan 07:33
c26bd2f
Compare
Choose a tag to compare

What's Changed

  1. Marker removed due to licensing restrictions, enabling us to change the license to MIT; will be relocated to an external repository
  2. EasyOCR support
  3. License updated to MIT to align with our goals

At this point we support:

  • PDF files
  • Image files
  • EasyOCR
  • LLama 3.2-vision OCR
  • All Ollama-supported models for second-stage text extraction
  • S3 Storage, Google Drive Storage, Local file system storage

More features will be added soon - please watch us on Github!


Commits:

  • feat: easyOCR added, tesseract - removed, marker - removed, license changed to MIT by @pkarw in #91
  • Update README.md by @justinlevi in #90

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Jan 08:35
afe9eea
Compare
Choose a tag to compare

What's Changed

This is an initial release. At this point we are fully supporting:

  • PDF files
  • Image files
  • Marker OCR
  • LLama 3.2-vision OCR
  • All Ollama-supported models for second-stage text extraction
  • S3 Storage, Google Drive Storage, Local file system storage

More features will be added soon - please watch us on Github!

Full changelog:

New Contributors

Full Changelog: https://github.com/CatchTheTornado/text-extract-api/commits/v0.1.0