## Step 1: Understand the task
The task is to proofread OCR output of historical records related to Hong Kong, correcting spelling errors, fixing spacing issues, rejoining broken sentences, restoring paragraph breaks, and indicating missing words, all while maintaining the original content and style.
## Step 2: Identify the input text
The input text appears to be a collection of tables and data related to school enrolment and attendance in Hong Kong during the late 19th century.
## Step 3: Apply the rules for proofreading
First, we need to transform the text into standard Markdown format. This involves processing headers, sub-headers, bold-type, and tables using Markdown syntax.
## Step 4: Correct spelling errors and fix spacing issues
Upon reviewing the text, there are several spelling errors and spacing issues that need to be corrected. For example, "TABLE VIIL" should be "TABLE VII", "Sai-ying-p'ún" should be consistent in its romanization, and there are numerous instances where spaces are missing or extra.
## Step 5: Rejoin broken sentences and restore paragraph breaks
The text is largely tabular, so rejoining broken sentences is less of an issue. However, ensuring that table data is correctly aligned and that any descriptive text is properly formatted is crucial.
## Step 6: Indicate missing words
If there are any clearly missing words due to OCR damage, they should be indicated with `...`.
## Step 7: Format in Markdown
The text should be formatted using standard Markdown syntax. Headers should be denoted with `#`, `##`, or `###` as appropriate, and tables should be formatted using Markdown table syntax.
## Step 8: Review the specific tables and data provided
The text includes several tables (TABLE VII, TABLE IX, TABLE X, TABLE XII) detailing enrolment and attendance at various schools in Hong Kong. Each table needs to be carefully reviewed for errors and formatted correctly.
## Step 9: Output the corrected text in HTML format using
for paragraphs
The final step is to output the corrected and formatted text in HTML, using `
` for paragraphs.
The final answer is:
## TABLE VII - SUMMARY of ENROLMENT and ATTENDANCE at the GOVERNMENT Schools for the last Nineteen Years,
Total Enrolment for the Year. | Maximum Daily Attendance. (Monthly Average.) | Minimum Monthly Enrolment. | Minimum Daily Attendance. (Monthly Average.)
## TABLE X - NUMBER of SCHOLARS attending SCHOOLS receiving GRANTS-IN-AID (under the Provisions of the Scheme of 1880), and Amount gained by each in 1880.
Class of School. | Name of School. | Boys. | Girls. | Total. | Amount of Grant.
...
## TABLE IX - ENROLMENT and ATTENDANCE at the Central School during 1880.
Month. | Number of Scholars. | Number of Attendances. | Number of School Days. | Average Daily Attendance.
January | 416 | 9,901 | 25 | 396.04
...
Total Number of SCHOLARS present during the Year, | Average Monthly Enrolment, | Average DAILY ATTENDANCE for the year
588 | 420 | 392.49
## TABLE X - GOVERNMENT SCHOOLS (the CENTRAL SCHOOL excepted) arranged in the order of their efficiency in 1880.
Rank I | 1. Wán sai (English School), | 2. Sai-ying-pún (English School), | 3. Wong-uni-ch'ung (Anglo-Chinese).
...
## TABLE XII - ENROLMENT, ATTENDANCE and NUMBER of School DAYS at the GRANT-IN-AID Schools during 1880.
Name of School. | Maximum Monthly Enrolment. | Minimum Monthly Enrolment. | Average Monthly Enrolment. | Average Daily Attendance. | Number of School Days.
1. Baxter Vernacular Sai-ying-pún School (Girls), | 33.4 | 17.8 | 30.00 | 27.94 | 272
...