PyArmor Documentation v5.9.5
Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y not found, make sure the execution path includes the proper directory. 1.2 Installed commands The complete installation places these commands on the execution path: • pyarmor is the main command. See ') Run the obfuscated script: cd dist python myscript.py By default, only the *.py in the same path as the entry script are obfuscated. To obfuscate all the *.py in the sub-folder recursively, execute0 码力 | 131 页 | 428.65 KB | 1 年前3PyArmor Documentation v5.6.5
File for Obfuscated Script Key Points to Use Obfuscated Scripts Running Obfuscated Scripts Search path for license.lic and pytransform.key Two types of license.lic The Modes of Obfuscated Scripts Advanced Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y is not found, make sure the execution path includes the proper directory. Installed commands The complete installation places these commands on the execution path: pyarmor is the main command. See Using0 码力 | 103 页 | 86.97 KB | 1 年前3PyArmor Documentation v5.6.0
File for Obfuscated Script Key Points to Use Obfuscated Scripts Running Obfuscated Scripts Search path for license.lic and pytransform.key Two types of license.lic The Modes of Obfuscated Scripts Advanced Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y is not found, make sure the execution path includes the proper directory. Installed commands The complete installation places these commands on the execution path: pyarmor is the main command. See Using0 码力 | 103 页 | 85.82 KB | 1 年前3PyArmor Documentation v6.2.7
Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y is not found, make sure the execution path includes the proper directory. Installed commands The complete installation places these commands on the execution path: pyarmor is the main command. See Using ') Run the obfuscated script: cd dist python myscript.py By default, only the *.py in the same path as the entry script are obfuscated. To obfuscate all the *.py in the sub-folder recursively, execute0 码力 | 159 页 | 123.91 KB | 1 年前3PyArmor Documentation v6.3.1
Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y is not found, make sure the execution path includes the proper directory. Installed commands The complete installation places these commands on the execution path: pyarmor is the main command. See Using ') Run the obfuscated script: cd dist python myscript.py By default, only the *.py in the same path as the entry script are obfuscated. To obfuscate all the *.py in the sub-folder recursively, execute0 码力 | 161 页 | 124.89 KB | 1 年前3PyArmor Documentation v5.6.0
Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 6.8 Search path for license.lic and pytransform.key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y not found, make sure the execution path includes the proper directory. 1.2 Installed commands The complete installation places these commands on the execution path: • pyarmor is the main command. See0 码力 | 107 页 | 352.50 KB | 1 年前3PyArmor Documentation v6.2.8
Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y not found, make sure the execution path includes the proper directory. 1.2 Installed commands The complete installation places these commands on the execution path: • pyarmor is the main command. See ') Run the obfuscated script: cd dist python myscript.py By default, only the *.py in the same path as the entry script are obfuscated. To obfuscate all the *.py in the sub-folder recursively, execute0 码力 | 153 页 | 483.38 KB | 1 年前3PyArmor Documentation v6.4.4
Verifying the installation On all platforms, the command pyarmor should now exist on the execution path. To verify this, enter the command: pyarmor --version The result should show PyArmor Version X.Y not found, make sure the execution path includes the proper directory. 1.2 Installed commands The complete installation places these commands on the execution path: • pyarmor is the main command. See ') Run the obfuscated script: cd dist python myscript.py By default, only the *.py in the same path as the entry script are obfuscated. To obfuscate all the *.py in the sub-folder recursively, execute0 码力 | 167 页 | 510.99 KB | 1 年前3PyMuPDF 1.24.2 Documentation
Document(filename) This creates the Document object doc. filename must be a Python string (or a pathlib.Path) specifying the name of an existing file. It is also possible to open a document from memory data llama_index.readers.file import PyMuPDFReader loader = PyMuPDFReader() documents = loader.load(file_path="example.pdf") See Building RAG from Scratch for more. 7.3 Preparing Data for Chunking Chunking pdf4llm.to_markdown("input.pdf") # Write the text to some file in UTF8-encoding import pathlib pathlib.Path("output.md").write_bytes(md_text.encode()) 7.3.2 How to use Markdown output Once you have your data0 码力 | 565 页 | 6.84 MB | 1 年前3PyMuPDF 1.12.2 documentation
Constructs a Document object from filename. Parameters: filename (str) – A string containing the path / name of the document file to be used. The file will be opened and remain open until either explicitely the PDF Base 14 Fonts (default is “Helvetica”) if fontfile is not specified. fontfile (str) – file path of a font existing on the system. If this parameter is specified, specifying fontname is mandatory point. Attribute Short Description linkDest.dest destination linkDest.fileSpec file specification (path, filename) linkDest.flags descriptive flags linkDest.isMap is this a MAP? linkDest.isUri is this0 码力 | 387 页 | 2.70 MB | 1 年前3
共 530 条
- 1
- 2
- 3
- 4
- 5
- 6
- 53