You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
In the Ingest Scenarios document, we indicated that an NDNP ingest would create NewspaperIssue objects, and compile child Page object files into a set of Issue-level files that would be attached as FileSets.
Similar to #155, a text file should be created representing the combined OCR text of all the component Pages.
The text should also be indexed as searchable full text in the issue Solr record, matching the current PDF ingest functionality. (This may already be happening?)
Rationale
An issue-level text file would facilitate easier text analysis.
Expected Behavior
As an admin user
When I run a batch ingest of page level files
And I view the results of the ingest in the UI
I should be able to view a page for each Issue in the batch
And I should be able to download the issue text as a plain TXT file
And the text should be searchable
This ticket will be complete when
Functionality and user story described above is implemented and tested.
The text was updated successfully, but these errors were encountered:
Background
In the Ingest Scenarios document, we indicated that an NDNP ingest would create NewspaperIssue objects, and compile child Page object files into a set of Issue-level files that would be attached as FileSets.
Similar to #155, a text file should be created representing the combined OCR text of all the component Pages.
The text should also be indexed as searchable full text in the issue Solr record, matching the current PDF ingest functionality. (This may already be happening?)
Rationale
An issue-level text file would facilitate easier text analysis.
Expected Behavior
As an admin user
When I run a batch ingest of page level files
And I view the results of the ingest in the UI
I should be able to view a page for each Issue in the batch
And I should be able to download the issue text as a plain TXT file
And the text should be searchable
This ticket will be complete when
Functionality and user story described above is implemented and tested.
The text was updated successfully, but these errors were encountered: