Community

Querying recognized data Answered

I work with and change a lot of the recognized data of the engine.

Therefore I used to Export the pages to XML and load the generated file into a XDocument, so that I could query it with LINQ.

But writing files to the filesystem is no longer an option. As far as I know you cannot change recognized data in too many ways and querying is quite hard.

I would like to know if there is an easy way to work with recognized data without writing too much code. Can you export data to a Filestream instead of a file?

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • Avatar
    Oksana Serdyuk

    Hello!

    There is the IFRDocument::ExportToMemory method in ABBYY FineReader Engine 11 and 12. This method saves the document into memory by means of the IFileWriter object. You can find the code sample (in C#) in our Developer's Help → API Reference → Supplementary Objects and Methods → IFileWriter, the Samples section.

    0
  • Avatar
    Florian Hallensleben

    Exactly what I was looking for but could not find. Thank you!

    0

Please sign in to leave a comment.