Files
query-orchestration/vendor/github.com/gen2brain/go-fitz/fitz_vendor.go
T
Michael McGuinness fee71e7740 Merged in feature/postprocessing (pull request #114)
Feature/postprocessing

* tests

* passtest

* fixshorttests

* mosttests

* improvingbasedockerfile

* testspeeds

* testing

* host

* canparallel

* clean

* passfullsuite

* singlepagemax

* test

* findfeatures

* findstables

* tbls

* tablestoo

* tablestoo

* lateraltests

* tableloc

* cleanup

* inlinetable

* childids

* cleanup

* tests
2025-04-22 14:40:16 +00:00

10 lines
186 B
Go

//go:build required
package fitz
import (
_ "github.com/gen2brain/go-fitz/include/mupdf"
_ "github.com/gen2brain/go-fitz/include/mupdf/fitz"
_ "github.com/gen2brain/go-fitz/libs"
)