We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try these command line options:
./src/alto2txt/extract_publications_text.py -p single "~/example path with spaces/input data/0002647" "~/example path with spaces/output files"
<source>_<year><date>_art<xxxx>_metadata.xml
<source>_<year><date>_art<xxxx>.txt
newline
The output *.txt files should contain the relevant article text.
*.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce
Try these command line options:
Actual output:
<source>_<year><date>_art<xxxx>_metadata.xml
are create and populated (presumably correctly)<source>_<year><date>_art<xxxx>.txt
are created, but contain only a singlenewline
char and no other textExpected output:
The output
*.txt
files should contain the relevant article text.The text was updated successfully, but these errors were encountered: