<%- include('partials/header') %>

Revise: <%= file.originalName %>

<% if (extractionError) { %>
<%= extractionError %>
<% } else if (extractionInfo) { %>
Text extracted using <%= extractionInfo.method %> <% if (extractionInfo.pages) { %> | <%= extractionInfo.pages %> pages <% } %> <% if (extractionInfo.sheets) { %> | <%= extractionInfo.sheets %> sheets <% } %> | <%= extractionInfo.totalLength %> characters
<% } %>
Original Notes
<%= content %>
AI-Revised Notes

Select a revision type and click "Revise" to see AI-enhanced notes here.

AI is processing your notes...

File Information
  • Name: <%= file.originalName %>
  • Size: <%= Math.round(file.size / 1024) %> KB
  • Uploaded: <%= new Date(file.uploadDate).toLocaleDateString() %>
  • <% if (extractionInfo) { %>
  • Extraction: <%= extractionInfo.method %>
  • <% if (extractionInfo.pages) { %>
  • Pages: <%= extractionInfo.pages %>
  • <% } %> <% if (extractionInfo.sheets) { %>
  • Sheets: <%= extractionInfo.sheets %>
  • <% } %>
  • Characters: <%= extractionInfo.totalLength.toLocaleString() %>
  • <% } %>
<% if (file.status) { %>
Processing Status: <% if (file.status === 'processed') { %> Processed <% } else if (file.status === 'processing') { %> Processing <% } else if (file.status === 'failed') { %> Failed <% } else { %> <%= file.status %> <% } %>
<% } %>
Revision Tips
  • Improve & Enhance: Makes your notes more comprehensive and well-structured
  • Summarize: Creates concise summaries of your key points
  • Generate Questions: Creates study questions to test your understanding
<%- include('partials/footer') %>