The AXIS 7000 can deliver either the normal information file image.txt in or an text file as specified in the <Output> section in the XML file.

To get all the information you normally get in the image.txt file from the <output> section, you need to specify it in the <output> section.
Example:

<output>
<format>
[General]
File name = $INT_FILE_NAME$
File size = $INT_FILE_SIZE$
.
.

[Image Information]
Width = $INT_WIDTH$
Height = $INT_HEIGHT$
.
.

[Metadata]
Customer no = $Customer_no$


</format>
</output>

This should give you an output file containing:

[General]
File name = image.tif
File size = 123456
.
.

[Image Information]
Width = 1234
Height = 1234
.
.

[Metadata]
Customer no = 12345