コミュニティ

Get each end time of export destinations 回答済み

Hi,

I create a service field and source is document time.

I have two export destinations, one is export xml&jpg, the other is export searchable pdf/a.

It seems that

1.document export time form service field is the time when all export destinations is end

2.It is too late to export value to xml only can show in verification UI.

Because pdf need more time with full-OCR, we want to get end time alone when the xml&jpg is exported.

problem 1: How can I get each end time of export destinations separately?

problem 2: How can I get the exported time in xml not only show in UI?

Thanks

 

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

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

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    Hello,

    As we've got from your description, you have two export ways - the "long" one (PDF) and the "short" one (XML + JPEG)

    We may offer you the following scenario (assuming you have Distributed version and can use Advanced workflow):

    - Create the automatic script stage handling the "short" export ways (see 

    Using scripts in ABBYY FlexiCapture > Scripts for customizing processing stages > Types of scripts > Processing scripts 

    Help topic). 

    - After calling the IDocument::SaveAs() method for saving JPEG image, record current time by any appropriate .NET method and save this value into the additional document field (or document registration parameter/or Index field).

    - Create an interactive stage of Verification type where you will be able to display the time field/see Index time field in the Batch view as an additional column.

    - After this stage export the documents by remaining "long" way using standard export settings.

    0

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