How to get the content of the ImageDocument object saved with the previous FineReader Engine version

Question

For example, if an ImageDocument object was saved in FineReader Engine 11 using the SaveToFolder method, how can it be opened in FineReader Engine 12?

Answer

Use the ConvertFromOldVersion method of the FRDocument object.

// C#
FRDocument fRDocument = Engine.CreateFRDocument();
fRDocument.ConvertFromOldVersion(@"path\To\ImageDocument\Folder", FREngineVersionEnum.FREV_11);

Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.

Recently viewed