diff --git a/gitbook/SUMMARY.md b/gitbook/SUMMARY.md index 84596108..a8d0ef68 100644 --- a/gitbook/SUMMARY.md +++ b/gitbook/SUMMARY.md @@ -176,3 +176,4 @@ * [Umbra Space](tools/umbra-space/README.md) * [Google Flood Hub](tools/google-flood-hub/README.md) * [Maigret](tools/maigret/README.md) + * [Search by Image](tools/search-by-image/README.md) diff --git a/gitbook/categories/image-video/reverse-image-search/reverse-image-search.md b/gitbook/categories/image-video/reverse-image-search/reverse-image-search.md index 6883f004..c6e64a12 100644 --- a/gitbook/categories/image-video/reverse-image-search/reverse-image-search.md +++ b/gitbook/categories/image-video/reverse-image-search/reverse-image-search.md @@ -7,5 +7,6 @@ | [**InVID Verification Plugin**](../../../tools/invid/README.md) | Verification plugin to help journalists verify images and videos. | Free | [https://www.invid-project.eu/tools-and-services/invid-verification-plugin/](https://www.invid-project.eu/tools-and-services/invid-verification-plugin/) | | PimEyes | Face Search Engine & Reverse Image Search. | Partially Free | [https://pimeyes.com/en](https://pimeyes.com/en) | | RootAbout | Reverse search images on the Internet Archive | Free | [http://rootabout.com/](http://rootabout.com/) | +| [**Search by Image**](../../../tools/search-by-image/README.md) | A browser extension to reverse search an image on multiple search engines. | Free | [https://addons.opera.com/extensions/details/search-by-image/](https://addons.opera.com/extensions/details/search-by-image/) | | [**TinEye**](../../../tools/tineye/README.md) | TinEye is a search engine that allows the user to search using images (reverse image search). | Free | [https://tineye.com/](https://tineye.com/) | | VISE | (VGG Image Search Engine) This standalone application can be used to do a reverse image search on a large collection of images. | Free | [http://robots.ox.ac.uk/~vgg/software/vise](http://robots.ox.ac.uk/~vgg/software/vise) | \ No newline at end of file diff --git a/gitbook/tools/search-by-image/json.md b/gitbook/tools/search-by-image/json.md index 1175d70f..ed501623 100644 --- a/gitbook/tools/search-by-image/json.md +++ b/gitbook/tools/search-by-image/json.md @@ -7,7 +7,6 @@ description: This is the JSON codeblock for this tool {% code overflow="wrap" %} ```json { - "draft": true, "tags": [] } ```