Giter Club home page Giter Club logo

epdf's Introduction

pppdf

pppdf(PaddlePaddlePDF)项目是一个为了实现pdf内容提取的项目

阶段目标

  1. 实现文字提取,实现pdf2txt;
  2. 实现章节信息提取,转换为markdown格式;
  3. 实现图片信息提取,转换为markdown格式;
  4. 实现ipad笔记的提取(GoodNotes5)

Requirements

fitz                               0.0.1.dev2
PyMuPDF                            1.23.22
PyMuPDFb                           1.23.22
## PyPDF

似乎这个库仅仅提供了对pdf的文本、图像、pdf本身,三个事物的解析,pdf本身的解析是指,依据pdf规范所允许的交叉引用与对象信息的解读,如果不是文本和标准图像,那么这样子的对象,PyPDF 只提供该对象的索引或box信息,而不帮你做该对象的读取与解析,而需要你自行去二进制读取处理。

为了更好的理解pdf中的非文本和非图像的对象,需要下载pdftk工具. 感觉这个工具似乎也没啥用

epdf's People

Contributors

halle-astra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.