1
Python and Java API / Re: Report language
« on: June 12, 2017, 11:33:41 AM »
Thanks Alexey.
What do you mean by that?
at least without interface restart.
What do you mean by that?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
at least without interface restart.
import PhotoScan
project_path = "C:/project4/Agisoft Project/project.psx"
report_path = "C:/project4/report.pdf"
app = PhotoScan.Application()
doc = PhotoScan.app.document
doc.open(project_path)
chunk = doc.chunk
chunk.exportReport(report_path)
app.quit()