Comparing PDF pages

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • PyPDF2

    A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files

  • Are they scanned or computer-prepared? If they're computer-prepared, you could use PyPDF2, and compare the contents of each page to all the others. Open the file, open each page and compare it to all the pages that follow it using things like extractText() and getContents().

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: A new open-source library to design PDF using React

    2 projects | news.ycombinator.com | 17 Feb 2024
  • 1.5M PDFs in 25 Minutes

    2 projects | news.ycombinator.com | 15 Feb 2024
  • Htmldocs: Typeset and Generate PDFs with HTML/CSS

    11 projects | news.ycombinator.com | 17 Jan 2024
  • Show HN: How do you OCR on a Mac using the CLI or just Python for free

    6 projects | news.ycombinator.com | 2 Jan 2024
  • How to Simply Generate a PDF From HTML in Symfony With WeasyPrint

    6 projects | dev.to | 12 Dec 2023