diff options
Diffstat (limited to 'content/posts/tool-overview')
-rw-r--r-- | content/posts/tool-overview/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/tool-overview/index.md b/content/posts/tool-overview/index.md index ecaaa06..2a87649 100644 --- a/content/posts/tool-overview/index.md +++ b/content/posts/tool-overview/index.md @@ -66,7 +66,7 @@ preproc is a package of image preprocessing tools which we use to prepare page images for OCR. They are designed to be very fast, and to work well even in the common (for us) case of weird and dirty pages which have been scanned badly. Many of the operations take advantage of our -[integralimg](https://rescribe.xyz/integralimg) ([docs](https://pkg.go.dev/rescribe.xyz/integralimg)) +[integral](https://rescribe.xyz/integral) ([docs](https://pkg.go.dev/rescribe.xyz/integral)) package, which uses clever mathematics to make the image operations very fast. |