Description
When reading recognized data from the Layout object by iterating layout blocks, you might get noticeable slowdown.
Cause
The issue is caused by overhead of calls, because they use the so-called COM interface. When you use the OutprocLoader to load the FineReader Engine, such overhead may be significant.
Resolution
There are several approaches to avoid this overhead:
- Load the FineReader Engine using "naked" way ("Guided Tour" → "Advanced Techniques" → "Programming Aspects" → "Different Ways to Load the Engine Object");
- Export results to either XML or ALTO format (and then parse if needed).
Comments
1 comment
Brian Coe
Can anybody explain this solution in simple terms, I am no computer expert, and my FR15 has slowed down when recognising a page after alterations, like 10 seconds on the clock.
Thanks
Brian Coe
Please sign in to leave a comment.