Question
How to capture all pictures via FlexiCapture if each document is different and images can be in any location of the document and then export them?
Answer
To capture all pictures FlexiLayout Studio should be used.
Create flexilayout elements:
1.ObjectCollection;
2.RegionElement;
3.Block with a picture type;
Element settings:
- Object collection
Type: Picture
Object size: Min height:50, Min width:50.
2. RegionElement
Advanced pre-search relation should be added:
if(ocAllPictures.IsFound) then
RSA: ocAllPictures.Rects;
else
dontfind;
Block with a picture type:
Example of the found picture:
Linked articles:
How to export captured pictures to a .jpg format:
Comments
0 comments
Please sign in to leave a comment.