Last Updated: Nov 23, 2020
Use this function to extract regions based on the given selectors. The output is the path of the folder that contains the matching images.
Extract Image (fid, left, top, right, bottom, page_number, image_format)
Input Parameter Name | Description |
---|---|
fid | OutputXmlFID from the Doc reader node |
left | A keyword that is at the bottom of the image |
top | A keyword that is at the top of the image |
right | A keyword that is at the right of the image |
bottom | A keyword that is at the bottom of the image |
page_number | Page number of pdf to search image.Provide 0 to search across all pages |
image_format | Image format for saving. eg.TIFF,JPG,GIF,PNG |
Extract Image (123, L, T, R, B, 2, JPG)
Return Value | Description |
---|---|
Path | Path of the output file |
To view all the Document functions, click here.