Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 383 Bytes

File metadata and controls

20 lines (12 loc) · 383 Bytes

Architecture

A standard Django web app. Maybe with REST calls to two services:

  • A service to transform PDFs.
  • A service to search.

Technologies

Technologies to consider:

Elasticsearch

  • Very useful to search on the web.
  • REST API.
  • It can work with PDFs.

pdf.js

Example