diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-25 06:51:02 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-25 06:51:02 +0300 |
| commit | e0c3fe554fe5057891962234076d061ca58f694e (patch) | |
| tree | 05fe1e7588995ff4117e707fe6c546004c8a54af /go.mod | |
| parent | 40943ff4d34a7d77ece2c8e3a427b1cf18eccd6a (diff) | |
Feat: rag text extractors
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,7 +10,10 @@ require ( github.com/glebarez/go-sqlite v1.22.0 github.com/gopxl/beep/v2 v2.1.1 github.com/gordonklaus/portaudio v0.0.0-20250206071425-98a94950218b + github.com/huantt/plaintext-extractor v1.1.0 github.com/jmoiron/sqlx v1.4.0 + github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728 + github.com/n3integration/epub v0.2.0 github.com/neurosnap/sentences v1.1.2 github.com/rivo/tview v0.42.0 ) |
