Releases: HelgeSverre/extractor
Releases · HelgeSverre/extractor
v0.2.1
Full Changelog: v0.2.0...v0.2.1
Fix booboo
v0.2.0
- Fixed ability to use gpt-4o for vision tasks, deprecated the vision preview model that no longer works, updated docs to reference new
model. Thanks to @blorange2 for providing a fix
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Updated dependancies and changed stuff in the readme.
Full Changelog: v0.1.2...v0.1.3
V0.1.2
What's Changed
- Add support for GPT-4o file handling by @andreascreten in #9
New Contributors
- @andreascreten made their first contribution in #9
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
Add support for Laravel 11
v0.0.11
What's Changed
- Fixed broken tests
- Removed
prinsfrank/standards
from dependancies, it was not used. - Bumped the following dependancies:
Package Name | Old Version | New Version |
---|---|---|
league/flysystem-aws-s3-v3 | ^3.16 | ^3.22.0 |
openai-php/laravel | ^0.7.0 | ^v0.8.1 |
smalot/pdfparser | * | v2.8.0 |
spatie/laravel-data | ^3.9 | ^3.11.0 |
spatie/laravel-package-tools | ^1.14.0 | ^1.16.2 |
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- Add hook to enable deletion of files after processing with Textract by @HelgeSverre in #5
- Added Mockery as dev dependency
Full Changelog: v0.0.9...v0.0.10
v0.0.9
Changes
- fixes #3 - Corrected a mistake related to the default value of
textract_version
andtextract_secret
inconfig/extractor.php
.
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Changes
- added method
fromMime($mime, $content
inHelgeSverre\Extractor\Text\Factory::class
Full Changelog: v0.0.7...v0.0.8