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: https://share.abbyy.com/index.php/s/DK6jy6LEL87a903

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

3 comments

  • Avatar
    Koen de Leijer

    Hi

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


    Best regards
    Koen de Leijer

    0
  • Avatar
    Koen de Leijer

    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
    Cloud 2 /Technofast

    That worked perfectly

    Thank you very much

    0

Please sign in to leave a comment.