Community

Finereader Engine with Python Answered

Hello,

I'm using Finereader Engine SDK with python to extract text from the image. I've downloaded the python script from here: Python samples.zip

Now my problem is that it saves the output in PDF and RTF format, but I want to save the data in a text file.

I tried a python script to further convert the RTF file into TXT file, but I want the output directly into a text file.

How can I do that? Any help will be appreciated.

Thanks

Was this article helpful?

0 out of 0 found this helpful

Comments

4 comments

  • Avatar
    Permanently deleted user

    Hi

    See FileExportFormatEnum in the help-file for possible export-formats, it also includes several TXT-formats:


    Best regards
    Koen de Leijer

    0
  • Avatar
    Permanently deleted user

    I do not seem to be able to edit my posts,
    the example talks about "FEF_RTF = 0" and "FEF_PDF = 4" , so if numbered correctly, 5 or 6 will do;

    1
  • Avatar
    Permanently deleted user

    That worked perfectly

    Thank you very much

    0
  • Avatar
    Valerii Kovalenko

    Hi Abbyy team, I have updated old python samples link Python samples.zip

    0

Please sign in to leave a comment.