pdfix / pdfix-autotag-deepdoctection

Autotag the PDF document with AI model deepdoctection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autotag the PDF document with AI model deepdoctection

An example of autotagging PDF document with PDFix SDK and the deepdoctection a python AI library for document extraction and layout analysis.

https://huggingface.co/spaces/deepdoctection/deepdoctection

Note: Deepdoctection is only supported on macOS/Linux

Installation

Recommended is to create a virtual environment for running the example

python3 -m venv env && source env/bin/activate

PDFix SDK

pip install -i https://test.pypi.org/simple/ pdfix-sdk-pdfix-support==0.0.10

Deepdoctection

To install deepdoctection follow the steps on https://github.com/deepdoctection/deepdoctection#installation

Help & Support

For more information please visit pdfix.net for additional information or send us an email to support@pdfix.net.

About

Autotag the PDF document with AI model deepdoctection


Languages

Language:Python 100.0%