Some library CLI

This commit is contained in:
Cyber MacGeddon 2025-05-05 00:03:41 +01:00
parent 8146f0f2ff
commit 9a47915d05
5 changed files with 392 additions and 7 deletions

View file

@ -4,8 +4,6 @@
Loads a PDF document into TrustGraph processing.
"""
import pulsar
from pulsar.schema import JsonSchema
import hashlib
import argparse
import os
@ -31,7 +29,6 @@ class Loader:
user,
collection,
metadata,
pulsar_api_key=None,
):
self.api = Api(url).flow(flow_id)