Skip to content
Snippets Groups Projects
Commit f7f058ab authored by smayer's avatar smayer
Browse files

Add preprocessing showcase Jupyter notebook and images

parent ad0e7dbb
Branches
No related tags found
No related merge requests found
Showing
with 1932 additions and 78 deletions
.ipynb_checkpoints
__pycache__
.venv
# Anno Event 2023
In diesem Repo sammeln wir Ressourcen für den Programmpunkt „Vom Bild zum Text – automatische Texterkennung mit Hilfe von OCR“ beim Event **20 Jahre ANNO – Österreichs größtes Webportal von historischen Zeitungen** am 19. Oktober 2023.
## Inhalt
## Getting started
- Arbeitsschritte der OCR
- Annolyzer
- Preprocessing pipeline für Esperanto-Bestände
- Verwendung von Tesseract
- Verwendung von Transkribus
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
## Arbeitsschritte der OCR
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
...
## Add your files
## Annolyzer
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
Die Annolyzer-Plattform ist ein Werkzeug, welches entwickelt wurde um vereinfachten Zugriff auf historische Zeitschriften für eine große Palette von Benutzern zur Verfügung zu stellen. Es handelt sich dabei um eine Weiterentwicklung aus dem NewsEye Projekt, welches nach Projektende in die ÖNB Labs integriert wurde. Siehe den [entsprechenden Beitrag](https://labs.onb.ac.at/de/topic/annolyzer/) auf der Webseite der ÖNB Labs zum Thema. Beim Event stellen wir den Verwendungszweck der Plattform und ihre Funktionen vor:
- Korpus bestehend aus vier österreichischen Zeitschriften aus dem 19. und 20. Jahrhundert
- solr-basierte Volltext-Suche, Filter und Viewer
- Erstellen von eigenen Datensets und Download
```
cd existing_repo
git remote add origin http://labs.onb.ac.at/gitlab/labs-team/anno-event-2023.git
git branch -M main
git push -uf origin main
```
## Preprocessing pipeline für Esperanto-Bestände
## Integrate with your tools
Für zwei Projekte, die sich mit Beständen der Sammlung für Plansprachen befassen, kommt eine speziell dafür entwickelte Bildverarbeitungs-Pipeline zum Einsatz. Diese ist zugeschnitten auf das historische Bildmaterial und beseitigt Scanränder, rotiert Bilder waagerecht und wandelt das Bild in Graustufen um. Siehe das Jupyter-Notebook [preprocessing-showcase.ipynb](preprocessing-showcase.ipynb) für mehr Details.
- [ ] [Set up project integrations](http://labs.onb.ac.at/gitlab/labs-team/anno-event-2023/-/settings/integrations)
## Verwendung von Tesseract
## Collaborate with your team
Dies ist eine freie Software für die Texterkennung mit vielen Einstellungen wie etwa unterschiedliche Sprachen und Layoutanalyse.
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
## Verwendung von Transkribus
## Test and Deploy
Use the built-in continuous integration in GitLab.
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
***
# Editing this README
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
## Suggestions for a good README
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
## Name
Choose a self-explaining name for your project.
## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.
## Contributing
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
## License
For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
Transkribus ist ein Softwarepaket, das auf die Erkennung von (historischen) Handschriften spezialisiert ist. Wir demonstrieren die Verwendung dieses Tools im Projekt [Bibliotheca Eugeniana Digital](https://labs.onb.ac.at/bed/).
img/Laufon_009.jpg

129 KiB

img/Laufon_009_preprocessed.jpg

166 KiB

img/Zeitungsausschnitt.jpg

335 KiB

img/Zeitungsausschnitt_preprocessed.jpg

596 KiB

img/debug_img/Laufon_009_debug.jpg

756 KiB

img/debug_img/Laufon_009_debug_crop.jpg

461 KiB

img/debug_img/Zeitungsausschnitt_debug.jpg

2.36 MiB

img/debug_img/Zeitungsausschnitt_debug_crop.jpg

1.23 MiB

This diff is collapsed.
Al la amikoj!
La eldono de detala raporto pri la oficialaj paroladoj,
diskutadoj kaj decidoj de l’Bulonja kongreso estas certe
sperantistoj, ĉar ĝi mon-
amenon de nia lingvo.
la plej valora memoraĵo por ĉiuj
tras la gloran venkon, la sukcesan e
| La verkisto uzis la alfaron de l'sistemo Stolze-Sehrey
al la helpa lingvo por fiksi la parolojn de l’reprezentantoj
aj popoloj, konvenintaj al la kongreso, kaj
stenografiaj notoj por
oj de la tuta landaro
de la plej div
prezentas nun la tradukon de si
provi al la publiko, ke la esperantis
facile interkompreniĝis kaj diskutadis per la lingvo Es-
ato
Legante la raporton la kongresanoj duafoje travivos
la impresplenajn horojn de Bulonjo-sur-Maro, kaj la nekon-
gresanoj ricevos la plej klaran bildon de la gravaj mo-
uj la „nova sento“ vere ekformiĝis en la
mentoj en |
mondo
Donacante la verketon al la tutmonda
la aŭtoro diras koran dankon al ĉiuj amikoj, kiuj per sendo
de resumoj aŭ de bonaj konsiloj faciligis la plenumon de
l’entreprenita tasko, kaj li esperas, ke la laboro farita
oj de la neforgesebla kongreso, ne
mideanaro,
inter la plej vi
estu senutila por
lingvo
ama progresado de nia mirinda
Laŭfon (Svisujo), en la Kristnaska tempo 1905.
Fr, Schneeberger.
This diff is collapsed.
This diff is collapsed.
Al la amikoj!
La eldono de detala raporto pri la oficialaj paroladoj,
diskutadoj kaj decidoj de Bulonja kongreso estas certe
la plej valora memoraĵo por ĉiuj Esperantistoj, ĉar ĝi mon-
tras la gloran venkon, la sukcesan ekzamenon de nia lingvo.
La verkisto uzis la alfaron de l'sistemo Stolze-Schrey
al la helpa lingvo por fiksi la parolojn de l'reprezentantoj
de la plej diversaj popoloj, konvenintaj al la kongreso, kaj
prezentas nun la tradukon de siaj stenografiaj notoj por
provi al la publiko, ke la esperantistoj de la tuta landaro
facile interkompreniĝis kaj diskutadis per la lingvo Es-
peranto.
Legante la raporton la kongresanoj duafoje travivos
la impresplenajn horojn de Bulonjo-sur-Maro, kaj la nekon-
gresanoj ricevos la plej klaran bildon de la gravaj mo-
mentoj en kiuj la „nova sento“ vere ekformiĝis en la
mondo.
Donacante la verketon al la tutmonda samideanaro,
la aŭtoro diras koran dankon al ĉiuj amikoj, kiuj per sendo
de resumoj aŭ de bonaj konsiloj faciligis la plenumon de
entreprenita tasko, kaj li esperas, ke la laboro farita
inter la plej vivaj impresoj de la neforgesebla kongreso, ne
estu senutila por la ĉiama progresado de nia mirinda
lingvo.
Laŭfon (Svisujo), en la Kristnaska tempo 1905.
Fr. Schneeberger.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name='ocr-system' content='tesseract 5.3.2' />
<meta name='ocr-capabilities' content='ocr_page ocr_carea ocr_par ocr_line ocrx_word ocrp_wconf'/>
</head>
<body>
<div class='ocr_page' id='page_1' title='image "img/Zeitungsausschnitt.jpg"; bbox 0 0 1375 1900; ppageno 0; scan_res 70 70'>
<div class='ocr_photo' id='block_1_1' title="bbox 0 0 458 388"></div>
<div class='ocr_carea' id='block_1_2' title="bbox 459 194 596 256">
<p class='ocr_par' id='par_1_1' lang='epo' title="bbox 459 194 596 256">
<span class='ocr_line' id='line_1_1' title="bbox 459 194 596 256; baseline 0.102 -12; x_size 57.842106; x_descenders 5.8421049; x_ascenders 15">
<span class='ocrx_word' id='word_1_1' title='bbox 459 194 596 256; x_wconf 91'>Grou</span>
</span>
</p>
</div>
<div class='ocr_photo' id='block_1_3' title="bbox 1276 234 1318 258"></div>
<div class='ocr_carea' id='block_1_4' title="bbox 598 212 1072 313">
<p class='ocr_par' id='par_1_2' lang='epo' title="bbox 598 212 1074 313">
<span class='ocr_line' id='line_1_2' title="bbox 598 212 1072 313; baseline 0.109 -54; x_size 71; x_descenders 14; x_ascenders 19">
<span class='ocrx_word' id='word_1_2' title='bbox 598 224 666 274; x_wconf 97'>pe</span>
<span class='ocrx_word' id='word_1_3' title='bbox 705 212 1072 313; x_wconf 36'>Esperantiste</span>
</span>
</p>
</div>
<div class='ocr_carea' id='block_1_5' title="bbox 573 300 831 389">
<p class='ocr_par' id='par_1_3' lang='epo' title="bbox 573 300 831 389">
<span class='ocr_line' id='line_1_3' title="bbox 573 300 831 359; baseline 0.116 -29; x_size 47; x_descenders 9; x_ascenders 10">
<span class='ocrx_word' id='word_1_4' title='bbox 573 300 693 344; x_wconf 89'>Spera</span>
<span class='ocrx_word' id='word_1_5' title='bbox 703 315 831 359; x_wconf 90' lang='fra'>ntiste</span>
</span>
<span class='ocr_line' id='line_1_4' title="bbox 580 347 635 389; baseline 0.109 -33; x_size 48.5; x_descenders 9.5; x_ascenders 10.5">
<span class='ocrx_word' id='word_1_6' title='bbox 580 347 635 389; x_wconf 56'>ias</span>
</span>
</p>
</div>
<div class='ocr_carea' id='block_1_6' title="bbox 574 860 1242 996">
<p class='ocr_par' id='par_1_4' lang='epo' title="bbox 574 860 1242 996">
<span class='ocr_line' id='line_1_5' title="bbox 844 860 1242 934; baseline 0.113 -44; x_size 42.502716; x_descenders 5.5027175; x_ascenders 10">
<span class='ocrx_word' id='word_1_7' title='bbox 844 860 901 896; x_wconf 94'></span>
<span class='ocrx_word' id='word_1_8' title='bbox 940 866 1096 915; x_wconf 92'>depuis</span>
<span class='ocrx_word' id='word_1_9' title='bbox 1126 886 1242 934; x_wconf 96'>deux</span>
</span>
<span class='ocr_line' id='line_1_6' title="bbox 574 883 954 953; baseline 0.108 -39; x_size 45.70652; x_descenders 5.7065215; x_ascenders 12">
<span class='ocrx_word' id='word_1_10' title='bbox 574 883 847 953; x_wconf 74'>CONsiderable</span>
<span class='ocrx_word' id='word_1_11' title='bbox 879 918 900 949; x_wconf 91' lang='fra'>:</span>
<span class='ocrx_word' id='word_1_12' title='bbox 948 915 954 924; x_wconf 92'>]</span>
</span>
<span class='ocr_line' id='line_1_7' title="bbox 574 940 858 996; baseline 0.109 -28; x_size 48; x_descenders 8; x_ascenders 14">
<span class='ocrx_word' id='word_1_13' title='bbox 574 941 610 978; x_wconf 96'>8,</span>
<span class='ocrx_word' id='word_1_14' title='bbox 646 940 757 985; x_wconf 95' lang='fra'>ainsi</span>
<span class='ocrx_word' id='word_1_15' title='bbox 819 958 858 996; x_wconf 95' lang='fra'>qu’</span>
</span>
</p>
</div>
<div class='ocr_carea' id='block_1_7' title="bbox 513 1403 1194 1551">
<p class='ocr_par' id='par_1_5' lang='epo' title="bbox 513 1403 1194 1551">
<span class='ocr_line' id='line_1_8' title="bbox 971 1403 1194 1460; baseline 0.121 -27; x_size 52.829269; x_descenders 11.829268; x_ascenders 13">
<span class='ocrx_word' id='word_1_16' title='bbox 971 1403 1094 1447; x_wconf 95'>avoir</span>
<span class='ocrx_word' id='word_1_17' title='bbox 1108 1410 1194 1460; x_wconf 83'>lieu</span>
</span>
<span class='ocr_line' id='line_1_9' title="bbox 513 1411 1189 1512; baseline 0.109 -74; x_size 52; x_descenders 12; x_ascenders 12">
<span class='ocrx_word' id='word_1_18' title='bbox 513 1411 537 1439; x_wconf 77'>u</span>
<span class='ocrx_word' id='word_1_19' title='bbox 575 1414 686 1455; x_wconf 93' lang='fra'>mois</span>
<span class='ocrx_word' id='word_1_20' title='bbox 719 1424 864 1474; x_wconf 83' lang='fra'>d’août</span>
<span class='ocrx_word' id='word_1_21' title='bbox 898 1452 1121 1510; x_wconf 55' lang='fra'>Prochain,</span>
<span class='ocrx_word' id='word_1_22' title='bbox 1146 1475 1189 1512; x_wconf 96' lang='fra'>et</span>
</span>
<span class='ocr_line' id='line_1_10' title="bbox 596 1460 1076 1551; baseline 0.108 -52; x_size 50; x_descenders 11; x_ascenders 10">
<span class='ocrx_word' id='word_1_23' title='bbox 596 1460 815 1527; x_wconf 83' lang='fra'>plusieurs</span>
<span class='ocrx_word' id='word_1_24' title='bbox 858 1501 1076 1551; x_wconf 79' lang='fra'>Membres</span>
</span>
</p>
</div>
<div class='ocr_photo' id='block_1_8' title="bbox 1210 1382 1276 1869"></div>
</div>
</body>
</html>
Grou
pe Esperantiste
Spera ntiste
ias
aŭ depuis deux
CONsiderable : ]
8, ainsi qu’
avoir lieu
u mois d’août Prochain, et
plusieurs Membres
<?xml version="1.0" encoding="UTF-8"?>
<alto xmlns="http://www.loc.gov/standards/alto/ns-v3#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/standards/alto/ns-v3# http://www.loc.gov/alto/v3/alto-3-0.xsd">
<Description>
<MeasurementUnit>pixel</MeasurementUnit>
<sourceImageInformation>
<fileName>img/Zeitungsausschnitt.jpg</fileName>
</sourceImageInformation>
<OCRProcessing ID="OCR_0">
<ocrProcessingStep>
<processingSoftware>
<softwareName>tesseract 5.3.2</softwareName>
</processingSoftware>
</ocrProcessingStep>
</OCRProcessing>
</Description>
<Layout>
<Page WIDTH="1375" HEIGHT="1900" PHYSICAL_IMG_NR="0" ID="page_0">
<PrintSpace HPOS="0" VPOS="0" WIDTH="1375" HEIGHT="1900">
<Illustration ID="cblock_0" HPOS="0" VPOS="0" WIDTH="742" HEIGHT="1832"></Illustration>
<ComposedBlock ID="cblock_1" HPOS="459" VPOS="194" WIDTH="137" HEIGHT="62">
<TextBlock ID="block_0" HPOS="459" VPOS="194" WIDTH="137" HEIGHT="62">
<TextLine ID="line_0" HPOS="459" VPOS="194" WIDTH="137" HEIGHT="62">
<String ID="string_0" HPOS="459" VPOS="194" WIDTH="137" HEIGHT="62" WC="0.91" CONTENT="Grou"/>
</TextLine>
</TextBlock>
</ComposedBlock>
<Illustration ID="cblock_2" HPOS="1276" VPOS="234" WIDTH="42" HEIGHT="24"></Illustration>
<ComposedBlock ID="cblock_3" HPOS="598" VPOS="212" WIDTH="474" HEIGHT="101">
<TextBlock ID="block_1" HPOS="598" VPOS="212" WIDTH="476" HEIGHT="101">
<TextLine ID="line_1" HPOS="598" VPOS="212" WIDTH="474" HEIGHT="101">
<String ID="string_1" HPOS="598" VPOS="224" WIDTH="68" HEIGHT="50" WC="0.97" CONTENT="pe"/><SP WIDTH="39" VPOS="224" HPOS="666"/>
<String ID="string_2" HPOS="705" VPOS="212" WIDTH="367" HEIGHT="101" WC="0.36" CONTENT="Esperantiste"/>
</TextLine>
</TextBlock>
</ComposedBlock>
<ComposedBlock ID="cblock_4" HPOS="573" VPOS="300" WIDTH="258" HEIGHT="89">
<TextBlock ID="block_2" HPOS="573" VPOS="300" WIDTH="258" HEIGHT="89">
<TextLine ID="line_2" HPOS="573" VPOS="300" WIDTH="258" HEIGHT="59">
<String ID="string_3" HPOS="573" VPOS="300" WIDTH="120" HEIGHT="44" WC="0.89" CONTENT="Spera"/><SP WIDTH="10" VPOS="300" HPOS="693"/>
<String ID="string_4" HPOS="703" VPOS="315" WIDTH="128" HEIGHT="44" WC="0.90" CONTENT="ntiste"/>
</TextLine>
<TextLine ID="line_3" HPOS="580" VPOS="347" WIDTH="55" HEIGHT="42">
<String ID="string_5" HPOS="580" VPOS="347" WIDTH="55" HEIGHT="42" WC="0.56" CONTENT="ias"/>
</TextLine>
</TextBlock>
</ComposedBlock>
<ComposedBlock ID="cblock_5" HPOS="574" VPOS="860" WIDTH="668" HEIGHT="136">
<TextBlock ID="block_3" HPOS="574" VPOS="860" WIDTH="668" HEIGHT="136">
<TextLine ID="line_4" HPOS="844" VPOS="860" WIDTH="398" HEIGHT="74">
<String ID="string_6" HPOS="844" VPOS="860" WIDTH="57" HEIGHT="36" WC="0.94" CONTENT="aŭ"/><SP WIDTH="39" VPOS="860" HPOS="901"/>
<String ID="string_7" HPOS="940" VPOS="866" WIDTH="156" HEIGHT="49" WC="0.92" CONTENT="depuis"/><SP WIDTH="30" VPOS="866" HPOS="1096"/>
<String ID="string_8" HPOS="1126" VPOS="886" WIDTH="116" HEIGHT="48" WC="0.96" CONTENT="deux"/>
</TextLine>
<TextLine ID="line_5" HPOS="574" VPOS="883" WIDTH="380" HEIGHT="70">
<String ID="string_9" HPOS="574" VPOS="883" WIDTH="273" HEIGHT="70" WC="0.74" CONTENT="CONsiderable"/><SP WIDTH="32" VPOS="883" HPOS="847"/>
<String ID="string_10" HPOS="879" VPOS="918" WIDTH="21" HEIGHT="31" WC="0.91" CONTENT=":"/><SP WIDTH="48" VPOS="918" HPOS="900"/>
<String ID="string_11" HPOS="948" VPOS="915" WIDTH="6" HEIGHT="9" WC="0.92" CONTENT="]"/>
</TextLine>
<TextLine ID="line_6" HPOS="574" VPOS="940" WIDTH="284" HEIGHT="56">
<String ID="string_12" HPOS="574" VPOS="941" WIDTH="36" HEIGHT="37" WC="0.96" CONTENT="8,"/><SP WIDTH="36" VPOS="941" HPOS="610"/>
<String ID="string_13" HPOS="646" VPOS="940" WIDTH="111" HEIGHT="45" WC="0.95" CONTENT="ainsi"/><SP WIDTH="62" VPOS="940" HPOS="757"/>
<String ID="string_14" HPOS="819" VPOS="958" WIDTH="39" HEIGHT="38" WC="0.95" CONTENT="qu’"/>
</TextLine>
</TextBlock>
</ComposedBlock>
<ComposedBlock ID="cblock_6" HPOS="513" VPOS="1403" WIDTH="681" HEIGHT="148">
<TextBlock ID="block_4" HPOS="513" VPOS="1403" WIDTH="681" HEIGHT="148">
<TextLine ID="line_7" HPOS="971" VPOS="1403" WIDTH="223" HEIGHT="57">
<String ID="string_15" HPOS="971" VPOS="1403" WIDTH="123" HEIGHT="44" WC="0.95" CONTENT="avoir"/><SP WIDTH="14" VPOS="1403" HPOS="1094"/>
<String ID="string_16" HPOS="1108" VPOS="1410" WIDTH="86" HEIGHT="50" WC="0.83" CONTENT="lieu"/>
</TextLine>
<TextLine ID="line_8" HPOS="513" VPOS="1411" WIDTH="676" HEIGHT="101">
<String ID="string_17" HPOS="513" VPOS="1411" WIDTH="24" HEIGHT="28" WC="0.77" CONTENT="u"/><SP WIDTH="38" VPOS="1411" HPOS="537"/>
<String ID="string_18" HPOS="575" VPOS="1414" WIDTH="111" HEIGHT="41" WC="0.93" CONTENT="mois"/><SP WIDTH="33" VPOS="1414" HPOS="686"/>
<String ID="string_19" HPOS="719" VPOS="1424" WIDTH="145" HEIGHT="50" WC="0.83" CONTENT="d’août"/><SP WIDTH="34" VPOS="1424" HPOS="864"/>
<String ID="string_20" HPOS="898" VPOS="1452" WIDTH="223" HEIGHT="58" WC="0.55" CONTENT="Prochain,"/><SP WIDTH="25" VPOS="1452" HPOS="1121"/>
<String ID="string_21" HPOS="1146" VPOS="1475" WIDTH="43" HEIGHT="37" WC="0.96" CONTENT="et"/>
</TextLine>
<TextLine ID="line_9" HPOS="596" VPOS="1460" WIDTH="480" HEIGHT="91">
<String ID="string_22" HPOS="596" VPOS="1460" WIDTH="219" HEIGHT="67" WC="0.83" CONTENT="plusieurs"/><SP WIDTH="43" VPOS="1460" HPOS="815"/>
<String ID="string_23" HPOS="858" VPOS="1501" WIDTH="218" HEIGHT="50" WC="0.79" CONTENT="Membres"/>
</TextLine>
</TextBlock>
</ComposedBlock>
<Illustration ID="cblock_7" HPOS="1210" VPOS="1382" WIDTH="66" HEIGHT="487"></Illustration>
</PrintSpace>
</Page>
</Layout>
</alto>
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment