Module for image management. Allows you to merge, search image in image, combine, crop images and more.
Read this in other languages: English, Português, Español
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
-
Merge images
This command allows you to merge two images into one, the second image is superimposed on the first at the indicated coordinates. The path of the resulting file will be the same as the first image -
Convert to PDF
Convert image files from a folder to PDF -
Search image in image
This command searches if image 1 contains image 2 inside and returns True or False depending on the result -
Extract text
Extract text from a specific area of an image -
Crop image
Crop an image from coordinates -
Combine images
Combines two images into one while maintaining the size of each image. It can be combined horizontally or vertically -
Compare similarities between images
Compares an image with a folder of images and returns the percentage of similarity between them.
- windows