PhilippWuelfing
posted this
10 November 2017
- Last edited 10 November 2017
Thank you for your answer.
I have tried the following to create the layout file via API as mentioned in the Developer's Help.
For example:
Dim Region As FREngine.Region = Engine.CreateRegion()
Region.AddRect(1974, 406, 2114, 442)
Dim Block As FREngine.Block
Block = abbLayout.AddBlock(FREngine.BlockTypeEnum.BT_Text, Region)
The coordinates of the rectangle i got from the AnalyzePage method.
It is from the first block of the analyzed Page.
There is a text "Seite 1" in it.
But nothing is recognized when calling the RecognizePage method.