Hi,
if a scanned document is matching a specific FlexiLayout I need to split it in two different documents and PDF files with the same recognised metadata (for example a file with the first 4 pages and another file with all other pages).
I'm trying to do that directly into the FlexiLayout but I'm not sure this is the best choice to do that. More over for me is simpler to recognise the first page (with a text keyword on the title of the document), but its trivial to recognise the last one I want in the first document. So I'm thinking to separate them using the number of pages which is a constant.
Do you have any advises?
Thank you very much.
コメント
5件のコメント
Hello,
You're right, the flexi layout is not the best choice to solve this task. Inside the FlexiCapture itself you may split the document with matched document definition into several separate documents using for example custom script batch-processing stage and the methods IBatch::CreateDocumentFromPage(), IBatch::MovePage(). Then these documents can be exported as separate PDF files.
Please note that this solution will work in FC Distributed. If you have FC Standalone, then we need more information about your documents to advise the best way of splitting them.
Thanks Ekaterina.
Yes, I have the Distributed version of FC.
If I understand well, I should add a new stage into the workflow between Recognition and Export, valid only for the specific Document Definition which if it is recognised splits the document after N pages.
If yes, what if I need different methods for different Document Definition? Should I add a different splitting stage for each Document Definition?
Thanks!
Hello
Yes, you are right. You may create the stage.
No, you should not. You may control your splitting with one document definition was matched by the IDocument
ocumentDefinition property method.
Thank you very much Ekaterina!
Where I can find the reference of all method I can use in scripts?
Is it available online or into the FlexiCapture documentation?
Thank you very much!
Bye
Hello
Here you are: Appendix > Using scripts in ABBYY FlexiCapture
サインインしてコメントを残してください。