Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Hi want to integrate ABBYY Fine reader to my custom application i use the commandline FineCMD.exe MyDocument /lang french /send MsWord

It does the OCR process by converting my document and pass it to Msword. I want the FineCMD to Save the converted OCRed word document to a folder How To handle that using commandline argument?

Iam USING ABBYY Fine Reader 12 on Windows 10

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
297 views
Welcome To Ask or Share your Answers For Others

1 Answer

ABBYY FineReader does not provide command line interface for saving the result from scripting or for batch processing. FineReader is a desktop application intended for UI-driven use and not intended for black-box integration. The fitting ABBYY package for that task is Recognition Server or Engine SDK for true development, which btw has CLEI precompiled sample.

(Source: I am a former ABBYY dev/support tech and currently an independent ABBYY technology integrator)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...