TemplateOptions
Leave feedback
On this page
Inheritance: java.lang.Object
public class TemplateOptions
Provides the options which are used for parsing by template functionality.
| Constructor | Description |
|---|---|
| TemplateOptions(double rectangleTolerance) | Initializes a new instance of the TemplateOptions class. |
| Method | Description |
|---|---|
| getRectangleTolerance() | Gets the size of the border that is ignored when captured by the rectangular area. |
public TemplateOptions(double rectangleTolerance)
Initializes a new instance of the TemplateOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rectangleTolerance | double | The size of the border that is ignored when captured by the rectangular area. It’s measured by the fraction of a text item height. |
public double getRectangleTolerance()
Gets the size of the border that is ignored when captured by the rectangular area. It’s measured by the fraction of a text item height.
Returns: double - The double value from 0 (no border) to 1 (ignore the whole element).
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.