cjber commited on
Commit
35269ea
·
1 Parent(s): 9270ac5

fix: rename doc id to part id

Browse files
planning_ai/documents/summary_intro.txt CHANGED
@@ -1,5 +1,5 @@
1
  This document provides a summary of each representation. A Representation ID is provided which corresponds with the ID column in the .json JDi files. A representation contains both a text submission and optionally an attachment which can take varying forms. The tool processes text data only, so does not process images such as photographs, although these can be explored in the original representations submitted. For representations with attachments that are not considered by this summary, these are listed at the end of the report.
2
 
3
- Every attachment is split into separate pages for processing, with each page given a Document ID. As such, attachments that have been split by pages into multiple Document ID will share the same Representations ID. This specification of both Representation ID and Document ID allows the user to link the produced summaries back to the original documents.
4
 
5
  ---
 
1
  This document provides a summary of each representation. A Representation ID is provided which corresponds with the ID column in the .json JDi files. A representation contains both a text submission and optionally an attachment which can take varying forms. The tool processes text data only, so does not process images such as photographs, although these can be explored in the original representations submitted. For representations with attachments that are not considered by this summary, these are listed at the end of the report.
2
 
3
+ Every attachment is split into separate pages for processing, with each page given a Part ID. As such, attachments that have been split by pages into multiple Part IDs will share the same Representations ID. This specification of both Representation ID and Part ID allows the user to link the produced summaries back to the original documents.
4
 
5
  ---