New document parsers

    9/24/2025

    We have added new document parsers to our AI SDK, enabling the extraction of structured data from various document types. The newly supported document types include:

    • NFes (Brazilian electronic invoices)
    • Bank Statements
    • US Driver Licenses

    You can import them from our SDK as follows:

    from abstra.ai import parse_nfe, parse_bank_statement, parse_us_driver_license
    

    These parsers utilize advanced AI techniques to accurately extract relevant information, making it easier to process and analyze these documents in your applications.