Operation to tag documents using Python and Docling.

You will need to install Python and Docling to use this class.

When running in Microsoft Windows, do not use the Python app from the Microsoft Store because apps there are protected by security so that other processes cannot access them.

Instead you can download the Python Install Manager from the Python web site and then use it to install Python 3.14 - our recommended release - by calling "py install 3.14".

To install Docling run: "python -m pip install docling". To upgrade Docling to a newer version, run "python -m pip install --upgrade docling". Replace the "python" command with "python3" when running on Linux.

System.Object
   WebSupergoo.ABCpdf14.Operations.AccessibilityOperationAI

 

   
   
Method
Description
Tag Tags a PDF document.

 

   
   
Property
Description
ConversionOptions A Python expression that will be evaluated to be used as options for the conversion.
KeepTags Gets or sets whether existing tags in the document are kept.
TaggedPageNumbers Gets a read-only list of page numbers of pages where tags are to be added.