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
Comments
3 comments
Hi

See FileExportFormatEnum in the help-file for possible export-formats, it also includes several TXT-formats:
Best regards
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;
That worked perfectly
Thank you very much
Please sign in to leave a comment.