Skip to main content

No project description provided

Project description

Text Blocks

What is TextBlocks?

The TextBlocks class is a powerful tool that helps you extract structured information from unorganized text data.
It's like a smart assistant for processing text and updating databases with the relevant details.

How to Use TextBlocks

# Import the TextBlocks class
from text_block_local.text_block import TextBlocks

# Initialize the TextBlocks class
text_blocks_processor = TextBlocks()

# Example 1: Process a Specific Text Block
# This will process a text block with the specified ID and update the database.
text_blocks_processor.process_text_block(text_block_id=123)

# Example 2: Process All Text Blocks
# This will process all text blocks and update the database (update=True by default).
text_blocks_processor.check_all_text_blocks()

# Example 3: Identify and Update Text Block Type
# Identify and update the text block type based on the text content.
# Replace '123' with the actual text block ID and provide the text.
text_blocks_processor.identify_and_update_text_block_type(text_block_id=123, text="Your text here")

# Example 4: Create a Person Profile
# Create a person profile and update related tables with the extracted fields.
# Replace the example fields with actual data.
person_id = text_blocks_processor.create_person_profile(fields_dict={"First Name": ["John"], "Last Name": ["Doe"]})

# You can use these examples as a reference to use the TextBlocks class in your project.
# Customize the data and text block IDs as needed for your specific use case.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

text-block-local-0.0.4.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

text_block_local-0.0.4-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page