Merged in feature/textract-fix (pull request #178)
fix textract accuracy issue * fix textract
This commit is contained in:
@@ -11,7 +11,6 @@ require (
|
||||
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.1
|
||||
github.com/aws/aws-sdk-go-v2/service/textract v1.35.1
|
||||
github.com/caarlos0/env/v11 v11.3.1
|
||||
github.com/gen2brain/go-fitz v1.24.14
|
||||
github.com/getkin/kin-openapi v0.129.0
|
||||
github.com/go-playground/validator/v10 v10.25.0
|
||||
github.com/golang-migrate/migrate/v4 v4.18.2
|
||||
@@ -48,7 +47,6 @@ require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/chigopher/pathlib v0.19.1 // indirect
|
||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
||||
github.com/ebitengine/purego v0.8.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
||||
github.com/ghodss/yaml v1.0.0 // indirect
|
||||
@@ -74,7 +72,6 @@ require (
|
||||
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||||
github.com/jinzhu/copier v0.4.0 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/jupiterrider/ffi v0.2.0 // indirect
|
||||
github.com/labstack/gommon v0.4.2 // indirect
|
||||
github.com/leodido/go-urn v1.4.0 // indirect
|
||||
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user