Thanks first for providing the powerful Python API to match the batch processing work more easily, and also the detailed PDF for API documentation to guide how to use that python API.
However, as mentioned in previous posts,
https://www.agisoft.com/forum/index.php?topic=16236.0, using PDF rather than web API framework is sometimes not reading and checking friendly. Many packages and tools provides interactive web-based documentation for easier check, for example:
1.
https://colmap.github.io/pycolmap/index.html#api2.
https://dev.epicgames.com/documentation/en-us/realityscan-mobile/realityscan-documentationI am wondering if Metashape officially has plan to maintain or release a web-based API documentation for easier usage? If not, personally would like to contribute making such a web-based API documentation. But I am curies about if there is any copyright risk if do so? Here are some options:
[1] Release an open-source conversion tool that generate a website from official PDF only with code, users can generate a local website on their own PC and browser locally.
[2] Hosted the converted website on some public website (e.g. readthedocs, or github pages) using the tool in [1]
[3] Providing different language translations for [2] by LLM models
For user convenience, its increased but also increase the Infringement risk, I am wondering at which level is the most proper way. Also, Is it possible to obtain official authorization to carry out this action?