Skip to main content
Documents are typically processed in several projects or environments. At the same time, you will usually have one project or environment where images are accumulated and models are trained. To use training results elsewhere, transfer your trained models with the SyncTrainingBatches command. Only models of higher quality than those already in the target are transferred. The command can also transfer the document images used for training.
SyncTrainingBatches needs identical Document Definition versions in the source and target projects.
Where the versions differ, no documents belonging to that Document Definition are copied. Two situations cause the mismatch:
  • A Document Definition was updated in the source project but not in the target project.
  • An older Document Definition was deleted from the target project but not from the source project.

Parameters

Example of use

  • SyncTrainingBatches /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects\SingleEntryPoint /SourceU=user /SourceP=password /ForceSync /CopyTrainingBatches=LayoutOnly /BatchIDs=1,2,3,4 – Copies the listed field extraction training batches to a local project, skipping the training quality check