Project that converts a JPDF_PARSER generated cas to a format that the datasheet_parser can use.
- Create an exported cas from the jpdf-parser from GRAF.
- Use the
./run.sh
script to run the project - Transfer the resulting
.project
file as input to the datasheet parser.
From ./run.sh -h
:
Usage: ./run.sh [-h] -f=INPUTFILE [-o=OUTPUTFILE]
-f, --file=INPUTFILE the input cas file
-h, --help display this help message
-v, --verbose display debugging info
This is the input cas file from jpdf. This is a required option.
THis is the name of the output text file. If this is not given, the output file will be INPUTFILE.txt
.