コミュニティ

Finereader Engine with Python 回答済み

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

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

4件のコメント

  • 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

サインインしてコメントを残してください。