All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eadge.extractpdfexcel.models.BlockMerger Maven / Gradle / Ivy

The newest version!
package org.eadge.extractpdfexcel.models;



import org.eadge.extractpdfexcel.data.block.Block;

import java.util.Collection;

/**
 * Created by eadgyo on 14/07/16.
 * 

* Merge blocks if they respect merge conditions. */ public abstract class BlockMerger { /** * Analyse and merge two by two, blocks that are respecting merge conditions. * * @param blocks collections of blocks tested to be merged. */ public abstract void mergeIfNecessaryBlocks(Collection blocks); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy