Patent agents and process specialists in China who lack automated tools may face the challenge of splitting one patent application into 4 or 5 sub-documents during submission. To address this, I offer a straightforward command-line tool that can quickly divide these documents without the need for a complex setup.
https://www.python.org/downloads/pip install PyPDF2In this Python script, define the file path of your patent application PDF and the destination directories for the five segmented output files.
python Patent_Application_PDF_Splitter.pyFYI, Please pay close attention to the formatting of the sample application file. The spacing between keywords like "Specification"(说明书) and "Claims"(权利要求书) in the header is crucial for keyword recognition.
I am a dedicated patent agent. This code is a personal project and is not guaranteed to be suitable for production environments. Use at your own risk.