21-11-25 15:02:55.143 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:02:55.143 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 15:02:55.534 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:02:55.537 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:34.613 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:34.613 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 15:35:38.282 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:38.284 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:38.374 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:38.374 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 21-11-25 15:35:38.375 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:38.383 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:38.384 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:38.384 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:38.797 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:41.602 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:41.602 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 15:35:41.611 [INFO ] [rag_server] [LifeSpan] Starting the server components. 21-11-25 15:35:41.611 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 21-11-25 15:35:41.628 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 21-11-25 15:35:41.628 [INFO ] [core_llm] Initializing the output parser for LLM responses. 21-11-25 15:35:41.628 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 21-11-25 15:35:41.644 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 21-11-25 17:03:13.718 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:13.721 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 17:03:14.742 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:14.745 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:14.834 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:14.835 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 21-11-25 17:03:14.835 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:14.844 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:14.845 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:14.845 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:15.080 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:15.201 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:15.201 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:03:15.210 [INFO ] [rag_server] [LifeSpan] Starting the server components. 21-11-25 17:03:15.210 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 21-11-25 17:03:15.228 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 21-11-25 17:03:15.228 [INFO ] [core_llm] Initializing the output parser for LLM responses. 21-11-25 17:03:15.228 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 21-11-25 17:03:15.245 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 21-11-25 17:03:17.637 [INFO ] [core_database] Created a new FAISS vector store on disk with a dummy document. 21-11-25 17:03:17.637 [INFO ] [core_database] Created configurable retriever. 21-11-25 17:03:17.637 [INFO ] [core_history] Initialized HistoryStore with an empty history dictionary. 21-11-25 17:03:17.637 [INFO ] [core_database] Returning the retriever for similarity search. 21-11-25 17:03:17.637 [INFO ] [chains_rag] Building the Conversational RAG Chain... 21-11-25 17:03:17.638 [INFO ] [chains_rag] Created the retriever chain with summarization. 21-11-25 17:03:17.639 [INFO ] [chains_rag] Created the QA chain with chat template. 21-11-25 17:03:17.640 [INFO ] [chains_rag] Created the main RAG chain. 21-11-25 17:03:17.640 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 21-11-25 17:03:17.643 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 21-11-25 17:03:17.652 [INFO ] [sq_db] Database tables created successfully. 21-11-25 17:03:17.653 [INFO ] [FILES] Uploads folder created at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 21-11-25 17:30:00.140 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:30:00.140 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 17:30:00.510 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 17:30:00.512 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:27:03.759 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:27:03.759 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 20:27:03.833 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:27:03.835 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:28:43.602 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:28:43.602 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 20:28:43.655 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:28:43.656 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:34:59.331 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:34:59.331 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 20:34:59.408 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 20:34:59.410 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 21:50:01.253 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 21:50:01.254 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 21:50:01.313 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 21:50:01.315 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.563 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.563 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 21-11-25 22:08:15.887 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.889 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.931 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.932 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 21-11-25 22:08:15.932 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.938 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.938 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:15.938 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:16.342 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:17.255 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:17.255 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 21-11-25 22:08:17.262 [INFO ] [rag_server] [LifeSpan] Starting the server components. 21-11-25 22:08:17.262 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 21-11-25 22:08:17.284 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 21-11-25 22:08:17.285 [INFO ] [core_llm] Initializing the output parser for LLM responses. 21-11-25 22:08:17.285 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 21-11-25 22:08:17.306 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 21-11-25 22:08:17.306 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 21-11-25 22:08:17.701 [INFO ] [core_database] Created configurable retriever. 21-11-25 22:08:17.701 [INFO ] [core_history] Initialized HistoryStore with an empty history dictionary. 21-11-25 22:08:17.701 [INFO ] [core_database] Returning the retriever for similarity search. 21-11-25 22:08:17.701 [INFO ] [chains_rag] Building the Conversational RAG Chain... 21-11-25 22:08:17.701 [INFO ] [chains_rag] Created the retriever chain with summarization. 21-11-25 22:08:17.702 [INFO ] [chains_rag] Created the QA chain with chat template. 21-11-25 22:08:17.702 [INFO ] [chains_rag] Created the main RAG chain. 21-11-25 22:08:17.702 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 21-11-25 22:08:17.704 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 21-11-25 22:08:17.705 [INFO ] [sq_db] Database tables created successfully. 21-11-25 22:08:17.705 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 21-11-25 22:17:22.869 [INFO ] [rag_server] /register Requested by ab cd with 'ss' 21-11-25 22:17:22.871 [WARNING ] [sq_db] User 'ss' does not exist in the database. 21-11-25 22:17:23.113 [INFO ] [sq_db] User 'ab cd' added with ID 'ss' 21-11-25 22:17:54.638 [INFO ] [rag_server] /login Requested by 'ss' 21-11-25 22:17:54.888 [INFO ] [sq_db] User 'ss' authenticated successfully. 21-11-25 22:17:54.889 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-11-22 09:47:54 21-11-25 22:17:54.889 [INFO ] [FILES] Uploads folder created for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 21-11-25 22:17:54.889 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 21-11-25 22:17:54.889 [INFO ] [rag_server] /delete No old files found for user 'ss' 21-11-25 22:17:54.902 [INFO ] [rag_server] /chat_history Requested by 'ss' 21-11-25 22:17:54.902 [INFO ] [core_history] Created history for session: `ss` 21-11-25 22:17:54.902 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 22:17:54.904 [INFO ] [rag_server] /uploads Requested by 'ss' 21-11-25 22:17:54.905 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 21-11-25 22:23:17.677 [INFO ] [rag_server] /upload Received file: resume_sanchit_9_25_25_adobe.pdf from user: ss 21-11-25 22:23:17.679 [INFO ] [FILES] User ss - File saved: resume_sanchit_9_25_25_adobe.pdf 21-11-25 22:23:17.681 [INFO ] [sq_db] File 'resume_sanchit_9_25_25_adobe.pdf' added for user 'ss' with ID 1 21-11-25 22:23:18.702 [INFO ] [rag_server] /embed Requested by 'ss' for file 'resume_sanchit_9_25_25_adobe.pdf' 21-11-25 22:23:18.702 [INFO ] [core_database] Returning the Embeddings model instance. 21-11-25 22:23:18.747 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/resume_sanchit_9_25_25_adobe.pdf for user ss. 21-11-25 22:23:18.748 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 21-11-25 22:23:24.794 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 21-11-25 22:23:24.794 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/resume_sanchit_9_25_25_adobe.pdf into the vector database. 21-11-25 22:23:24.794 [INFO ] [sq_db] File 'resume_sanchit_9_25_25_adobe.pdf' resolved ID=1 for user 'ss' 21-11-25 22:23:24.795 [INFO ] [sq_db] Embedding added for file ID 1 with vector ID '86da799a-75fd-4205-9918-16a91891b264' 21-11-25 22:23:24.796 [INFO ] [sq_db] Embedding added for file ID 1 with vector ID '86a6e875-1b64-483c-9747-8af91716a46b' 21-11-25 22:23:24.796 [INFO ] [sq_db] Embedding added for file ID 1 with vector ID '94c2372b-04a2-4b31-bd1b-f0d2c518739d' 21-11-25 22:23:24.796 [INFO ] [rag_server] /embed Embedding completed for 'ss' and file 'resume_sanchit_9_25_25_adobe.pdf' 21-11-25 22:23:25.809 [INFO ] [rag_server] /uploads Requested by 'ss' 21-11-25 22:23:25.810 [INFO ] [sq_db] Retrieved 1 files for user 'ss' 21-11-25 22:23:26.828 [INFO ] [rag_server] /upload Received file: NeetikaSaxena_Resume (2).pdf from user: ss 21-11-25 22:23:26.829 [INFO ] [FILES] User ss - File saved: NeetikaSaxena_Resume_(2).pdf 21-11-25 22:23:26.831 [INFO ] [sq_db] File 'NeetikaSaxena_Resume_(2).pdf' added for user 'ss' with ID 2 21-11-25 22:23:27.852 [INFO ] [rag_server] /embed Requested by 'ss' for file 'NeetikaSaxena_Resume_(2).pdf' 21-11-25 22:23:27.852 [INFO ] [core_database] Returning the Embeddings model instance. 21-11-25 22:23:27.880 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/NeetikaSaxena_Resume_(2).pdf for user ss. 21-11-25 22:23:27.880 [INFO ] [utils_splitter] Successfully split 1 documents into 4 chunks. 21-11-25 22:23:34.705 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 21-11-25 22:23:34.706 [INFO ] [core_ingestion] Ingested 4 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/NeetikaSaxena_Resume_(2).pdf into the vector database. 21-11-25 22:23:34.706 [INFO ] [sq_db] File 'NeetikaSaxena_Resume_(2).pdf' resolved ID=2 for user 'ss' 21-11-25 22:23:34.707 [INFO ] [sq_db] Embedding added for file ID 2 with vector ID '57c86b58-1cc3-4e12-86d1-1c13b171dd7b' 21-11-25 22:23:34.707 [INFO ] [sq_db] Embedding added for file ID 2 with vector ID 'c513297b-a593-4c0a-a2d6-bc3720f521cd' 21-11-25 22:23:34.707 [INFO ] [sq_db] Embedding added for file ID 2 with vector ID '83dd72b8-f65b-4e86-a751-8911a404dcf0' 21-11-25 22:23:34.708 [INFO ] [sq_db] Embedding added for file ID 2 with vector ID '34c93db9-d894-4c78-999e-ba3782f82142' 21-11-25 22:23:34.708 [INFO ] [rag_server] /embed Embedding completed for 'ss' and file 'NeetikaSaxena_Resume_(2).pdf' 21-11-25 22:23:35.729 [INFO ] [rag_server] /uploads Requested by 'ss' 21-11-25 22:23:35.730 [INFO ] [sq_db] Retrieved 2 files for user 'ss' 21-11-25 22:23:36.766 [INFO ] [rag_server] /rag real response requested by 'ss' 21-11-25 22:23:36.766 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 22:23:37.207 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 21-11-25 22:25:25.387 [INFO ] [rag_server] /rag real response requested by 'ss' 21-11-25 22:25:25.388 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 22:25:26.353 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 21-11-25 22:26:03.222 [INFO ] [rag_server] /rag real response requested by 'ss' 21-11-25 22:26:03.223 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 22:26:03.431 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 21-11-25 22:27:38.790 [INFO ] [rag_server] /clear_chat_history Requested by 'ss' 21-11-25 22:27:38.792 [INFO ] [core_history] Cleared history for session: `ss` 21-11-25 22:27:46.753 [INFO ] [rag_server] /rag real response requested by 'ss' 21-11-25 22:27:46.754 [INFO ] [core_history] Created history for session: `ss` 21-11-25 22:27:46.754 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 22:27:47.318 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 21-11-25 22:28:58.701 [INFO ] [rag_server] /rag real response requested by 'ss' 21-11-25 22:28:58.703 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 22:28:58.904 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 21-11-25 22:29:29.337 [INFO ] [rag_server] /rag real response requested by 'ss' 21-11-25 22:29:29.337 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 22:29:29.582 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 21-11-25 22:33:11.555 [INFO ] [rag_server] /iframe Requested by 'ss' for file 'resume_sanchit_9_25_25_adobe.pdf' 21-11-25 22:33:11.558 [INFO ] [FILES] Loading PDF: ss/resume_sanchit_9_25_25_adobe.pdf 21-11-25 22:33:11.571 [INFO ] [FILES] PDF iframe loaded successfully: ss/resume_sanchit_9_25_25_adobe.pdf 21-11-25 22:33:18.238 [INFO ] [rag_server] /iframe Requested by 'ss' for file 'NeetikaSaxena_Resume_(2).pdf' 21-11-25 22:33:18.238 [INFO ] [FILES] Loading PDF: ss/NeetikaSaxena_Resume_(2).pdf 21-11-25 22:33:18.244 [INFO ] [FILES] PDF iframe loaded successfully: ss/NeetikaSaxena_Resume_(2).pdf 21-11-25 23:22:25.514 [INFO ] [rag_server] /rag real response requested by 'ss' 21-11-25 23:22:25.517 [INFO ] [core_history] Retrieved history for session: `ss` 21-11-25 23:22:26.071 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 22-11-25 12:07:57.497 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 12:07:57.500 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 12:07:57.911 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 22-11-25 12:09:23.570 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.570 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 22-11-25 12:09:23.651 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.653 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.700 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.700 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 22-11-25 12:09:23.700 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.708 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.708 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.708 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:23.778 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:24.248 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:24.248 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:09:24.255 [INFO ] [rag_server] [LifeSpan] Starting the server components. 22-11-25 12:09:24.255 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 22-11-25 12:09:24.269 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 22-11-25 12:09:24.269 [INFO ] [core_llm] Initializing the output parser for LLM responses. 22-11-25 12:09:24.269 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 22-11-25 12:09:24.283 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 22-11-25 12:09:24.283 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 22-11-25 12:09:24.449 [INFO ] [core_database] Created configurable retriever. 22-11-25 12:09:24.449 [INFO ] [core_history] Initialized HistoryStore with an empty history dictionary. 22-11-25 12:09:24.449 [INFO ] [core_database] Returning the retriever for similarity search. 22-11-25 12:09:24.449 [INFO ] [chains_rag] Building the Conversational RAG Chain... 22-11-25 12:09:24.449 [INFO ] [chains_rag] Created the retriever chain with summarization. 22-11-25 12:09:24.450 [INFO ] [chains_rag] Created the QA chain with chat template. 22-11-25 12:09:24.450 [INFO ] [chains_rag] Created the main RAG chain. 22-11-25 12:09:24.450 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 22-11-25 12:09:24.452 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 22-11-25 12:09:24.455 [INFO ] [sq_db] Database tables created successfully. 22-11-25 12:09:24.455 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 22-11-25 12:09:24.456 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 22-11-25 12:40:51.400 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.401 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 22-11-25 12:40:51.460 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.462 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.508 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.508 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 22-11-25 12:40:51.508 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.516 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.516 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.516 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.526 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.618 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.619 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 22-11-25 12:40:51.624 [INFO ] [rag_server] [LifeSpan] Starting the server components. 22-11-25 12:40:51.624 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 22-11-25 12:40:51.636 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 22-11-25 12:40:51.636 [INFO ] [core_llm] Initializing the output parser for LLM responses. 22-11-25 12:40:51.636 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 22-11-25 12:40:51.647 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 22-11-25 12:40:51.648 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 22-11-25 12:40:51.701 [INFO ] [core_database] Created configurable retriever. 22-11-25 12:40:51.701 [INFO ] [core_history] Initialized HistoryStore with an empty history dictionary. 22-11-25 12:40:51.701 [INFO ] [core_database] Returning the retriever for similarity search. 22-11-25 12:40:51.701 [INFO ] [chains_rag] Building the Conversational RAG Chain... 22-11-25 12:40:51.701 [INFO ] [chains_rag] Created the retriever chain with summarization. 22-11-25 12:40:51.702 [INFO ] [chains_rag] Created the QA chain with chat template. 22-11-25 12:40:51.702 [INFO ] [chains_rag] Created the main RAG chain. 22-11-25 12:40:51.702 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 22-11-25 12:40:51.704 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 22-11-25 12:40:51.707 [INFO ] [sq_db] Database tables created successfully. 22-11-25 12:40:51.707 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 22-11-25 12:48:36.286 [INFO ] [rag_server] /login Requested by 'as_df' 22-11-25 12:48:36.289 [WARNING ] [sq_db] Authentication failed for user 'as_df': User does not exist. 22-11-25 12:49:56.752 [INFO ] [rag_server] /login Requested by 'ss' 22-11-25 12:49:57.005 [INFO ] [sq_db] User 'ss' authenticated successfully. 22-11-25 12:49:57.006 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-11-23 00:19:57 22-11-25 12:49:57.006 [INFO ] [FILES] Uploads folder already exists for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 22-11-25 12:49:57.006 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 22-11-25 12:49:57.007 [INFO ] [sq_db] Retrieved 2 old files and 7 embeddings for user 'ss' 22-11-25 12:49:57.007 [INFO ] [rag_server] /delete Removing old files for user 'ss': ['resume_sanchit_9_25_25_adobe.pdf', 'NeetikaSaxena_Resume_(2).pdf'] 22-11-25 12:49:57.007 [INFO ] [FILES] User ss - File deleted: resume_sanchit_9_25_25_adobe.pdf 22-11-25 12:49:57.007 [INFO ] [sq_db] File 'resume_sanchit_9_25_25_adobe.pdf' resolved ID=1 for user 'ss' 22-11-25 12:49:57.008 [INFO ] [sq_db] File ID 1 marked as deleted for user 'ss' 22-11-25 12:49:57.008 [INFO ] [FILES] User ss - File deleted: NeetikaSaxena_Resume_(2).pdf 22-11-25 12:49:57.008 [INFO ] [sq_db] File 'NeetikaSaxena_Resume_(2).pdf' resolved ID=2 for user 'ss' 22-11-25 12:49:57.009 [INFO ] [sq_db] File ID 2 marked as deleted for user 'ss' 22-11-25 12:49:57.009 [INFO ] [rag_server] /delete Removing old embeddings for user 'ss' 22-11-25 12:49:57.009 [INFO ] [core_database] Returning the FAISS vector store instance. 22-11-25 12:49:57.011 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 22-11-25 12:49:57.011 [INFO ] [sq_db] Marked all (7) embeddings as removed. 22-11-25 12:49:57.011 [INFO ] [rag_server] /delete Old embeddings removed for user 'ss' 22-11-25 12:49:57.023 [INFO ] [rag_server] /chat_history Requested by 'ss' 22-11-25 12:49:57.023 [INFO ] [core_history] Created history for session: `ss` 22-11-25 12:49:57.023 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 12:49:57.025 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 12:49:57.025 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 22-11-25 12:50:15.066 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 12:50:15.067 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 12:50:15.437 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 22-11-25 12:54:29.106 [INFO ] [rag_server] /login Requested by 'ss' 22-11-25 12:54:29.353 [INFO ] [sq_db] User 'ss' authenticated successfully. 22-11-25 12:54:29.355 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-11-23 00:24:29 22-11-25 12:54:29.355 [INFO ] [FILES] Uploads folder already exists for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 22-11-25 12:54:29.355 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 22-11-25 12:54:29.356 [INFO ] [rag_server] /delete No old files found for user 'ss' 22-11-25 12:54:29.368 [INFO ] [rag_server] /chat_history Requested by 'ss' 22-11-25 12:54:29.368 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 12:54:29.371 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 12:54:29.372 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 22-11-25 12:54:32.825 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 12:54:32.826 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 12:54:33.182 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 22-11-25 16:03:04.845 [INFO ] [rag_server] /login Requested by 'ss' 22-11-25 16:03:05.090 [INFO ] [sq_db] User 'ss' authenticated successfully. 22-11-25 16:03:05.092 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-11-23 03:33:05 22-11-25 16:03:05.092 [INFO ] [FILES] Uploads folder already exists for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 22-11-25 16:03:05.092 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 22-11-25 16:03:05.093 [INFO ] [rag_server] /delete No old files found for user 'ss' 22-11-25 16:03:05.106 [INFO ] [rag_server] /chat_history Requested by 'ss' 22-11-25 16:03:05.106 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:03:05.108 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 16:03:05.109 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 22-11-25 16:03:09.976 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:03:09.977 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:03:10.310 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 22-11-25 16:07:14.061 [INFO ] [rag_server] /login Requested by 'ss' 22-11-25 16:07:14.306 [INFO ] [sq_db] User 'ss' authenticated successfully. 22-11-25 16:07:14.308 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-11-23 03:37:14 22-11-25 16:07:14.308 [INFO ] [FILES] Uploads folder already exists for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 22-11-25 16:07:14.308 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 22-11-25 16:07:14.308 [INFO ] [rag_server] /delete No old files found for user 'ss' 22-11-25 16:07:14.320 [INFO ] [rag_server] /chat_history Requested by 'ss' 22-11-25 16:07:14.321 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:07:14.323 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 16:07:14.323 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 22-11-25 16:07:18.826 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:07:18.827 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:07:19.203 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 22-11-25 16:10:58.669 [INFO ] [rag_server] /login Requested by 'ss' 22-11-25 16:10:58.922 [INFO ] [sq_db] User 'ss' authenticated successfully. 22-11-25 16:10:58.923 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-11-23 03:40:58 22-11-25 16:10:58.924 [INFO ] [FILES] Uploads folder already exists for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 22-11-25 16:10:58.924 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 22-11-25 16:10:58.924 [INFO ] [rag_server] /delete No old files found for user 'ss' 22-11-25 16:10:58.938 [INFO ] [rag_server] /chat_history Requested by 'ss' 22-11-25 16:10:58.938 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:10:58.940 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 16:10:58.940 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 22-11-25 16:11:04.202 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:11:04.203 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:11:04.634 [ERROR ] [rag_server] /rag Error model 'gemma3:latest' not found (status code: 404) for 'ss' Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/server.py", line 616, in token_streamer async for chunk in rag_chain.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4988, in atransform async for output in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 4968, in _atransform async for chunk in output.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5606, in astream async for item in self.bound.astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3451, in astream async for chunk in self.atransform(input_aiter(), config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 647, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/passthrough.py", line 636, in _atransform yield await first_map_chunk_task ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3949, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3935, in _atransform chunk = AddableDict({step_name: task.result()}) ^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3918, in get_next_chunk return await py_anext(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5645, in atransform async for item in self.bound.atransform( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3433, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2312, in _atransform_stream_with_config chunk = await coro_with_context(py_anext(iterator), context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3400, in _atransform async for output in final_pipeline: File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/output_parsers/transform.py", line 91, in atransform async for chunk in self._atransform_stream_with_config( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 2272, in _atransform_stream_with_config final_input: Optional[Input] = await py_anext(input_for_tracing, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 78, in anext_impl return await __anext__(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/utils/aiter.py", line 133, in tee_peer item = await iterator.__anext__() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 1479, in atransform async for output in self.astream(final, config, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 591, in astream async for chunk in self._astream( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 858, in _astream async for chunk in self._aiterate_over_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 818, in _aiterate_over_stream async for stream_resp in self._acreate_chat_stream(messages, stop, **kwargs): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/langchain_ollama/chat_models.py", line 651, in _acreate_chat_stream async for part in await self._async_client.chat(**chat_params): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/.venv/lib/python3.12/site-packages/ollama/_client.py", line 757, in inner raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model 'gemma3:latest' not found (status code: 404) 22-11-25 16:29:36.977 [INFO ] [rag_server] /login Requested by 'ss' 22-11-25 16:29:37.226 [INFO ] [sq_db] User 'ss' authenticated successfully. 22-11-25 16:29:37.229 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-11-23 03:59:37 22-11-25 16:29:37.229 [INFO ] [FILES] Uploads folder already exists for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 22-11-25 16:29:37.229 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 22-11-25 16:29:37.229 [INFO ] [rag_server] /delete No old files found for user 'ss' 22-11-25 16:29:37.241 [INFO ] [rag_server] /chat_history Requested by 'ss' 22-11-25 16:29:37.241 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:29:37.243 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 16:29:37.244 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 22-11-25 16:29:40.201 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:29:40.202 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:29:46.408 [INFO ] [rag_server] /rag Streaming completed for 'ss' 22-11-25 16:29:55.967 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:29:55.968 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:30:01.789 [INFO ] [rag_server] /rag Streaming completed for 'ss' 22-11-25 16:31:09.896 [INFO ] [rag_server] /upload Received file: resume_sanchit_9_25_25_adobe.pdf from user: ss 22-11-25 16:31:09.899 [INFO ] [FILES] User ss - File saved: resume_sanchit_9_25_25_adobe.pdf 22-11-25 16:31:09.906 [INFO ] [sq_db] File 'resume_sanchit_9_25_25_adobe.pdf' added for user 'ss' with ID 3 22-11-25 16:31:10.933 [INFO ] [rag_server] /embed Requested by 'ss' for file 'resume_sanchit_9_25_25_adobe.pdf' 22-11-25 16:31:10.934 [INFO ] [core_database] Returning the Embeddings model instance. 22-11-25 16:31:11.002 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/resume_sanchit_9_25_25_adobe.pdf for user ss. 22-11-25 16:31:11.003 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 22-11-25 16:31:17.006 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 22-11-25 16:31:17.006 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/resume_sanchit_9_25_25_adobe.pdf into the vector database. 22-11-25 16:31:17.006 [INFO ] [sq_db] File 'resume_sanchit_9_25_25_adobe.pdf' resolved ID=3 for user 'ss' 22-11-25 16:31:17.008 [INFO ] [sq_db] Embedding added for file ID 3 with vector ID 'b73ceeee-adb6-4e08-8429-a57c0499674f' 22-11-25 16:31:17.009 [INFO ] [sq_db] Embedding added for file ID 3 with vector ID '3684e510-9c9a-4c6d-bd03-8fee80f09c9b' 22-11-25 16:31:17.010 [INFO ] [sq_db] Embedding added for file ID 3 with vector ID '1199a2e2-e147-4300-bf22-61bb44e87251' 22-11-25 16:31:17.010 [INFO ] [rag_server] /embed Embedding completed for 'ss' and file 'resume_sanchit_9_25_25_adobe.pdf' 22-11-25 16:31:18.025 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 16:31:18.025 [INFO ] [sq_db] Retrieved 1 files for user 'ss' 22-11-25 16:31:19.047 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:31:19.049 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:31:27.851 [INFO ] [rag_server] /rag Streaming completed for 'ss' 22-11-25 16:31:54.807 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:31:54.807 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:32:02.169 [INFO ] [rag_server] /rag Streaming completed for 'ss' 22-11-25 16:33:00.345 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:33:00.347 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:33:07.741 [INFO ] [rag_server] /rag Streaming completed for 'ss' 22-11-25 16:33:23.634 [INFO ] [rag_server] /iframe Requested by 'ss' for file 'resume_sanchit_9_25_25_adobe.pdf' 22-11-25 16:33:23.635 [INFO ] [FILES] Loading PDF: ss/resume_sanchit_9_25_25_adobe.pdf 22-11-25 16:33:23.662 [INFO ] [FILES] PDF iframe loaded successfully: ss/resume_sanchit_9_25_25_adobe.pdf 22-11-25 16:52:51.879 [INFO ] [rag_server] /upload Received file: resume_sanchit_9_25_25_adobe.pdf from user: ss 22-11-25 16:52:51.880 [INFO ] [FILES] User ss - File saved: n_resume_sanchit_9_25_25_adobe.pdf 22-11-25 16:52:51.886 [INFO ] [sq_db] File 'n_resume_sanchit_9_25_25_adobe.pdf' added for user 'ss' with ID 4 22-11-25 16:52:52.897 [INFO ] [rag_server] /embed Requested by 'ss' for file 'n_resume_sanchit_9_25_25_adobe.pdf' 22-11-25 16:52:52.898 [INFO ] [core_database] Returning the Embeddings model instance. 22-11-25 16:52:52.937 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/n_resume_sanchit_9_25_25_adobe.pdf for user ss. 22-11-25 16:52:52.937 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 22-11-25 16:52:59.532 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 22-11-25 16:52:59.532 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/n_resume_sanchit_9_25_25_adobe.pdf into the vector database. 22-11-25 16:52:59.532 [INFO ] [sq_db] File 'n_resume_sanchit_9_25_25_adobe.pdf' resolved ID=4 for user 'ss' 22-11-25 16:52:59.533 [INFO ] [sq_db] Embedding added for file ID 4 with vector ID 'b8b3138c-45dd-4372-bf7e-3edbaab6562d' 22-11-25 16:52:59.533 [INFO ] [sq_db] Embedding added for file ID 4 with vector ID '6470569a-57bd-490e-9d34-1fa25849b097' 22-11-25 16:52:59.534 [INFO ] [sq_db] Embedding added for file ID 4 with vector ID '38f56e39-c615-467b-85af-5cab92095b6e' 22-11-25 16:52:59.534 [INFO ] [rag_server] /embed Embedding completed for 'ss' and file 'n_resume_sanchit_9_25_25_adobe.pdf' 22-11-25 16:53:00.553 [INFO ] [rag_server] /uploads Requested by 'ss' 22-11-25 16:53:00.554 [INFO ] [sq_db] Retrieved 2 files for user 'ss' 22-11-25 16:53:01.574 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:53:01.575 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:53:13.410 [INFO ] [rag_server] /rag Streaming completed for 'ss' 22-11-25 16:53:44.580 [INFO ] [rag_server] /rag real response requested by 'ss' 22-11-25 16:53:44.581 [INFO ] [core_history] Retrieved history for session: `ss` 22-11-25 16:53:54.822 [INFO ] [rag_server] /rag Streaming completed for 'ss' 22-11-25 16:54:46.005 [INFO ] [rag_server] /clear_my_files Requested by 'ss' 22-11-25 16:54:46.007 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 1 seconds 22-11-25 16:54:46.012 [INFO ] [sq_db] Retrieved 2 old files and 6 embeddings for user 'ss' 22-11-25 16:54:46.012 [INFO ] [rag_server] /delete Removing old files for user 'ss': ['resume_sanchit_9_25_25_adobe.pdf', 'n_resume_sanchit_9_25_25_adobe.pdf'] 22-11-25 16:54:46.013 [INFO ] [FILES] User ss - File deleted: resume_sanchit_9_25_25_adobe.pdf 22-11-25 16:54:46.014 [INFO ] [sq_db] File 'resume_sanchit_9_25_25_adobe.pdf' resolved ID=3 for user 'ss' 22-11-25 16:54:46.016 [INFO ] [sq_db] File ID 3 marked as deleted for user 'ss' 22-11-25 16:54:46.016 [INFO ] [FILES] User ss - File deleted: n_resume_sanchit_9_25_25_adobe.pdf 22-11-25 16:54:46.017 [INFO ] [sq_db] File 'n_resume_sanchit_9_25_25_adobe.pdf' resolved ID=4 for user 'ss' 22-11-25 16:54:46.017 [INFO ] [sq_db] File ID 4 marked as deleted for user 'ss' 22-11-25 16:54:46.018 [INFO ] [rag_server] /delete Removing old embeddings for user 'ss' 22-11-25 16:54:46.018 [INFO ] [core_database] Returning the FAISS vector store instance. 22-11-25 16:54:46.025 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 22-11-25 16:54:46.028 [INFO ] [sq_db] Marked all (6) embeddings as removed. 22-11-25 16:54:46.028 [INFO ] [rag_server] /delete Old embeddings removed for user 'ss' 22-11-25 16:55:11.383 [INFO ] [rag_server] /clear_chat_history Requested by 'ss' 22-11-25 16:55:11.383 [INFO ] [core_history] Cleared history for session: `ss` 24-11-25 13:51:21.678 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 24-11-25 13:51:21.682 [INFO ] [utils_splitter] Successfully split 3 documents into 7 chunks. 24-11-25 13:51:52.808 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 24-11-25 13:51:52.809 [INFO ] [utils_splitter] Successfully split 3 documents into 7 chunks. 25-11-25 10:45:22.515 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 10:49:05.598 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 10:50:11.177 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 10:50:22.934 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 10:51:48.580 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 10:52:01.864 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 10:58:03.150 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:01:35.577 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:05:02.802 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:05:03.877 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 11:13:15.539 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:13:15.550 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:13:15.812 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:13:15.812 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:13:15.823 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 11:13:15.840 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 11:13:17.308 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 11:13:17.317 [INFO ] [core_database] Created configurable retriever. 25-11-25 11:13:17.486 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 11:13:17.487 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 11:13:23.766 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 11:13:23.766 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 25-11-25 11:22:57.000 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:22:57.007 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:22:57.193 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:22:57.194 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 11:22:57.204 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 11:22:57.236 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 11:22:57.973 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 11:22:57.977 [INFO ] [core_database] Created configurable retriever. 25-11-25 11:22:58.083 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 11:22:58.084 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 11:23:04.087 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 11:23:04.087 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 25-11-25 12:11:00.282 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:11:00.290 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:11:00.419 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:11:00.419 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:11:00.431 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 12:11:00.463 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 12:11:00.871 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 12:11:00.876 [INFO ] [core_database] Created configurable retriever. 25-11-25 12:11:00.983 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 12:11:00.983 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 12:11:07.162 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 12:11:07.163 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 25-11-25 12:17:33.722 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:17:33.730 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:17:33.869 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:17:33.870 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:17:33.879 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 12:17:33.913 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 12:17:34.336 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 12:17:34.341 [INFO ] [core_database] Created configurable retriever. 25-11-25 12:17:34.447 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 12:17:34.447 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 12:17:40.786 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 12:17:40.786 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 25-11-25 12:19:56.064 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:19:56.070 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:19:56.207 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:19:56.207 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:19:56.216 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 12:19:56.249 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 12:19:56.601 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 12:19:56.606 [INFO ] [core_database] Created configurable retriever. 25-11-25 12:19:56.713 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 12:19:56.713 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 12:20:02.771 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 12:20:02.772 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 25-11-25 12:23:49.670 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:23:49.677 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:23:49.793 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:23:49.793 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:23:49.800 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 12:23:49.831 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 12:23:50.185 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 12:23:50.190 [INFO ] [core_database] Created configurable retriever. 25-11-25 12:23:50.305 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 12:23:50.306 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 12:23:56.444 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 12:23:56.444 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 25-11-25 12:25:47.548 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:25:47.558 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:25:47.688 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:25:47.689 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:25:47.697 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 12:25:47.730 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 12:25:48.027 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 12:25:48.032 [INFO ] [core_database] Created configurable retriever. 25-11-25 12:25:48.141 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 12:25:48.142 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 12:25:53.950 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 12:25:53.950 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 25-11-25 12:42:49.719 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:42:49.728 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:42:49.854 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:42:49.854 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 25-11-25 12:42:49.863 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='None', k=5 docs. 25-11-25 12:42:49.894 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 25-11-25 12:42:50.298 [INFO ] [core_database] Created a new FAISS vector store in memory with a dummy document. 25-11-25 12:42:50.302 [INFO ] [core_database] Created configurable retriever. 25-11-25 12:42:50.412 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf for user test_user. 25-11-25 12:42:50.412 [INFO ] [utils_splitter] Successfully split 1 documents into 3 chunks. 25-11-25 12:42:56.342 [WARNING ] [core_database] Skipped saving to disk as no persist path is set. 25-11-25 12:42:56.342 [INFO ] [core_ingestion] Ingested 3 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf into the vector database. 26-11-25 14:38:55.054 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.056 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 26-11-25 14:38:55.145 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.148 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.200 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.200 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 26-11-25 14:38:55.200 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.211 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.215 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.215 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.236 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.372 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.373 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 26-11-25 14:38:55.378 [INFO ] [rag_server] [LifeSpan] Starting the server components. 26-11-25 14:38:55.378 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 26-11-25 14:38:55.393 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 26-11-25 14:38:55.393 [INFO ] [core_llm] Initializing the output parser for LLM responses. 26-11-25 14:38:55.393 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 26-11-25 14:38:55.405 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 26-11-25 14:38:55.405 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 26-11-25 14:38:55.466 [INFO ] [core_database] Created configurable retriever. 26-11-25 14:38:55.466 [INFO ] [core_history] Initialized HistoryStore with an empty history dictionary. 26-11-25 14:38:55.466 [INFO ] [core_database] Returning the retriever for similarity search. 26-11-25 14:38:55.466 [INFO ] [chains_rag] Building the Conversational RAG Chain... 26-11-25 14:38:55.466 [INFO ] [chains_rag] Created the retriever chain with summarization. 26-11-25 14:38:55.467 [INFO ] [chains_rag] Created the QA chain with chat template. 26-11-25 14:38:55.467 [INFO ] [chains_rag] Created the main RAG chain. 26-11-25 14:38:55.467 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 26-11-25 14:38:55.468 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 26-11-25 14:38:55.471 [INFO ] [sq_db] Database tables created successfully. 26-11-25 14:38:55.471 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 26-11-25 14:38:55.471 [INFO ] [FILES] Deleted empty user folder: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 26-11-25 14:53:23.895 [INFO ] [rag_server] /simple Requested by 'test_session_01' 26-11-25 14:53:48.538 [INFO ] [rag_server] /simple Response generated for 'test_session_01'. 26-11-25 14:58:50.583 [INFO ] [rag_server] /simple Requested by 'test_session_01' 26-11-25 14:58:50.586 [INFO ] [rag_server] /simple Dummy response returned for 'test_session_01' 26-11-25 15:04:43.237 [INFO ] [rag_server] /simple/stream real response requested by 'test_session_01' 26-11-25 15:05:04.790 [INFO ] [rag_server] /simple/stream Streaming completed for 'test_session_01' 26-11-25 15:07:57.292 [INFO ] [rag_server] /simple/stream dummy response requested by 'test_session_01' 26-11-25 15:07:58.280 [INFO ] [rag_server] /simple/stream Streaming completed for 'test_session_01' 26-11-25 22:00:17.425 [INFO ] [rag_server] /simple/stream real response requested by 'test_session_01' 26-11-25 22:00:42.926 [INFO ] [rag_server] /simple/stream Streaming completed for 'test_session_01' 26-11-25 22:48:23.484 [INFO ] [rag_server] /register Requested by sanchit with 'sansha' 26-11-25 22:48:23.495 [WARNING ] [sq_db] User 'sansha' does not exist in the database. 26-11-25 22:48:23.778 [INFO ] [sq_db] User 'sanchit' added with ID 'sansha' 30-11-25 19:31:06.343 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.343 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 30-11-25 19:31:06.430 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.434 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.490 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.490 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 30-11-25 19:31:06.490 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.501 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.503 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.503 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.514 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.623 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.623 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:31:06.629 [INFO ] [rag_server] [LifeSpan] Starting the server components. 30-11-25 19:31:06.629 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 30-11-25 19:31:06.643 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 30-11-25 19:31:06.643 [INFO ] [core_llm] Initializing the output parser for LLM responses. 30-11-25 19:31:06.643 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 30-11-25 19:31:06.655 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 30-11-25 19:31:06.656 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 30-11-25 19:31:06.718 [INFO ] [core_database] Created configurable retriever. 30-11-25 19:31:06.718 [INFO ] [core_history] Initialized HistoryStore (backend=memory). 30-11-25 19:31:06.718 [INFO ] [core_database] Returning the retriever for similarity search. 30-11-25 19:31:06.718 [INFO ] [chains_rag] Building the Conversational RAG Chain... 30-11-25 19:31:06.718 [INFO ] [chains_rag] Created the retriever chain with summarization. 30-11-25 19:31:06.719 [INFO ] [chains_rag] Created the QA chain with chat template. 30-11-25 19:31:06.719 [INFO ] [chains_rag] Created the main RAG chain. 30-11-25 19:31:06.719 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 30-11-25 19:31:06.721 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 30-11-25 19:31:06.725 [INFO ] [sq_db] Database tables created successfully. 30-11-25 19:31:06.725 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 30-11-25 19:31:06.725 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 30-11-25 19:32:19.781 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.784 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 30-11-25 19:32:19.840 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.842 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.894 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.894 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 30-11-25 19:32:19.894 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.903 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.904 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.904 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.911 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.978 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.979 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 19:32:19.984 [INFO ] [rag_server] [LifeSpan] Starting the server components. 30-11-25 19:32:19.984 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 30-11-25 19:32:19.996 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 30-11-25 19:32:19.996 [INFO ] [core_llm] Initializing the output parser for LLM responses. 30-11-25 19:32:19.996 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 30-11-25 19:32:20.007 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 30-11-25 19:32:20.007 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 30-11-25 19:32:20.046 [INFO ] [core_database] Created configurable retriever. 30-11-25 19:32:20.046 [INFO ] [core_history] Initialized HistoryStore (backend=memory). 30-11-25 19:32:20.047 [INFO ] [core_database] Returning the retriever for similarity search. 30-11-25 19:32:20.047 [INFO ] [chains_rag] Building the Conversational RAG Chain... 30-11-25 19:32:20.047 [INFO ] [chains_rag] Created the retriever chain with summarization. 30-11-25 19:32:20.047 [INFO ] [chains_rag] Created the QA chain with chat template. 30-11-25 19:32:20.047 [INFO ] [chains_rag] Created the main RAG chain. 30-11-25 19:32:20.047 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 30-11-25 19:32:20.049 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 30-11-25 19:32:20.049 [INFO ] [sq_db] Database tables created successfully. 30-11-25 19:32:20.049 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 30-11-25 20:56:51.194 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 20:57:37.166 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 20:57:37.170 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 30-11-25 20:57:37.192 [INFO ] [core_history] Created history for session: `smoke_test_session_01` (backend=redis) 30-11-25 20:58:36.879 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 20:58:36.882 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 30-11-25 20:58:36.915 [ERROR ] [core_history] Unable to connect to Redis at redis://localhost:6379/0: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 20:58:36.918 [ERROR ] [core_history] Failed to initialize RedisChatMessageHistory, falling back to in-memory. Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 707, in connect sock = self.retry.call_with_retry( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/retry.py", line 46, in call_with_retry return do() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 708, in lambda: self._connect(), lambda error: self.disconnect(error) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1006, in _connect raise err File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 994, in _connect sock.connect(socket_address) ConnectionRefusedError: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 106, in get_session_history hist = RedisChatMessageHistory(session_id=session_id, redis_url=self.redis_url) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 35, in __init__ self._redis.ping() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/commands/core.py", line 1205, in ping return self.execute_command("PING", **kwargs) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/client.py", line 1266, in execute_command conn = self.connection or pool.get_connection(command_name, **options) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1461, in get_connection connection.connect() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 713, in connect raise ConnectionError(self._error_message(e)) redis.exceptions.ConnectionError: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 20:58:36.923 [INFO ] [core_history] Created history for session: `smoke_test_session_01` (backend=redis) 30-11-25 20:58:36.925 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 30-11-25 20:58:36.926 [ERROR ] [core_history] Unable to connect to Redis at redis://localhost:6379/0: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 20:58:36.928 [ERROR ] [core_history] Failed to initialize RedisChatMessageHistory, falling back to in-memory. Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 707, in connect sock = self.retry.call_with_retry( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/retry.py", line 46, in call_with_retry return do() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 708, in lambda: self._connect(), lambda error: self.disconnect(error) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1006, in _connect raise err File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 994, in _connect sock.connect(socket_address) ConnectionRefusedError: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 106, in get_session_history hist = RedisChatMessageHistory(session_id=session_id, redis_url=self.redis_url) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 35, in __init__ self._redis.ping() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/commands/core.py", line 1205, in ping return self.execute_command("PING", **kwargs) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/client.py", line 1266, in execute_command conn = self.connection or pool.get_connection(command_name, **options) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1461, in get_connection connection.connect() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 713, in connect raise ConnectionError(self._error_message(e)) redis.exceptions.ConnectionError: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 20:58:36.930 [INFO ] [core_history] Created history for session: `smoke_test_session_01` (backend=redis) 30-11-25 21:02:02.189 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 21:02:02.192 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 30-11-25 21:02:02.222 [ERROR ] [core_history] Unable to connect to Redis at redis://localhost:6379/0: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 21:02:02.222 [ERROR ] [core_history] Failed to initialize RedisChatMessageHistory, falling back to in-memory. Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 707, in connect sock = self.retry.call_with_retry( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/retry.py", line 46, in call_with_retry return do() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 708, in lambda: self._connect(), lambda error: self.disconnect(error) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1006, in _connect raise err File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 994, in _connect sock.connect(socket_address) ConnectionRefusedError: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 106, in get_session_history hist = RedisChatMessageHistory(session_id=session_id, redis_url=self.redis_url) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 35, in __init__ self._redis.ping() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/commands/core.py", line 1205, in ping return self.execute_command("PING", **kwargs) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/client.py", line 1266, in execute_command conn = self.connection or pool.get_connection(command_name, **options) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1461, in get_connection connection.connect() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 713, in connect raise ConnectionError(self._error_message(e)) redis.exceptions.ConnectionError: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 21:02:02.226 [INFO ] [core_history] Created history for session: `smoke_test_session_01` (backend=redis) 30-11-25 21:02:02.227 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 30-11-25 21:02:02.227 [ERROR ] [core_history] Unable to connect to Redis at redis://localhost:6379/0: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 21:02:02.227 [ERROR ] [core_history] Failed to initialize RedisChatMessageHistory, falling back to in-memory. Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 707, in connect sock = self.retry.call_with_retry( File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/retry.py", line 46, in call_with_retry return do() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 708, in lambda: self._connect(), lambda error: self.disconnect(error) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1006, in _connect raise err File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 994, in _connect sock.connect(socket_address) ConnectionRefusedError: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 106, in get_session_history hist = RedisChatMessageHistory(session_id=session_id, redis_url=self.redis_url) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/llm_system/core/history.py", line 35, in __init__ self._redis.ping() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/commands/core.py", line 1205, in ping return self.execute_command("PING", **kwargs) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/client.py", line 1266, in execute_command conn = self.connection or pool.get_connection(command_name, **options) File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 1461, in get_connection connection.connect() File "/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/venv/lib/python3.9/site-packages/redis/connection.py", line 713, in connect raise ConnectionError(self._error_message(e)) redis.exceptions.ConnectionError: Error 61 connecting to localhost:6379. Connection refused. 30-11-25 21:02:02.228 [INFO ] [core_history] Created history for session: `smoke_test_session_01` (backend=redis) 30-11-25 21:03:34.994 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 30-11-25 21:03:34.998 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 30-11-25 21:03:35.026 [INFO ] [core_history] Created history for session: `smoke_test_session_01` (backend=redis) 30-11-25 21:03:35.029 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 30-11-25 21:03:35.030 [INFO ] [core_history] Created history for session: `smoke_test_session_01` (backend=redis) 02-12-25 19:53:38.336 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:53:38.339 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 02-12-25 19:53:38.551 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:53:38.584 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:53:51.389 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:53:51.389 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 02-12-25 19:53:51.451 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:53:51.452 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:20.856 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:20.860 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 02-12-25 19:56:20.988 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:20.992 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.081 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.082 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 02-12-25 19:56:21.082 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.092 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.093 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.094 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.117 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.263 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.263 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:56:21.272 [INFO ] [rag_server] [LifeSpan] Starting the server components. 02-12-25 19:56:21.272 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 02-12-25 19:56:21.291 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 02-12-25 19:56:21.291 [INFO ] [core_llm] Initializing the output parser for LLM responses. 02-12-25 19:56:21.291 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 02-12-25 19:56:21.309 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 02-12-25 19:56:21.309 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 02-12-25 19:56:21.366 [INFO ] [core_database] Created configurable retriever. 02-12-25 19:56:21.366 [INFO ] [core_history] Initialized HistoryStore (backend=memory). 02-12-25 19:56:21.366 [INFO ] [core_database] Returning the retriever for similarity search. 02-12-25 19:56:21.366 [INFO ] [chains_rag] Building the Conversational RAG Chain... 02-12-25 19:56:21.367 [INFO ] [chains_rag] Created the retriever chain with summarization. 02-12-25 19:56:21.368 [INFO ] [chains_rag] Created the QA chain with chat template. 02-12-25 19:56:21.368 [INFO ] [chains_rag] Created the main RAG chain. 02-12-25 19:56:21.368 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 02-12-25 19:56:21.370 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 02-12-25 19:56:21.376 [INFO ] [sq_db] Database tables created successfully. 02-12-25 19:56:21.376 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 02-12-25 19:57:15.236 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:57:15.236 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 02-12-25 19:57:15.304 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 19:57:15.306 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 20:10:29.578 [INFO ] [rag_server] /login Requested by 'ss' 02-12-25 20:10:29.899 [WARNING ] [sq_db] Authentication failed for user 'ss': Incorrect password. 02-12-25 20:10:39.163 [INFO ] [rag_server] /login Requested by 'ss' 02-12-25 20:10:39.480 [INFO ] [sq_db] User 'ss' authenticated successfully. 02-12-25 20:10:39.484 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-12-03 07:40:39 02-12-25 20:10:39.484 [INFO ] [FILES] Uploads folder created for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 02-12-25 20:10:39.484 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 02-12-25 20:10:39.485 [INFO ] [rag_server] /delete No old files found for user 'ss' 02-12-25 20:10:39.499 [INFO ] [rag_server] /chat_history Requested by 'ss' 02-12-25 20:10:39.500 [INFO ] [core_history] Created history for session: `ss` (backend=memory) 02-12-25 20:10:39.506 [INFO ] [rag_server] /uploads Requested by 'ss' 02-12-25 20:10:39.506 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 02-12-25 21:18:59.969 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 02-12-25 21:20:22.487 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.491 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 02-12-25 21:20:22.602 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.604 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.697 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.698 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 02-12-25 21:20:22.698 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.707 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.708 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.708 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.723 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.849 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.849 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 02-12-25 21:20:22.857 [INFO ] [rag_server] [LifeSpan] Starting the server components. 02-12-25 21:20:22.857 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 02-12-25 21:20:22.877 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 02-12-25 21:20:22.877 [INFO ] [core_llm] Initializing the output parser for LLM responses. 02-12-25 21:20:22.877 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 02-12-25 21:20:22.893 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 02-12-25 21:20:22.893 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 02-12-25 21:20:22.944 [INFO ] [core_database] Created configurable retriever. 02-12-25 21:20:22.944 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 02-12-25 21:20:22.944 [INFO ] [core_database] Returning the retriever for similarity search. 02-12-25 21:20:22.944 [INFO ] [chains_rag] Building the Conversational RAG Chain... 02-12-25 21:20:22.945 [INFO ] [chains_rag] Created the retriever chain with summarization. 02-12-25 21:20:22.946 [INFO ] [chains_rag] Created the QA chain with chat template. 02-12-25 21:20:22.947 [INFO ] [chains_rag] Created the main RAG chain. 02-12-25 21:20:22.947 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 02-12-25 21:20:22.948 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 02-12-25 21:20:22.955 [INFO ] [sq_db] Database tables created successfully. 02-12-25 21:20:22.955 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 02-12-25 21:20:22.955 [INFO ] [FILES] Deleted empty user folder: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 02-12-25 21:22:37.054 [INFO ] [rag_server] /login Requested by 'ss' 02-12-25 21:22:37.371 [INFO ] [sq_db] User 'ss' authenticated successfully. 02-12-25 21:22:37.374 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-12-03 08:52:37 02-12-25 21:22:37.374 [INFO ] [FILES] Uploads folder created for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 02-12-25 21:22:37.374 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 02-12-25 21:22:37.375 [INFO ] [rag_server] /delete No old files found for user 'ss' 02-12-25 21:22:37.392 [INFO ] [rag_server] /chat_history Requested by 'ss' 02-12-25 21:22:37.444 [INFO ] [core_history] Created history for session: `ss` (backend=redis) 02-12-25 21:22:37.447 [INFO ] [rag_server] /uploads Requested by 'ss' 02-12-25 21:22:37.447 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 02-12-25 21:24:02.148 [INFO ] [rag_server] /upload Received file: good_workplace_habbits.pdf from user: ss 02-12-25 21:24:02.156 [INFO ] [FILES] User ss - File saved: good_workplace_habbits.pdf 02-12-25 21:24:02.160 [INFO ] [sq_db] File 'good_workplace_habbits.pdf' added for user 'ss' with ID 5 02-12-25 21:24:03.179 [INFO ] [rag_server] /embed Requested by 'ss' for file 'good_workplace_habbits.pdf' 02-12-25 21:24:03.179 [INFO ] [core_database] Returning the Embeddings model instance. 02-12-25 21:24:03.249 [INFO ] [doc_loader] Loaded 9 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/good_workplace_habbits.pdf for user ss. 02-12-25 21:24:03.250 [INFO ] [utils_splitter] Successfully split 9 documents into 9 chunks. 02-12-25 21:24:10.566 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 02-12-25 21:24:10.566 [INFO ] [core_ingestion] Ingested 9 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss/good_workplace_habbits.pdf into the vector database. 02-12-25 21:24:10.567 [INFO ] [sq_db] File 'good_workplace_habbits.pdf' resolved ID=5 for user 'ss' 02-12-25 21:24:10.568 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID 'bcb44257-e7c4-4077-9742-848823c809b0' 02-12-25 21:24:10.569 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID '4a202bcb-b02d-4785-ba06-a75f76bb8522' 02-12-25 21:24:10.569 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID '7b68a063-e14b-4e40-8f09-cba10bdf6402' 02-12-25 21:24:10.570 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID 'e00af250-617e-4ca6-bb96-967e21ceb7e6' 02-12-25 21:24:10.571 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID 'ef8825c5-3f7b-4038-b640-2d2683787a97' 02-12-25 21:24:10.572 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID 'e8112a70-b806-45d8-98d8-2cdbfebf63ac' 02-12-25 21:24:10.573 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID '9c5667c5-329c-4198-a44a-0999f0b35793' 02-12-25 21:24:10.574 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID '3e9477df-c1a3-4d2a-b3f4-93fda649d4d6' 02-12-25 21:24:10.574 [INFO ] [sq_db] Embedding added for file ID 5 with vector ID '910ccf91-b08f-4a42-a810-7d1ca6ceb747' 02-12-25 21:24:10.574 [INFO ] [rag_server] /embed Embedding completed for 'ss' and file 'good_workplace_habbits.pdf' 02-12-25 21:24:11.594 [INFO ] [rag_server] /uploads Requested by 'ss' 02-12-25 21:24:11.596 [INFO ] [sq_db] Retrieved 1 files for user 'ss' 02-12-25 21:24:12.621 [INFO ] [rag_server] /rag real response requested by 'ss' 02-12-25 21:24:12.622 [INFO ] [core_history] Retrieved existing history for session: `ss` 02-12-25 21:24:30.344 [INFO ] [rag_server] /rag Streaming completed for 'ss' 02-12-25 21:26:42.515 [INFO ] [rag_server] /rag real response requested by 'ss' 02-12-25 21:26:42.517 [INFO ] [core_history] Retrieved existing history for session: `ss` 02-12-25 21:27:07.598 [INFO ] [rag_server] /rag Streaming completed for 'ss' 02-12-25 21:33:20.844 [INFO ] [rag_server] /rag real response requested by 'ss' 02-12-25 21:33:20.847 [INFO ] [core_history] Retrieved existing history for session: `ss` 02-12-25 21:33:49.965 [INFO ] [rag_server] /rag Streaming completed for 'ss' 02-12-25 21:57:53.688 [INFO ] [rag_server] /rag real response requested by 'ss' 02-12-25 21:57:53.690 [INFO ] [core_history] Retrieved existing history for session: `ss` 02-12-25 21:58:32.065 [INFO ] [rag_server] /rag Streaming completed for 'ss' 03-12-25 13:54:53.027 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.028 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 13:54:53.134 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.138 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.226 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.227 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 03-12-25 13:54:53.227 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.237 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.237 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.238 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.251 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.378 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.379 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:54:53.387 [INFO ] [rag_server] [LifeSpan] Starting the server components. 03-12-25 13:54:53.387 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 03-12-25 13:54:53.405 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 03-12-25 13:54:53.405 [INFO ] [core_llm] Initializing the output parser for LLM responses. 03-12-25 13:54:53.405 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 03-12-25 13:54:53.422 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 03-12-25 13:54:53.422 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 03-12-25 13:54:53.468 [INFO ] [core_database] Created configurable retriever. 03-12-25 13:54:53.468 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 03-12-25 13:54:53.468 [INFO ] [core_database] Returning the retriever for similarity search. 03-12-25 13:54:53.468 [INFO ] [chains_rag] Building the Conversational RAG Chain... 03-12-25 13:54:53.469 [INFO ] [chains_rag] Created the retriever chain with summarization. 03-12-25 13:54:53.470 [INFO ] [chains_rag] Created the QA chain with chat template. 03-12-25 13:54:53.470 [INFO ] [chains_rag] Created the main RAG chain. 03-12-25 13:54:53.470 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 03-12-25 13:54:53.472 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 03-12-25 13:54:53.479 [INFO ] [sq_db] Database tables created successfully. 03-12-25 13:54:53.479 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 03-12-25 13:54:53.480 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 03-12-25 13:55:04.012 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.013 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 13:55:04.079 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.082 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.171 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.171 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 03-12-25 13:55:04.172 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.179 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.179 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.180 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.190 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.266 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.266 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 13:55:04.275 [INFO ] [rag_server] [LifeSpan] Starting the server components. 03-12-25 13:55:04.275 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 03-12-25 13:55:04.294 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 03-12-25 13:55:04.294 [INFO ] [core_llm] Initializing the output parser for LLM responses. 03-12-25 13:55:04.294 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 03-12-25 13:55:04.310 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 03-12-25 13:55:04.310 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 03-12-25 13:55:04.335 [INFO ] [core_database] Created configurable retriever. 03-12-25 13:55:04.335 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 03-12-25 13:55:04.335 [INFO ] [core_database] Returning the retriever for similarity search. 03-12-25 13:55:04.335 [INFO ] [chains_rag] Building the Conversational RAG Chain... 03-12-25 13:55:04.335 [INFO ] [chains_rag] Created the retriever chain with summarization. 03-12-25 13:55:04.336 [INFO ] [chains_rag] Created the QA chain with chat template. 03-12-25 13:55:04.337 [INFO ] [chains_rag] Created the main RAG chain. 03-12-25 13:55:04.337 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 03-12-25 13:55:04.338 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 03-12-25 13:55:04.339 [INFO ] [sq_db] Database tables created successfully. 03-12-25 13:55:04.340 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 03-12-25 13:55:04.340 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 03-12-25 14:07:08.548 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:07:08.552 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 14:07:08.638 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:07:08.642 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:08:49.126 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:08:49.127 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 14:08:49.194 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:08:49.196 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:15.872 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:15.875 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 14:12:16.235 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:16.239 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:16.296 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:16.296 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 03-12-25 14:12:16.296 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:16.303 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:16.304 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:16.305 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:16.467 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:17.370 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:17.371 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:12:17.377 [INFO ] [rag_server] [LifeSpan] Starting the server components. 03-12-25 14:12:17.377 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 03-12-25 14:12:17.388 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 03-12-25 14:12:17.389 [INFO ] [core_llm] Initializing the output parser for LLM responses. 03-12-25 14:12:17.389 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 03-12-25 14:12:17.400 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 03-12-25 14:12:17.400 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 03-12-25 14:12:17.795 [INFO ] [core_database] Created configurable retriever. 03-12-25 14:12:17.796 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 03-12-25 14:12:17.796 [INFO ] [core_database] Returning the retriever for similarity search. 03-12-25 14:12:17.796 [INFO ] [chains_rag] Building the Conversational RAG Chain... 03-12-25 14:12:17.796 [INFO ] [chains_rag] Created the retriever chain with summarization. 03-12-25 14:12:17.797 [INFO ] [chains_rag] Created the QA chain with chat template. 03-12-25 14:12:17.797 [INFO ] [chains_rag] Created the main RAG chain. 03-12-25 14:12:17.797 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 03-12-25 14:12:17.799 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 03-12-25 14:12:17.801 [INFO ] [sq_db] Database tables created successfully. 03-12-25 14:12:17.801 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 03-12-25 14:12:31.607 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 03-12-25 14:15:30.665 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.668 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 14:15:30.731 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.734 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.783 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.783 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 03-12-25 14:15:30.783 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.795 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.796 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.796 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.806 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.906 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.906 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:15:30.911 [INFO ] [rag_server] [LifeSpan] Starting the server components. 03-12-25 14:15:30.911 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 03-12-25 14:15:30.926 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 03-12-25 14:15:30.926 [INFO ] [core_llm] Initializing the output parser for LLM responses. 03-12-25 14:15:30.926 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 03-12-25 14:15:30.939 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 03-12-25 14:15:30.939 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 03-12-25 14:15:30.993 [INFO ] [core_database] Created configurable retriever. 03-12-25 14:15:30.993 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 03-12-25 14:15:30.993 [INFO ] [core_database] Returning the retriever for similarity search. 03-12-25 14:15:30.993 [INFO ] [chains_rag] Building the Conversational RAG Chain... 03-12-25 14:15:30.993 [INFO ] [chains_rag] Created the retriever chain with summarization. 03-12-25 14:15:30.994 [INFO ] [chains_rag] Created the QA chain with chat template. 03-12-25 14:15:30.994 [INFO ] [chains_rag] Created the main RAG chain. 03-12-25 14:15:30.994 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 03-12-25 14:15:30.995 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 03-12-25 14:15:30.998 [INFO ] [sq_db] Database tables created successfully. 03-12-25 14:15:30.998 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 03-12-25 14:15:30.999 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 03-12-25 14:17:28.495 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.499 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 14:17:28.560 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.562 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.610 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.610 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 03-12-25 14:17:28.610 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.618 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.619 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.619 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.628 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.712 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.712 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 14:17:28.717 [INFO ] [rag_server] [LifeSpan] Starting the server components. 03-12-25 14:17:28.717 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 03-12-25 14:17:28.729 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 03-12-25 14:17:28.729 [INFO ] [core_llm] Initializing the output parser for LLM responses. 03-12-25 14:17:28.730 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 03-12-25 14:17:28.741 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 03-12-25 14:17:28.741 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 03-12-25 14:17:28.795 [INFO ] [core_database] Created configurable retriever. 03-12-25 14:17:28.795 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 03-12-25 14:17:28.795 [INFO ] [core_database] Returning the retriever for similarity search. 03-12-25 14:17:28.795 [INFO ] [chains_rag] Building the Conversational RAG Chain... 03-12-25 14:17:28.795 [INFO ] [chains_rag] Created the retriever chain with summarization. 03-12-25 14:17:28.796 [INFO ] [chains_rag] Created the QA chain with chat template. 03-12-25 14:17:28.796 [INFO ] [chains_rag] Created the main RAG chain. 03-12-25 14:17:28.796 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 03-12-25 14:17:28.797 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 03-12-25 14:17:28.800 [INFO ] [sq_db] Database tables created successfully. 03-12-25 14:17:28.800 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 03-12-25 14:18:08.971 [INFO ] [rag_server] /login Requested by 'ss' 03-12-25 14:18:09.219 [INFO ] [sq_db] User 'ss' authenticated successfully. 03-12-25 14:18:09.221 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-12-04 01:48:09 03-12-25 14:18:09.221 [INFO ] [FILES] Uploads folder already exists for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 03-12-25 14:18:09.221 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 03-12-25 14:18:09.221 [INFO ] [sq_db] Retrieved 1 old files and 9 embeddings for user 'ss' 03-12-25 14:18:09.221 [INFO ] [rag_server] /delete Removing old files for user 'ss': ['good_workplace_habbits.pdf'] 03-12-25 14:18:09.222 [INFO ] [FILES] User ss - File deleted: good_workplace_habbits.pdf 03-12-25 14:18:09.222 [INFO ] [sq_db] File 'good_workplace_habbits.pdf' resolved ID=5 for user 'ss' 03-12-25 14:18:09.222 [INFO ] [sq_db] File ID 5 marked as deleted for user 'ss' 03-12-25 14:18:09.222 [INFO ] [rag_server] /delete Removing old embeddings for user 'ss' 03-12-25 14:18:09.222 [INFO ] [core_database] Returning the FAISS vector store instance. 03-12-25 14:18:09.225 [INFO ] [core_database] Vector store saved to disk at 'user_faiss/index.faiss'. 03-12-25 14:18:09.226 [INFO ] [sq_db] Marked all (9) embeddings as removed. 03-12-25 14:18:09.226 [INFO ] [rag_server] /delete Old embeddings removed for user 'ss' 03-12-25 14:18:09.242 [INFO ] [rag_server] /chat_history Requested by 'ss' 03-12-25 14:18:09.290 [INFO ] [core_history] Created history for session: `ss` (backend=redis) 03-12-25 14:18:09.293 [INFO ] [rag_server] /uploads Requested by 'ss' 03-12-25 14:18:09.293 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 03-12-25 14:20:37.761 [INFO ] [rag_server] /rag real response requested by 'ss' 03-12-25 14:20:37.769 [INFO ] [core_history] Retrieved existing history for session: `ss` 03-12-25 14:21:32.163 [INFO ] [rag_server] /rag Streaming completed for 'ss' 03-12-25 21:11:05.933 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 03-12-25 21:13:08.992 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:08.992 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 21:13:09.150 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.152 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.204 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.204 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 03-12-25 21:13:09.204 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.211 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.212 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.212 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.222 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.677 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.677 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:13:09.683 [INFO ] [rag_server] [LifeSpan] Starting the server components. 03-12-25 21:13:09.683 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 03-12-25 21:13:09.699 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 03-12-25 21:13:09.699 [INFO ] [core_llm] Initializing the output parser for LLM responses. 03-12-25 21:13:09.699 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 03-12-25 21:13:09.711 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 03-12-25 21:13:09.712 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 03-12-25 21:13:09.798 [INFO ] [core_database] Created configurable retriever. 03-12-25 21:13:09.799 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 03-12-25 21:13:09.799 [INFO ] [core_database] Returning the retriever for similarity search. 03-12-25 21:13:09.799 [INFO ] [chains_rag] Building the Conversational RAG Chain... 03-12-25 21:13:09.799 [INFO ] [chains_rag] Created the retriever chain with summarization. 03-12-25 21:13:09.800 [INFO ] [chains_rag] Created the QA chain with chat template. 03-12-25 21:13:09.800 [INFO ] [chains_rag] Created the main RAG chain. 03-12-25 21:13:09.800 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 03-12-25 21:13:09.801 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 03-12-25 21:13:09.804 [INFO ] [sq_db] Database tables created successfully. 03-12-25 21:13:09.805 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 03-12-25 21:13:09.805 [INFO ] [FILES] Deleted empty user folder: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 03-12-25 21:13:39.263 [INFO ] [rag_server] /simple Requested by 'test_trace' 03-12-25 21:14:09.166 [INFO ] [rag_server] /simple Response generated for 'test_trace'. 03-12-25 21:18:20.118 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 03-12-25 21:28:46.150 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.154 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 03-12-25 21:28:46.239 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.240 [INFO ] [core_history] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.287 [INFO ] [chains_prompts] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.287 [INFO ] [chains_prompts] Initialized chat and summarize prompt templates. 03-12-25 21:28:46.289 [INFO ] [chains_rag] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.297 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.297 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.298 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.307 [INFO ] [sq_db] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.399 [INFO ] [FILES] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.399 [INFO ] [rag_server] Logger initialized. [File: 'app.log', Console: 'No'] 03-12-25 21:28:46.404 [INFO ] [rag_server] [LifeSpan] Starting the server components. 03-12-25 21:28:46.405 [INFO ] [core_llm] Initializing LLM(model=gemma3:latest, ctx_size=14000, temp=0.75) 03-12-25 21:28:46.419 [WARNING ] [core_llm] LLM model 'gemma3:latest' initialized without connection verification. 03-12-25 21:28:46.419 [INFO ] [core_llm] Initializing the output parser for LLM responses. 03-12-25 21:28:46.419 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', path='user_faiss', k=6 docs. 03-12-25 21:28:46.431 [WARNING ] [core_database] Embeddings 'mxbai-embed-large:latest' initialized without connection verification. 03-12-25 21:28:46.431 [INFO ] [core_database] Found existing FAISS vector store at 'user_faiss/index.faiss'. 03-12-25 21:28:46.488 [INFO ] [core_database] Created configurable retriever. 03-12-25 21:28:46.488 [INFO ] [core_history] Initialized HistoryStore (backend=redis). 03-12-25 21:28:46.488 [INFO ] [core_database] Returning the retriever for similarity search. 03-12-25 21:28:46.488 [INFO ] [chains_rag] Building the Conversational RAG Chain... 03-12-25 21:28:46.488 [INFO ] [chains_rag] Created the retriever chain with summarization. 03-12-25 21:28:46.489 [INFO ] [chains_rag] Created the QA chain with chat template. 03-12-25 21:28:46.489 [INFO ] [chains_rag] Created the main RAG chain. 03-12-25 21:28:46.489 [INFO ] [chains_rag] Returning the final Conversational RAG Chain w history. 03-12-25 21:28:46.491 [INFO ] [rag_server] [LifeSpan] All LLM components initialized. 03-12-25 21:28:46.493 [INFO ] [sq_db] Database tables created successfully. 03-12-25 21:28:46.493 [INFO ] [FILES] Uploads folder already exists at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads 03-12-25 21:29:05.454 [INFO ] [rag_server] /simple Requested by 'test_trace' 03-12-25 21:29:28.239 [INFO ] [rag_server] /simple Response generated for 'test_trace'. 03-12-25 21:34:20.811 [INFO ] [rag_server] /login Requested by 'ss' 03-12-25 21:34:21.061 [INFO ] [sq_db] User 'ss' authenticated successfully. 03-12-25 21:34:21.063 [INFO ] [sq_db] Authentication successful for 'ss' @ 2025-12-04 09:04:21 03-12-25 21:34:21.064 [INFO ] [FILES] Uploads folder created for user ss at: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/ss 03-12-25 21:34:21.064 [INFO ] [rag_server] /delete Deleting old files and embeddings for user 'ss' older than 3600 seconds 03-12-25 21:34:21.064 [INFO ] [rag_server] /delete No old files found for user 'ss' 03-12-25 21:34:21.080 [INFO ] [rag_server] /chat_history Requested by 'ss' 03-12-25 21:34:21.127 [INFO ] [core_history] Created history for session: `ss` (backend=redis) 03-12-25 21:34:21.132 [INFO ] [rag_server] /uploads Requested by 'ss' 03-12-25 21:34:21.132 [INFO ] [sq_db] Retrieved 0 files for user 'ss' 03-12-25 21:34:38.939 [INFO ] [rag_server] /rag real response requested by 'ss' 03-12-25 21:34:38.940 [INFO ] [core_history] Retrieved existing history for session: `ss` 03-12-25 21:35:22.630 [INFO ] [rag_server] /rag Streaming completed for 'ss' 03-12-25 21:55:39.897 [INFO ] [rag_server] [LifeSpan] Shutting down LLM server... 06-12-25 16:55:54.188 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:55:59.055 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 16:55:59.284 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:55:59.285 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 16:55:59.285 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 16:56:24.104 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:56:28.417 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 16:56:28.646 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:56:28.646 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 16:56:28.646 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 16:56:28.646 [INFO ] [core_llm] Falling back to Ollama embeddings (text-only) 06-12-25 16:56:29.849 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:56:34.087 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:56:37.791 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 16:56:37.997 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:56:37.997 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 16:56:37.997 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 16:56:38.276 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:56:38.276 [INFO ] [core_llm] Falling back to Ollama embeddings (text-only) 06-12-25 16:58:26.956 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:58:31.314 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 16:58:31.316 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf, user_id: test_user 06-12-25 16:58:31.316 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 16:58:31.316 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 16:58:31.320 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: [Errno 2] No such file or directory: '/Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/test_data/resume_sanchit_imo_health.pdf', falling back to PyMuPDF 06-12-25 16:58:31.320 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 16:58:55.386 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:58:59.629 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 16:58:59.632 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/assets/pdf_w_text.pdf, user_id: test_user 06-12-25 16:58:59.632 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 16:58:59.632 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 16:59:39.605 [INFO ] [doc_loader] ✅ Docling successfully parsed PDF: 1087 chars extracted 06-12-25 16:59:39.606 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 16:59:39.606 [INFO ] [doc_loader] Created image output directory: server/user_uploads/extracted_images/test_user/pdf_w_text 06-12-25 16:59:39.614 [INFO ] [doc_loader] Opened PDF with 1 pages 06-12-25 16:59:39.616 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 16:59:39.617 [INFO ] [doc_loader] ✅ Extracted 0 images from PDF 06-12-25 16:59:39.617 [INFO ] [doc_loader] Found 0 images 06-12-25 16:59:39.617 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/assets/pdf_w_text.pdf for user test_user (with 0 images). 06-12-25 16:59:51.291 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 16:59:55.243 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 16:59:55.245 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Walmart_Latest_Offer.pdf, user_id: sanchitshaleen 06-12-25 16:59:55.245 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 16:59:55.245 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 17:00:04.729 [INFO ] [doc_loader] ✅ Docling successfully parsed PDF: 10200 chars extracted 06-12-25 17:00:04.730 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:00:04.731 [INFO ] [doc_loader] Created image output directory: server/user_uploads/extracted_images/sanchitshaleen/Walmart_Latest_Offer 06-12-25 17:00:04.734 [INFO ] [doc_loader] Opened PDF with 4 pages 06-12-25 17:00:04.736 [INFO ] [doc_loader] Found 1 images on page 0 06-12-25 17:00:04.742 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Walmart_Latest_Offer/img_000_00_5241aeab.png 06-12-25 17:00:04.743 [INFO ] [doc_loader] Found 1 images on page 1 06-12-25 17:00:04.744 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Walmart_Latest_Offer/img_001_00_8de5f9ea.png 06-12-25 17:00:04.745 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:00:04.746 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Walmart_Latest_Offer/img_002_00_e85d437e.png 06-12-25 17:00:04.747 [INFO ] [doc_loader] Found 1 images on page 3 06-12-25 17:00:04.748 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Walmart_Latest_Offer/img_003_00_3a21da4b.png 06-12-25 17:00:04.748 [INFO ] [doc_loader] ✅ Extracted 4 images from PDF 06-12-25 17:00:04.748 [INFO ] [doc_loader] Found 4 images 06-12-25 17:00:04.748 [INFO ] [doc_loader] Attached 4 images to document metadata 06-12-25 17:00:04.749 [INFO ] [doc_loader] Loaded 1 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Walmart_Latest_Offer.pdf for user sanchitshaleen (with 4 images). 06-12-25 17:10:42.664 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:10:42.668 [WARNING ] [doc_loader] ⚠️ Docling library not available - will fallback to PyMuPDF for PDFs 06-12-25 17:10:42.845 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: sanchitshaleen 06-12-25 17:10:42.845 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:10:42.845 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:10:42.845 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:10:42.909 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:10:42.910 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:10:42.910 [INFO ] [doc_loader] Created image output directory: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks 06-12-25 17:10:42.911 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:10:42.912 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:10:42.913 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:10:42.956 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_001_00_9a6447af.png 06-12-25 17:10:43.038 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_001_01_7f4d32f3.png 06-12-25 17:10:43.147 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_001_02_59e04b56.png 06-12-25 17:10:43.148 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_001_03_f2ab287a.png 06-12-25 17:10:43.149 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_001_04_b14d0d3b.png 06-12-25 17:10:43.149 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:10:43.161 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_002_00_abb921b3.png 06-12-25 17:10:43.162 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:10:43.297 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_003_00_0ef471f5.png 06-12-25 17:10:43.439 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_003_01_797eabe7.png 06-12-25 17:10:43.503 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_003_02_1dffd053.png 06-12-25 17:10:43.628 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_003_03_3a8ce14a.png 06-12-25 17:10:43.629 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:10:43.657 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_00_558fce8a.png 06-12-25 17:10:43.697 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_01_1ef8191c.png 06-12-25 17:10:43.722 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_02_5140c15b.png 06-12-25 17:10:43.760 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_03_c593d79f.png 06-12-25 17:10:43.796 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_04_f59d32d1.png 06-12-25 17:10:43.838 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_05_6dec7805.png 06-12-25 17:10:43.866 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_06_e0baa310.png 06-12-25 17:10:43.890 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_07_8f5b8667.png 06-12-25 17:10:43.919 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_08_bc2b60b7.png 06-12-25 17:10:43.942 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_09_34789d97.png 06-12-25 17:10:43.969 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_10_b0a45dbb.png 06-12-25 17:10:43.995 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_11_a3d43b99.png 06-12-25 17:10:44.017 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_12_56865623.png 06-12-25 17:10:44.049 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_13_169ccb3b.png 06-12-25 17:10:44.091 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_14_efc2ed79.png 06-12-25 17:10:44.120 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_15_60fc2821.png 06-12-25 17:10:44.151 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_004_16_e2d429b8.png 06-12-25 17:10:44.152 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:10:44.152 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:10:44.152 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:10:44.152 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:10:44.182 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_008_00_65b22c00.png 06-12-25 17:10:44.357 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_008_01_c1c3805c.png 06-12-25 17:10:44.419 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_008_02_4d4af28b.png 06-12-25 17:10:44.420 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:10:44.424 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_009_00_d5d53ce8.png 06-12-25 17:10:44.425 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:10:44.425 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:10:44.425 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:10:44.460 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_012_00_f8e868f7.png 06-12-25 17:10:44.493 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_012_01_8c1eb3ef.png 06-12-25 17:10:44.494 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:10:44.527 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_013_00_9c50d812.png 06-12-25 17:10:44.560 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_013_01_6e3298bf.png 06-12-25 17:10:44.577 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_013_02_17b94865.png 06-12-25 17:10:44.577 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:10:44.605 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_014_00_4bf131f4.png 06-12-25 17:10:44.631 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_014_01_d294135a.png 06-12-25 17:10:44.659 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_014_02_bd754417.png 06-12-25 17:10:44.686 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_014_03_1204500b.png 06-12-25 17:10:44.706 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_014_04_3c61ce3d.png 06-12-25 17:10:44.707 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:10:44.735 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_015_00_b02e19d4.png 06-12-25 17:10:44.759 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_015_01_85184cbc.png 06-12-25 17:10:44.790 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_015_02_224555ee.png 06-12-25 17:10:44.815 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_015_03_675cceb9.png 06-12-25 17:10:44.816 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:10:44.835 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_016_00_01149b35.png 06-12-25 17:10:44.858 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_016_01_6382c63f.png 06-12-25 17:10:44.881 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_016_02_4842673e.png 06-12-25 17:10:44.894 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_016_03_aba530a3.png 06-12-25 17:10:44.905 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_016_04_8d01e5a8.png 06-12-25 17:10:44.945 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_016_05_78a0471a.png 06-12-25 17:10:44.945 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:10:44.968 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_017_00_19dd82d4.png 06-12-25 17:10:45.016 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_017_01_ba49f6a5.png 06-12-25 17:10:45.041 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_017_02_d6e465c4.png 06-12-25 17:10:45.068 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_017_03_4a0ec6ab.png 06-12-25 17:10:45.069 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:10:45.112 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_018_00_3e50e83b.png 06-12-25 17:10:45.144 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_018_01_522b52ea.png 06-12-25 17:10:45.181 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_018_02_b9859520.png 06-12-25 17:10:45.214 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_018_03_8a956445.png 06-12-25 17:10:45.215 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:10:45.257 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_019_00_c710afbd.png 06-12-25 17:10:45.295 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_019_01_4c3916ea.png 06-12-25 17:10:45.310 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy & snacks/img_019_02_29f98bf4.png 06-12-25 17:10:45.311 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:10:45.311 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:10:45.311 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:10:45.311 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:10:45.311 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:10:45.311 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:10:45.311 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:10:45.311 [INFO ] [doc_loader] Found 62 images 06-12-25 17:10:45.311 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.312 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.313 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.313 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.313 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.313 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.313 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.313 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:10:45.313 [INFO ] [doc_loader] Loaded 26 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf for user sanchitshaleen (with 62 images). 06-12-25 17:11:49.356 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:11:49.357 [WARNING ] [doc_loader] ⚠️ Docling library not available - will fallback to PyMuPDF for PDFs 06-12-25 17:11:49.361 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: sanchitshaleen 06-12-25 17:11:49.361 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:11:49.361 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:11:49.361 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:11:49.423 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:11:49.423 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:11:49.424 [INFO ] [doc_loader] Created image output directory: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks 06-12-25 17:11:49.425 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:11:49.426 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:11:49.427 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:11:49.470 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_001_00_52b5ca02.png 06-12-25 17:11:49.549 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_001_01_ee48e771.png 06-12-25 17:11:49.661 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_001_02_c9a06877.png 06-12-25 17:11:49.663 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_001_03_0e8e7420.png 06-12-25 17:11:49.663 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_001_04_a6492950.png 06-12-25 17:11:49.663 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:11:49.671 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_002_00_1525065d.png 06-12-25 17:11:49.672 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:11:49.790 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_003_00_473d45b8.png 06-12-25 17:11:49.914 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_003_01_e5caed8e.png 06-12-25 17:11:49.971 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_003_02_b6c43958.png 06-12-25 17:11:50.086 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_003_03_668fcc87.png 06-12-25 17:11:50.088 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:11:50.113 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_00_de4d9415.png 06-12-25 17:11:50.148 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_01_4f0c89ec.png 06-12-25 17:11:50.171 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_02_e038bce1.png 06-12-25 17:11:50.205 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_03_37688da5.png 06-12-25 17:11:50.237 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_04_bc8fa918.png 06-12-25 17:11:50.267 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_05_cb3457d2.png 06-12-25 17:11:50.293 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_06_596006d6.png 06-12-25 17:11:50.317 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_07_8db96b43.png 06-12-25 17:11:50.343 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_08_985e2ef8.png 06-12-25 17:11:50.364 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_09_343b930d.png 06-12-25 17:11:50.390 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_10_5ece9c72.png 06-12-25 17:11:50.417 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_11_e4c5aa5d.png 06-12-25 17:11:50.437 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_12_1de49a65.png 06-12-25 17:11:50.469 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_13_1e26e42b.png 06-12-25 17:11:50.532 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_14_82dfdfe7.png 06-12-25 17:11:50.566 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_15_5e027de9.png 06-12-25 17:11:50.596 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_004_16_b0b612c6.png 06-12-25 17:11:50.597 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:11:50.597 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:11:50.597 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:11:50.597 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:11:50.625 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_008_00_4765fb45.png 06-12-25 17:11:50.791 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_008_01_379729f4.png 06-12-25 17:11:50.844 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_008_02_4a0dc880.png 06-12-25 17:11:50.844 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:11:50.849 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_009_00_75588a38.png 06-12-25 17:11:50.849 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:11:50.849 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:11:50.849 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:11:50.882 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_012_00_75950f1d.png 06-12-25 17:11:50.917 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_012_01_0704fdbb.png 06-12-25 17:11:50.918 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:11:50.951 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_013_00_65c29a6d.png 06-12-25 17:11:50.984 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_013_01_2daf51b4.png 06-12-25 17:11:50.999 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_013_02_f0e38806.png 06-12-25 17:11:51.000 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:11:51.028 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_014_00_abcb72c7.png 06-12-25 17:11:51.055 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_014_01_5c02a4fd.png 06-12-25 17:11:51.084 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_014_02_68dc74d2.png 06-12-25 17:11:51.112 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_014_03_acfee2ed.png 06-12-25 17:11:51.133 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_014_04_20680b6a.png 06-12-25 17:11:51.133 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:11:51.161 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_015_00_31d04da5.png 06-12-25 17:11:51.185 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_015_01_d3ff53be.png 06-12-25 17:11:51.215 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_015_02_9c30e141.png 06-12-25 17:11:51.241 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_015_03_d3916190.png 06-12-25 17:11:51.242 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:11:51.262 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_016_00_57948994.png 06-12-25 17:11:51.286 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_016_01_7ab3788e.png 06-12-25 17:11:51.310 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_016_02_0523dc0f.png 06-12-25 17:11:51.323 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_016_03_f0bbd0ce.png 06-12-25 17:11:51.334 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_016_04_6a271fa1.png 06-12-25 17:11:51.370 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_016_05_4415b677.png 06-12-25 17:11:51.371 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:11:51.395 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_017_00_63fe190e.png 06-12-25 17:11:51.443 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_017_01_9fe9058e.png 06-12-25 17:11:51.467 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_017_02_b394a0b0.png 06-12-25 17:11:51.489 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_017_03_d48894ce.png 06-12-25 17:11:51.490 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:11:51.538 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_018_00_c82f9d9c.png 06-12-25 17:11:51.571 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_018_01_3df71e81.png 06-12-25 17:11:51.608 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_018_02_b3929fc1.png 06-12-25 17:11:51.643 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_018_03_cf16bc09.png 06-12-25 17:11:51.644 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:11:51.752 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_019_00_2feb88ad.png 06-12-25 17:11:51.783 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_019_01_952d795c.png 06-12-25 17:11:51.799 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/sanchitshaleen/Candy___snacks/img_019_02_f1cccd14.png 06-12-25 17:11:51.800 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:11:51.800 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:11:51.800 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:11:51.800 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:11:51.800 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:11:51.800 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:11:51.800 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:11:51.800 [INFO ] [doc_loader] Found 62 images 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.801 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:11:51.802 [INFO ] [doc_loader] Loaded 26 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf for user sanchitshaleen (with 62 images). 06-12-25 17:12:26.728 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:12:26.729 [WARNING ] [doc_loader] ⚠️ Docling library not available - will fallback to PyMuPDF for PDFs 06-12-25 17:12:26.729 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: test_user 06-12-25 17:12:26.729 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:12:26.729 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:12:26.729 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:12:26.798 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:12:26.798 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:12:26.798 [INFO ] [doc_loader] Created image output directory: server/user_uploads/extracted_images/test_user/Candy___snacks 06-12-25 17:12:26.799 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:12:26.800 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:12:26.802 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:12:26.846 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_001_00_46335ab1.png 06-12-25 17:12:26.927 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_001_01_adfbbcec.png 06-12-25 17:12:27.039 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_001_02_bfcae87a.png 06-12-25 17:12:27.040 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_001_03_d61c4f09.png 06-12-25 17:12:27.041 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_001_04_ff731ed5.png 06-12-25 17:12:27.041 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:12:27.049 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_002_00_b6aa8054.png 06-12-25 17:12:27.050 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:12:27.180 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_003_00_0ae3dd72.png 06-12-25 17:12:27.306 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_003_01_4aad3ec2.png 06-12-25 17:12:27.375 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_003_02_dd990302.png 06-12-25 17:12:27.493 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_003_03_f5f0a591.png 06-12-25 17:12:27.494 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:12:27.520 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_00_608aef01.png 06-12-25 17:12:27.557 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_01_20200e88.png 06-12-25 17:12:27.580 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_02_02c3ecbf.png 06-12-25 17:12:27.615 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_03_91b8d6f8.png 06-12-25 17:12:27.648 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_04_7cccad10.png 06-12-25 17:12:27.678 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_05_4de3b3d7.png 06-12-25 17:12:27.705 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_06_4d4a4826.png 06-12-25 17:12:27.729 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_07_190dfc90.png 06-12-25 17:12:27.756 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_08_63f515e4.png 06-12-25 17:12:27.777 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_09_aaad2bee.png 06-12-25 17:12:27.816 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_10_1532641a.png 06-12-25 17:12:27.847 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_11_003bfb30.png 06-12-25 17:12:27.893 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_12_b852b048.png 06-12-25 17:12:27.938 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_13_57c3016e.png 06-12-25 17:12:27.987 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_14_480f206d.png 06-12-25 17:12:28.018 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_15_4d714f32.png 06-12-25 17:12:28.049 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_004_16_9b39c2d3.png 06-12-25 17:12:28.049 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:12:28.050 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:12:28.050 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:12:28.050 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:12:28.079 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_008_00_92008095.png 06-12-25 17:12:28.246 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_008_01_ef460a62.png 06-12-25 17:12:28.304 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_008_02_52df9874.png 06-12-25 17:12:28.305 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:12:28.309 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_009_00_4ff5e52c.png 06-12-25 17:12:28.309 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:12:28.309 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:12:28.309 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:12:28.342 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_012_00_c109483d.png 06-12-25 17:12:28.378 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_012_01_164aef69.png 06-12-25 17:12:28.379 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:12:28.412 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_013_00_f6e7410e.png 06-12-25 17:12:28.445 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_013_01_22b5f495.png 06-12-25 17:12:28.461 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_013_02_50b863b6.png 06-12-25 17:12:28.462 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:12:28.493 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_014_00_f6c000f8.png 06-12-25 17:12:28.522 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_014_01_8dbe123c.png 06-12-25 17:12:28.550 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_014_02_74c67a3a.png 06-12-25 17:12:28.580 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_014_03_57414a85.png 06-12-25 17:12:28.601 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_014_04_61868be2.png 06-12-25 17:12:28.602 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:12:28.630 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_015_00_1ce3e1e9.png 06-12-25 17:12:28.655 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_015_01_b961cea6.png 06-12-25 17:12:28.685 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_015_02_88e6f178.png 06-12-25 17:12:28.712 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_015_03_8e66f873.png 06-12-25 17:12:28.712 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:12:28.733 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_016_00_3784d741.png 06-12-25 17:12:28.758 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_016_01_fd01de43.png 06-12-25 17:12:28.783 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_016_02_55911972.png 06-12-25 17:12:28.796 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_016_03_353fc945.png 06-12-25 17:12:28.808 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_016_04_fc15283b.png 06-12-25 17:12:28.846 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_016_05_6c670224.png 06-12-25 17:12:28.846 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:12:28.870 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_017_00_0901843c.png 06-12-25 17:12:28.917 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_017_01_b685cc6a.png 06-12-25 17:12:28.941 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_017_02_ebe03eb1.png 06-12-25 17:12:28.964 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_017_03_9282bc13.png 06-12-25 17:12:28.965 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:12:29.006 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_018_00_c69acb04.png 06-12-25 17:12:29.039 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_018_01_7e774296.png 06-12-25 17:12:29.078 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_018_02_99ba19af.png 06-12-25 17:12:29.112 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_018_03_89a3fb6d.png 06-12-25 17:12:29.112 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:12:29.156 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_019_00_d5009d79.png 06-12-25 17:12:29.185 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_019_01_22479815.png 06-12-25 17:12:29.201 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/test_user/Candy___snacks/img_019_02_d3755457.png 06-12-25 17:12:29.201 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:12:29.201 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:12:29.201 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:12:29.202 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:12:29.202 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:12:29.202 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:12:29.202 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:12:29.202 [INFO ] [doc_loader] Found 62 images 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.202 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:29.203 [INFO ] [doc_loader] Loaded 26 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf for user test_user (with 62 images). 06-12-25 17:12:44.149 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:12:44.150 [WARNING ] [doc_loader] ⚠️ Docling library not available - will fallback to PyMuPDF for PDFs 06-12-25 17:12:44.154 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: candy_test 06-12-25 17:12:44.154 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:12:44.154 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:12:44.154 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:12:44.222 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:12:44.222 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:12:44.222 [INFO ] [doc_loader] Created image output directory: server/user_uploads/extracted_images/candy_test/Candy___snacks 06-12-25 17:12:44.223 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:12:44.225 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:12:44.226 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:12:44.268 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_001_00_573810ba.png 06-12-25 17:12:44.350 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_001_01_4244aa27.png 06-12-25 17:12:44.458 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_001_02_e54f8123.png 06-12-25 17:12:44.459 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_001_03_8468dd46.png 06-12-25 17:12:44.460 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_001_04_dd808bcf.png 06-12-25 17:12:44.460 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:12:44.468 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_002_00_a471f253.png 06-12-25 17:12:44.468 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:12:44.591 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_003_00_b6cdda20.png 06-12-25 17:12:44.725 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_003_01_002210fa.png 06-12-25 17:12:44.784 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_003_02_0f691269.png 06-12-25 17:12:44.995 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_003_03_b6736a25.png 06-12-25 17:12:44.996 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:12:45.023 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_00_240da91e.png 06-12-25 17:12:45.060 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_01_792f9c0d.png 06-12-25 17:12:45.083 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_02_9c3a0449.png 06-12-25 17:12:45.117 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_03_f6290406.png 06-12-25 17:12:45.148 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_04_ef1137ae.png 06-12-25 17:12:45.177 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_05_8eb33660.png 06-12-25 17:12:45.203 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_06_dfe0b80c.png 06-12-25 17:12:45.226 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_07_dfc2b59a.png 06-12-25 17:12:45.253 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_08_f3a33884.png 06-12-25 17:12:45.273 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_09_f9e47549.png 06-12-25 17:12:45.299 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_10_e29299f7.png 06-12-25 17:12:45.326 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_11_4ac31ef3.png 06-12-25 17:12:45.347 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_12_63a0f5aa.png 06-12-25 17:12:45.380 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_13_a3a19df4.png 06-12-25 17:12:45.422 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_14_3afbb7a0.png 06-12-25 17:12:45.450 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_15_7205c8e3.png 06-12-25 17:12:45.480 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_004_16_2a51cf30.png 06-12-25 17:12:45.480 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:12:45.481 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:12:45.481 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:12:45.481 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:12:45.509 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_008_00_ccc43512.png 06-12-25 17:12:45.679 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_008_01_487f8429.png 06-12-25 17:12:45.734 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_008_02_1914bb7e.png 06-12-25 17:12:45.734 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:12:45.738 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_009_00_293eeee8.png 06-12-25 17:12:45.738 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:12:45.738 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:12:45.738 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:12:45.771 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_012_00_49a69220.png 06-12-25 17:12:45.804 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_012_01_3a2e9b2b.png 06-12-25 17:12:45.804 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:12:45.836 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_013_00_8f6e52a8.png 06-12-25 17:12:45.866 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_013_01_4e545cd4.png 06-12-25 17:12:45.881 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_013_02_01adaedb.png 06-12-25 17:12:45.881 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:12:45.909 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_014_00_68898738.png 06-12-25 17:12:45.936 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_014_01_c94e5dff.png 06-12-25 17:12:45.965 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_014_02_4dd60533.png 06-12-25 17:12:45.993 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_014_03_787cedbd.png 06-12-25 17:12:46.014 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_014_04_42d446bf.png 06-12-25 17:12:46.015 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:12:46.042 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_015_00_47676e27.png 06-12-25 17:12:46.066 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_015_01_797d3b4c.png 06-12-25 17:12:46.096 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_015_02_3a988e84.png 06-12-25 17:12:46.121 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_015_03_a8065422.png 06-12-25 17:12:46.122 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:12:46.142 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_016_00_6be409a1.png 06-12-25 17:12:46.165 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_016_01_dd2397a6.png 06-12-25 17:12:46.189 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_016_02_d67a601f.png 06-12-25 17:12:46.202 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_016_03_dbb95ec4.png 06-12-25 17:12:46.215 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_016_04_83fc2bef.png 06-12-25 17:12:46.253 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_016_05_7f71d08e.png 06-12-25 17:12:46.254 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:12:46.278 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_017_00_55250cbc.png 06-12-25 17:12:46.325 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_017_01_8bbd786e.png 06-12-25 17:12:46.348 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_017_02_7f0ee7df.png 06-12-25 17:12:46.372 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_017_03_0ae9bf1a.png 06-12-25 17:12:46.372 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:12:46.416 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_018_00_956a1276.png 06-12-25 17:12:46.448 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_018_01_e9d8586a.png 06-12-25 17:12:46.486 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_018_02_5419c7f9.png 06-12-25 17:12:46.521 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_018_03_2b57cd50.png 06-12-25 17:12:46.522 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:12:46.564 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_019_00_03236f05.png 06-12-25 17:12:46.593 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_019_01_64dfa27c.png 06-12-25 17:12:46.608 [INFO ] [doc_loader] ✅ Saved image: server/user_uploads/extracted_images/candy_test/Candy___snacks/img_019_02_756ba933.png 06-12-25 17:12:46.609 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:12:46.609 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:12:46.609 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:12:46.609 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:12:46.609 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:12:46.609 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:12:46.609 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:12:46.609 [INFO ] [doc_loader] Found 62 images 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.610 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:12:46.611 [INFO ] [doc_loader] Loaded 26 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf for user candy_test (with 62 images). 06-12-25 17:13:52.326 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:13:52.336 [WARNING ] [doc_loader] ⚠️ Docling library not available - will fallback to PyMuPDF for PDFs 06-12-25 17:13:52.344 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: final_test 06-12-25 17:13:52.344 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:13:52.344 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:13:52.344 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:13:52.433 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:13:52.433 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:13:52.434 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/final_test/Candy___snacks 06-12-25 17:13:52.435 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:13:52.436 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:13:52.437 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:13:52.493 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_001_00_e8474e35.png 06-12-25 17:13:52.590 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_001_01_482cda94.png 06-12-25 17:13:52.708 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_001_02_f4a1d640.png 06-12-25 17:13:52.710 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_001_03_ee2014a3.png 06-12-25 17:13:52.710 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_001_04_dc1c478a.png 06-12-25 17:13:52.710 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:13:52.719 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_002_00_b687a246.png 06-12-25 17:13:52.720 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:13:52.846 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_003_00_3448ab00.png 06-12-25 17:13:52.973 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_003_01_aec05e79.png 06-12-25 17:13:53.036 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_003_02_66dec309.png 06-12-25 17:13:53.161 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_003_03_e43b82ed.png 06-12-25 17:13:53.162 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:13:53.189 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_00_e261e19c.png 06-12-25 17:13:53.228 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_01_bd0febdd.png 06-12-25 17:13:53.252 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_02_6afc7c78.png 06-12-25 17:13:53.293 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_03_1cc21811.png 06-12-25 17:13:53.344 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_04_2ca9e3be.png 06-12-25 17:13:53.382 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_05_33c5b5c9.png 06-12-25 17:13:53.408 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_06_cb3b1ea7.png 06-12-25 17:13:53.432 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_07_e3b46648.png 06-12-25 17:13:53.458 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_08_f2de217e.png 06-12-25 17:13:53.480 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_09_1729820f.png 06-12-25 17:13:53.507 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_10_c377ad61.png 06-12-25 17:13:53.534 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_11_54b6f18d.png 06-12-25 17:13:53.557 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_12_d8dc93bb.png 06-12-25 17:13:53.598 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_13_1d094e28.png 06-12-25 17:13:53.643 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_14_e0ff6132.png 06-12-25 17:13:53.673 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_15_4b04ef5a.png 06-12-25 17:13:53.711 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_004_16_347b7da5.png 06-12-25 17:13:53.712 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:13:53.712 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:13:53.712 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:13:53.712 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:13:53.856 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_008_00_5da5d7d5.png 06-12-25 17:13:54.154 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_008_01_64c16227.png 06-12-25 17:13:54.224 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_008_02_e3978030.png 06-12-25 17:13:54.225 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:13:54.234 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_009_00_e3bf8614.png 06-12-25 17:13:54.236 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:13:54.237 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:13:54.237 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:13:54.286 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_012_00_f263673b.png 06-12-25 17:13:54.347 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_012_01_2c03fea9.png 06-12-25 17:13:54.347 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:13:54.397 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_013_00_a442c934.png 06-12-25 17:13:54.432 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_013_01_6714b7aa.png 06-12-25 17:13:54.451 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_013_02_61ba7b2a.png 06-12-25 17:13:54.451 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:13:54.481 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_014_00_dc85f1c9.png 06-12-25 17:13:54.513 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_014_01_b08fdb67.png 06-12-25 17:13:54.545 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_014_02_b86996ea.png 06-12-25 17:13:54.580 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_014_03_ed09e1f9.png 06-12-25 17:13:54.603 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_014_04_8fd5973a.png 06-12-25 17:13:54.604 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:13:54.634 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_015_00_a287e9c0.png 06-12-25 17:13:54.660 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_015_01_28447151.png 06-12-25 17:13:54.691 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_015_02_336ba394.png 06-12-25 17:13:54.720 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_015_03_591dfcaf.png 06-12-25 17:13:54.721 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:13:54.744 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_016_00_dad2a96d.png 06-12-25 17:13:54.782 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_016_01_42eb9d47.png 06-12-25 17:13:54.807 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_016_02_31248375.png 06-12-25 17:13:54.821 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_016_03_52d325cf.png 06-12-25 17:13:54.833 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_016_04_f999dd16.png 06-12-25 17:13:54.872 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_016_05_dd72f31a.png 06-12-25 17:13:54.873 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:13:54.902 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_017_00_f3184b7a.png 06-12-25 17:13:54.955 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_017_01_bcbb4d28.png 06-12-25 17:13:54.979 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_017_02_7234e422.png 06-12-25 17:13:55.002 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_017_03_50f8b3db.png 06-12-25 17:13:55.002 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:13:55.045 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_018_00_0fccc9b8.png 06-12-25 17:13:55.077 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_018_01_e95ec3ba.png 06-12-25 17:13:55.115 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_018_02_1b1d57f3.png 06-12-25 17:13:55.149 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_018_03_7f2458c5.png 06-12-25 17:13:55.149 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:13:55.198 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_019_00_0ee67780.png 06-12-25 17:13:55.228 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_019_01_a1f9e306.png 06-12-25 17:13:55.243 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/final_test/Candy___snacks/img_019_02_2d3d8613.png 06-12-25 17:13:55.244 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:13:55.244 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:13:55.244 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:13:55.244 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:13:55.244 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:13:55.244 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:13:55.244 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:13:55.245 [INFO ] [doc_loader] Found 62 images 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.245 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:13:55.246 [INFO ] [doc_loader] Loaded 26 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf for user final_test (with 62 images). 06-12-25 17:22:55.217 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:22:55.221 [WARNING ] [doc_loader] ⚠️ Docling library not available - will fallback to PyMuPDF for PDFs 06-12-25 17:22:55.226 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: docling_test 06-12-25 17:22:55.226 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:22:55.227 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:22:55.227 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:22:55.289 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:22:55.289 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:22:55.289 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/docling_test/Candy___snacks 06-12-25 17:22:55.289 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:22:55.290 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:22:55.291 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:22:55.292 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:22:55.337 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_001_00_d7de6952.png 06-12-25 17:22:55.418 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_001_01_278368aa.png 06-12-25 17:22:55.530 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_001_02_003b2138.png 06-12-25 17:22:55.532 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_001_03_73a2830a.png 06-12-25 17:22:55.533 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_001_04_53cd2177.png 06-12-25 17:22:55.533 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:22:55.542 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_002_00_a13bfafb.png 06-12-25 17:22:55.542 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:22:55.663 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_003_00_504fc847.png 06-12-25 17:22:55.792 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_003_01_7806a724.png 06-12-25 17:22:55.855 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_003_02_4b486dfb.png 06-12-25 17:22:55.969 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_003_03_068da0b6.png 06-12-25 17:22:55.971 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:22:55.999 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_00_12fe3ae7.png 06-12-25 17:22:56.036 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_01_5ef3d7d6.png 06-12-25 17:22:56.059 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_02_12d3af5a.png 06-12-25 17:22:56.094 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_03_a0da486a.png 06-12-25 17:22:56.131 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_04_5e088183.png 06-12-25 17:22:56.163 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_05_c69e2247.png 06-12-25 17:22:56.188 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_06_aaf0c93c.png 06-12-25 17:22:56.211 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_07_9535dca4.png 06-12-25 17:22:56.238 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_08_71277837.png 06-12-25 17:22:56.258 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_09_0019e544.png 06-12-25 17:22:56.286 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_10_b245ffd9.png 06-12-25 17:22:56.313 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_11_f787d626.png 06-12-25 17:22:56.335 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_12_cbff462d.png 06-12-25 17:22:56.369 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_13_88f632b6.png 06-12-25 17:22:56.412 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_14_5e5c139c.png 06-12-25 17:22:56.441 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_15_2673bb42.png 06-12-25 17:22:56.472 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_004_16_c0d2b352.png 06-12-25 17:22:56.473 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:22:56.473 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:22:56.473 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:22:56.473 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:22:56.502 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_008_00_367abe85.png 06-12-25 17:22:56.667 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_008_01_c6df878d.png 06-12-25 17:22:56.737 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_008_02_5bbf7f5d.png 06-12-25 17:22:56.737 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:22:56.744 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_009_00_93b8ebdd.png 06-12-25 17:22:56.745 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:22:56.745 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:22:56.745 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:22:56.782 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_012_00_91b23991.png 06-12-25 17:22:56.818 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_012_01_e0ffdcf8.png 06-12-25 17:22:56.818 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:22:56.851 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_013_00_f2c376a4.png 06-12-25 17:22:56.884 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_013_01_2e17ccf7.png 06-12-25 17:22:56.899 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_013_02_77419f47.png 06-12-25 17:22:56.899 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:22:56.929 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_014_00_7f308996.png 06-12-25 17:22:56.956 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_014_01_a1599d87.png 06-12-25 17:22:56.985 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_014_02_f68f08c9.png 06-12-25 17:22:57.015 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_014_03_de7db268.png 06-12-25 17:22:57.035 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_014_04_3ca54e86.png 06-12-25 17:22:57.036 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:22:57.063 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_015_00_6a1af986.png 06-12-25 17:22:57.088 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_015_01_4b284df3.png 06-12-25 17:22:57.118 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_015_02_d3e67a98.png 06-12-25 17:22:57.145 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_015_03_1a8d9fac.png 06-12-25 17:22:57.146 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:22:57.166 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_016_00_46589dd1.png 06-12-25 17:22:57.189 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_016_01_dc2444c2.png 06-12-25 17:22:57.213 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_016_02_0b588a2c.png 06-12-25 17:22:57.226 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_016_03_0cf98566.png 06-12-25 17:22:57.239 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_016_04_62895650.png 06-12-25 17:22:57.275 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_016_05_36f63e52.png 06-12-25 17:22:57.275 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:22:57.298 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_017_00_ed181bd3.png 06-12-25 17:22:57.347 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_017_01_8b9d62e9.png 06-12-25 17:22:57.371 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_017_02_fdd331b3.png 06-12-25 17:22:57.393 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_017_03_9084f1f8.png 06-12-25 17:22:57.394 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:22:57.436 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_018_00_5d1008f6.png 06-12-25 17:22:57.467 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_018_01_052ed81c.png 06-12-25 17:22:57.503 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_018_02_0dc92d95.png 06-12-25 17:22:57.537 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_018_03_affccfc4.png 06-12-25 17:22:57.538 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:22:57.581 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_019_00_f0818ace.png 06-12-25 17:22:57.610 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_019_01_b5e2f671.png 06-12-25 17:22:57.625 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_test/Candy___snacks/img_019_02_6d752b27.png 06-12-25 17:22:57.625 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:22:57.625 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:22:57.625 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:22:57.625 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:22:57.625 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:22:57.626 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:22:57.626 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:22:57.626 [INFO ] [doc_loader] Found 62 images 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.626 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.627 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.628 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.628 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.628 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.628 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.628 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.628 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:22:57.628 [INFO ] [doc_loader] Loaded 26 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf for user docling_test (with 62 images). 06-12-25 17:27:32.128 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:27:35.875 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:27:35.879 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: docling_full_test 06-12-25 17:27:35.879 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:27:35.879 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 17:27:38.831 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:27:38.831 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:27:38.832 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:27:38.872 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:27:38.872 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:27:38.872 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/docling_full_test/Candy___snacks 06-12-25 17:27:38.872 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:27:41.041 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:27:41.042 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:27:41.043 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:27:41.045 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:27:41.046 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:27:41.085 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_00_52be349b.png 06-12-25 17:27:41.167 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_01_378f7765.png 06-12-25 17:27:41.278 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_02_255ead1d.png 06-12-25 17:27:41.279 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_03_45a09d14.png 06-12-25 17:27:41.280 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_04_56c90fa5.png 06-12-25 17:27:41.280 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:27:41.288 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_002_00_9efb49e6.png 06-12-25 17:27:41.288 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:27:41.412 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_00_9c771cbf.png 06-12-25 17:27:41.543 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_01_649ece53.png 06-12-25 17:27:41.610 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_02_77cb5dba.png 06-12-25 17:27:41.755 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_03_710e47f8.png 06-12-25 17:27:41.756 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:27:41.782 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_00_9907459d.png 06-12-25 17:27:41.816 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_01_96baad33.png 06-12-25 17:27:41.840 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_02_35656aae.png 06-12-25 17:27:41.873 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_03_a3725cf3.png 06-12-25 17:27:41.906 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_04_07e98400.png 06-12-25 17:27:41.935 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_05_287038f6.png 06-12-25 17:27:41.962 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_06_1d94f2a2.png 06-12-25 17:27:41.985 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_07_1076bf44.png 06-12-25 17:27:42.011 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_08_68dc7628.png 06-12-25 17:27:42.030 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_09_10d30e24.png 06-12-25 17:27:42.055 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_10_0fcfff73.png 06-12-25 17:27:42.080 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_11_37ec72f4.png 06-12-25 17:27:42.100 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_12_9b606b4b.png 06-12-25 17:27:42.132 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_13_caaca28f.png 06-12-25 17:27:42.174 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_14_1e099a0a.png 06-12-25 17:27:42.201 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_15_24efe10e.png 06-12-25 17:27:42.229 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_16_f411dd4c.png 06-12-25 17:27:42.230 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:27:42.230 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:27:42.230 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:27:42.230 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:27:42.259 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_008_00_d1e7a108.png 06-12-25 17:27:42.430 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_008_01_e1d56834.png 06-12-25 17:27:42.490 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_008_02_56f6ff64.png 06-12-25 17:27:42.490 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:27:42.495 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_009_00_39df2803.png 06-12-25 17:27:42.495 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:27:42.495 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:27:42.495 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:27:42.527 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_012_00_361fe09e.png 06-12-25 17:27:42.559 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_012_01_6e5b8add.png 06-12-25 17:27:42.560 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:27:42.590 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_013_00_c4e42349.png 06-12-25 17:27:42.620 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_013_01_d64f0f1f.png 06-12-25 17:27:42.634 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_013_02_d1c4a26b.png 06-12-25 17:27:42.635 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:27:42.662 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_00_6152897d.png 06-12-25 17:27:42.688 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_01_77b82521.png 06-12-25 17:27:42.715 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_02_0439dda5.png 06-12-25 17:27:42.743 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_03_1b98a545.png 06-12-25 17:27:42.764 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_04_27a07e5e.png 06-12-25 17:27:42.765 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:27:42.793 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_00_b46e25e7.png 06-12-25 17:27:42.818 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_01_3dc18098.png 06-12-25 17:27:42.848 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_02_2a22ffdf.png 06-12-25 17:27:42.874 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_03_97b71ddb.png 06-12-25 17:27:42.874 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:27:42.894 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_00_a69a2c70.png 06-12-25 17:27:42.920 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_01_0f0fd655.png 06-12-25 17:27:42.946 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_02_d6cf27d5.png 06-12-25 17:27:42.958 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_03_a2b6c68d.png 06-12-25 17:27:42.970 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_04_e56e7d52.png 06-12-25 17:27:43.006 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_05_eb3297be.png 06-12-25 17:27:43.007 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:27:43.030 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_00_3c3c261f.png 06-12-25 17:27:43.076 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_01_c987d5e9.png 06-12-25 17:27:43.100 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_02_5f1de55e.png 06-12-25 17:27:43.123 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_03_412db800.png 06-12-25 17:27:43.124 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:27:43.167 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_00_856dbb51.png 06-12-25 17:27:43.198 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_01_e514b22b.png 06-12-25 17:27:43.234 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_02_7458fba7.png 06-12-25 17:27:43.269 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_03_30b75025.png 06-12-25 17:27:43.269 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:27:43.311 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_019_00_e895c3d4.png 06-12-25 17:27:43.339 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_019_01_b8775df9.png 06-12-25 17:27:43.354 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_019_02_c6f90895.png 06-12-25 17:27:43.355 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:27:43.355 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:27:43.355 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:27:43.355 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:27:43.355 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:27:43.355 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:27:43.355 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:27:43.361 [INFO ] [doc_loader] Found 62 images 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.361 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.362 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:27:43.362 [INFO ] [doc_loader] Loaded 26 documents from /Users/neetikasaxena/Documents/sanchit/sample_code/rag-with-gemma3/server/user_uploads/sanchitshaleen/Candy & snacks.pdf for user docling_full_test (with 62 images). 06-12-25 17:27:52.895 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:27:56.677 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:27:56.679 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: docling_full_test 06-12-25 17:27:56.679 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:27:56.679 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 17:27:59.735 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:27:59.735 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:27:59.735 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:27:59.761 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:27:59.761 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:27:59.761 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/docling_full_test/Candy___snacks 06-12-25 17:27:59.761 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:28:01.299 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:28:01.299 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:28:01.300 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:28:01.300 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:28:01.300 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:28:01.337 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_00_68c5ad86.png 06-12-25 17:28:01.416 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_01_fcd1fd3b.png 06-12-25 17:28:01.526 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_02_e23a27d4.png 06-12-25 17:28:01.528 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_03_a0d605cb.png 06-12-25 17:28:01.528 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_001_04_edcc485c.png 06-12-25 17:28:01.528 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:28:01.536 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_002_00_b2020026.png 06-12-25 17:28:01.536 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:28:01.657 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_00_f3ca5a1d.png 06-12-25 17:28:01.783 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_01_1129b0bb.png 06-12-25 17:28:01.850 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_02_e6dcd441.png 06-12-25 17:28:01.972 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_003_03_7ac1b4f4.png 06-12-25 17:28:01.973 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:28:01.998 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_00_34673bfe.png 06-12-25 17:28:02.033 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_01_c4c6fd06.png 06-12-25 17:28:02.055 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_02_1f6d9846.png 06-12-25 17:28:02.088 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_03_3a628a96.png 06-12-25 17:28:02.119 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_04_f9957c75.png 06-12-25 17:28:02.147 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_05_a706350a.png 06-12-25 17:28:02.172 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_06_50577aab.png 06-12-25 17:28:02.195 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_07_0ae63601.png 06-12-25 17:28:02.221 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_08_376dba22.png 06-12-25 17:28:02.240 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_09_d376fdea.png 06-12-25 17:28:02.265 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_10_3f198667.png 06-12-25 17:28:02.290 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_11_42697706.png 06-12-25 17:28:02.310 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_12_e5b4fb29.png 06-12-25 17:28:02.341 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_13_85de64fc.png 06-12-25 17:28:02.384 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_14_a4bcdcfd.png 06-12-25 17:28:02.412 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_15_a56dada0.png 06-12-25 17:28:02.440 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_004_16_b62de105.png 06-12-25 17:28:02.441 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:28:02.441 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:28:02.441 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:28:02.441 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:28:02.472 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_008_00_f57a450c.png 06-12-25 17:28:02.643 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_008_01_e5292df6.png 06-12-25 17:28:02.703 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_008_02_b5c17a82.png 06-12-25 17:28:02.704 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:28:02.709 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_009_00_6a06eeae.png 06-12-25 17:28:02.709 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:28:02.709 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:28:02.709 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:28:02.741 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_012_00_57224636.png 06-12-25 17:28:02.775 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_012_01_e31dccff.png 06-12-25 17:28:02.775 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:28:02.805 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_013_00_2d49cadb.png 06-12-25 17:28:02.836 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_013_01_a59333a0.png 06-12-25 17:28:02.850 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_013_02_e04d6905.png 06-12-25 17:28:02.850 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:28:02.878 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_00_acfd51ec.png 06-12-25 17:28:02.905 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_01_b3c70b41.png 06-12-25 17:28:02.933 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_02_7bf052d2.png 06-12-25 17:28:02.961 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_03_a1197188.png 06-12-25 17:28:02.982 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_014_04_3dcac66c.png 06-12-25 17:28:02.982 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:28:03.011 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_00_fc0c6567.png 06-12-25 17:28:03.035 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_01_ec69a353.png 06-12-25 17:28:03.064 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_02_e4ad4315.png 06-12-25 17:28:03.090 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_015_03_384df8df.png 06-12-25 17:28:03.091 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:28:03.112 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_00_a5770cac.png 06-12-25 17:28:03.136 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_01_6a75655d.png 06-12-25 17:28:03.162 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_02_152df9b4.png 06-12-25 17:28:03.174 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_03_574c5f4c.png 06-12-25 17:28:03.186 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_04_91caa550.png 06-12-25 17:28:03.222 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_016_05_b3611912.png 06-12-25 17:28:03.222 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:28:03.245 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_00_543b4df4.png 06-12-25 17:28:03.293 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_01_143dd86e.png 06-12-25 17:28:03.318 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_02_42aa9e2f.png 06-12-25 17:28:03.341 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_017_03_6c84d963.png 06-12-25 17:28:03.341 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:28:03.381 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_00_fa1358e1.png 06-12-25 17:28:03.413 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_01_9f4fd324.png 06-12-25 17:28:03.448 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_02_dc9552bd.png 06-12-25 17:28:03.480 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_018_03_6366c7fc.png 06-12-25 17:28:03.480 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:28:03.520 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_019_00_8c084a96.png 06-12-25 17:28:03.548 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_019_01_51b6e5b9.png 06-12-25 17:28:03.563 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_full_test/Candy___snacks/img_019_02_dfa54628.png 06-12-25 17:28:03.563 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:28:03.563 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:28:03.563 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:28:03.563 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:28:03.563 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:28:03.563 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:28:03.564 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:28:03.574 [INFO ] [doc_loader] Found 62 images 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.574 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:28:03.575 [INFO ] [doc_loader] Loaded 26 documents from user_uploads/sanchitshaleen/Candy & snacks.pdf for user docling_full_test (with 62 images). 06-12-25 17:29:27.756 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:29:32.123 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:29:32.125 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: docling_final_test 06-12-25 17:29:32.126 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:29:32.126 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 17:29:35.206 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:29:35.207 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:29:35.207 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:29:35.244 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:29:35.244 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:29:35.244 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/docling_final_test/Candy___snacks 06-12-25 17:29:35.244 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:29:36.791 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:29:36.791 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:29:36.791 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:29:36.793 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:29:36.793 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:29:36.832 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_001_00_6736d186.png 06-12-25 17:29:36.911 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_001_01_1e76855d.png 06-12-25 17:29:37.027 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_001_02_88b13ba1.png 06-12-25 17:29:37.028 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_001_03_b8522b75.png 06-12-25 17:29:37.028 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_001_04_5d2c6331.png 06-12-25 17:29:37.028 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:29:37.036 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_002_00_d87d35c0.png 06-12-25 17:29:37.037 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:29:37.160 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_003_00_393f7117.png 06-12-25 17:29:37.297 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_003_01_d7563ffb.png 06-12-25 17:29:37.363 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_003_02_1f8a55d9.png 06-12-25 17:29:37.484 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_003_03_61a3d910.png 06-12-25 17:29:37.485 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:29:37.511 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_00_d7f56894.png 06-12-25 17:29:37.546 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_01_6cee79dc.png 06-12-25 17:29:37.568 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_02_4a8c7910.png 06-12-25 17:29:37.602 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_03_99771d09.png 06-12-25 17:29:37.633 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_04_bb3df904.png 06-12-25 17:29:37.662 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_05_0db1a6b2.png 06-12-25 17:29:37.686 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_06_e3b7eaef.png 06-12-25 17:29:37.708 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_07_e8de18d3.png 06-12-25 17:29:37.734 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_08_0674bdfc.png 06-12-25 17:29:37.752 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_09_8fe88984.png 06-12-25 17:29:37.778 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_10_39be1f99.png 06-12-25 17:29:37.808 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_11_9772283b.png 06-12-25 17:29:37.837 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_12_7e348b81.png 06-12-25 17:29:37.870 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_13_9c9c87ed.png 06-12-25 17:29:37.911 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_14_c2a5c479.png 06-12-25 17:29:37.938 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_15_d1100dd6.png 06-12-25 17:29:37.966 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_004_16_456c5c0c.png 06-12-25 17:29:37.967 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:29:37.967 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:29:37.967 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:29:37.967 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:29:37.996 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_008_00_e2894964.png 06-12-25 17:29:38.162 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_008_01_b96f24b2.png 06-12-25 17:29:38.221 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_008_02_d172d919.png 06-12-25 17:29:38.222 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:29:38.226 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_009_00_ae83f75b.png 06-12-25 17:29:38.226 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:29:38.226 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:29:38.226 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:29:38.258 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_012_00_e007affc.png 06-12-25 17:29:38.291 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_012_01_2693ef4e.png 06-12-25 17:29:38.291 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:29:38.321 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_013_00_ad4d9a00.png 06-12-25 17:29:38.352 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_013_01_6ced3f01.png 06-12-25 17:29:38.367 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_013_02_fdd669a3.png 06-12-25 17:29:38.367 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:29:38.396 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_014_00_9df73fcb.png 06-12-25 17:29:38.423 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_014_01_190aba74.png 06-12-25 17:29:38.460 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_014_02_37dabd8b.png 06-12-25 17:29:38.491 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_014_03_95cf86b5.png 06-12-25 17:29:38.516 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_014_04_3b81c3d0.png 06-12-25 17:29:38.517 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:29:38.545 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_015_00_e7d185e5.png 06-12-25 17:29:38.573 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_015_01_2d19dbaa.png 06-12-25 17:29:38.604 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_015_02_e6b5b225.png 06-12-25 17:29:38.630 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_015_03_dd09609f.png 06-12-25 17:29:38.631 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:29:38.653 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_016_00_f3898868.png 06-12-25 17:29:38.678 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_016_01_94f5dbdd.png 06-12-25 17:29:38.711 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_016_02_8dbd6c93.png 06-12-25 17:29:38.726 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_016_03_790c1e0b.png 06-12-25 17:29:38.740 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_016_04_2b6c00ea.png 06-12-25 17:29:38.786 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_016_05_e966e37f.png 06-12-25 17:29:38.786 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:29:38.811 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_017_00_a08dd425.png 06-12-25 17:29:38.859 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_017_01_1ce70575.png 06-12-25 17:29:38.884 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_017_02_183e5240.png 06-12-25 17:29:38.910 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_017_03_35f57e3a.png 06-12-25 17:29:38.912 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:29:38.957 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_018_00_defcae1e.png 06-12-25 17:29:38.990 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_018_01_404e42ec.png 06-12-25 17:29:39.034 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_018_02_9b04f157.png 06-12-25 17:29:39.068 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_018_03_3101dfa2.png 06-12-25 17:29:39.072 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:29:39.200 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_019_00_7215e4e6.png 06-12-25 17:29:39.276 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_019_01_5d2be05e.png 06-12-25 17:29:39.291 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_final_test/Candy___snacks/img_019_02_22205a40.png 06-12-25 17:29:39.292 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:29:39.292 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:29:39.292 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:29:39.292 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:29:39.292 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:29:39.292 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:29:39.294 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:29:39.301 [INFO ] [doc_loader] Found 62 images 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.301 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:29:39.302 [INFO ] [doc_loader] Loaded 26 documents from user_uploads/sanchitshaleen/Candy & snacks.pdf for user docling_final_test (with 62 images). 06-12-25 17:31:39.206 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:31:43.360 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:31:43.362 [INFO ] [doc_loader] Created image output directory: docling_extraction_debug/Candy___snacks 06-12-25 17:31:43.362 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:31:46.695 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:31:46.696 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:31:46.703 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:31:46.705 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:31:46.706 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:31:46.750 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_001_00_2b81af32.png 06-12-25 17:31:46.833 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_001_01_16c008b8.png 06-12-25 17:31:46.948 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_001_02_8e4caaf7.png 06-12-25 17:31:46.949 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_001_03_beb05acf.png 06-12-25 17:31:46.949 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_001_04_a409e915.png 06-12-25 17:31:46.950 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:31:46.958 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_002_00_f338b7d6.png 06-12-25 17:31:46.958 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:31:47.083 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_003_00_98b1baf3.png 06-12-25 17:31:47.211 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_003_01_5e156cf1.png 06-12-25 17:31:47.278 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_003_02_06d30d6e.png 06-12-25 17:31:47.405 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_003_03_a6df13d9.png 06-12-25 17:31:47.406 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:31:47.432 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_00_a415d246.png 06-12-25 17:31:47.468 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_01_5d2102bd.png 06-12-25 17:31:47.491 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_02_a6f8b0e5.png 06-12-25 17:31:47.560 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_03_6106fd65.png 06-12-25 17:31:47.597 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_04_50308ece.png 06-12-25 17:31:47.629 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_05_d4465772.png 06-12-25 17:31:47.655 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_06_b88ec07d.png 06-12-25 17:31:47.680 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_07_ac9244e2.png 06-12-25 17:31:47.707 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_08_c9600d2c.png 06-12-25 17:31:47.727 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_09_be5380de.png 06-12-25 17:31:47.755 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_10_b4fc5a9d.png 06-12-25 17:31:47.782 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_11_fb9d9ab3.png 06-12-25 17:31:47.803 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_12_4aefb858.png 06-12-25 17:31:47.838 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_13_5fc2ed8f.png 06-12-25 17:31:47.891 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_14_24c443f3.png 06-12-25 17:31:47.927 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_15_b6d16934.png 06-12-25 17:31:47.962 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_004_16_b3cb58ad.png 06-12-25 17:31:47.963 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:31:47.963 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:31:47.963 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:31:47.964 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:31:47.995 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_008_00_6ac937b7.png 06-12-25 17:31:48.165 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_008_01_05c38c78.png 06-12-25 17:31:48.225 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_008_02_59474e68.png 06-12-25 17:31:48.225 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:31:48.230 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_009_00_6dd9d0de.png 06-12-25 17:31:48.230 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:31:48.230 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:31:48.230 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:31:48.263 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_012_00_8463845e.png 06-12-25 17:31:48.296 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_012_01_a1bc3063.png 06-12-25 17:31:48.296 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:31:48.327 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_013_00_41ab3d81.png 06-12-25 17:31:48.358 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_013_01_72ad21f7.png 06-12-25 17:31:48.373 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_013_02_4fb4cfba.png 06-12-25 17:31:48.373 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:31:48.402 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_014_00_b6ebf0e0.png 06-12-25 17:31:48.429 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_014_01_ef3c9646.png 06-12-25 17:31:48.458 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_014_02_efb75e69.png 06-12-25 17:31:48.488 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_014_03_14385ccf.png 06-12-25 17:31:48.508 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_014_04_68358d7d.png 06-12-25 17:31:48.509 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:31:48.537 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_015_00_46c2b439.png 06-12-25 17:31:48.562 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_015_01_f7d0a66e.png 06-12-25 17:31:48.592 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_015_02_b2c00aaf.png 06-12-25 17:31:48.618 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_015_03_1d561e32.png 06-12-25 17:31:48.618 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:31:48.637 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_016_00_9802cf19.png 06-12-25 17:31:48.662 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_016_01_c8cffd77.png 06-12-25 17:31:48.688 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_016_02_8f1c807b.png 06-12-25 17:31:48.701 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_016_03_407c690e.png 06-12-25 17:31:48.713 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_016_04_ecba34c5.png 06-12-25 17:31:48.750 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_016_05_bb7789b2.png 06-12-25 17:31:48.751 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:31:48.775 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_017_00_9ecddaf3.png 06-12-25 17:31:48.822 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_017_01_808e458c.png 06-12-25 17:31:48.863 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_017_02_86cea289.png 06-12-25 17:31:48.891 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_017_03_f9f492ef.png 06-12-25 17:31:48.892 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:31:48.945 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_018_00_eab9a56b.png 06-12-25 17:31:48.979 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_018_01_701b73d9.png 06-12-25 17:31:49.017 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_018_02_38321c9a.png 06-12-25 17:31:49.052 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_018_03_37df49df.png 06-12-25 17:31:49.053 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:31:49.096 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_019_00_057ae9c9.png 06-12-25 17:31:49.129 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_019_01_43c0b749.png 06-12-25 17:31:49.146 [INFO ] [doc_loader] ✅ Saved image: docling_extraction_debug/Candy___snacks/img_019_02_d56ecaaa.png 06-12-25 17:31:49.146 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:31:49.146 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:31:49.146 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:31:49.146 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:31:49.146 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:31:49.146 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:31:49.147 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:32:16.237 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:32:20.477 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:32:20.480 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks 06-12-25 17:32:20.480 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:32:23.578 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:32:23.578 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:32:23.586 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:32:23.587 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:32:23.588 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:32:23.629 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_001_00_ac2d47e4.png 06-12-25 17:32:23.718 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_001_01_9275bdfe.png 06-12-25 17:32:23.855 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_001_02_ddc937a4.png 06-12-25 17:32:23.856 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_001_03_09a76564.png 06-12-25 17:32:23.856 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_001_04_9fe4702d.png 06-12-25 17:32:23.857 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:32:23.865 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_002_00_b91d09e9.png 06-12-25 17:32:23.865 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:32:23.987 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_003_00_5b5b3882.png 06-12-25 17:32:24.115 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_003_01_ff4a69d5.png 06-12-25 17:32:24.180 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_003_02_ff3576e9.png 06-12-25 17:32:24.300 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_003_03_dd3b07ec.png 06-12-25 17:32:24.301 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:32:24.327 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_00_ce6fd193.png 06-12-25 17:32:24.367 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_01_26d0ccca.png 06-12-25 17:32:24.390 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_02_631ddc3d.png 06-12-25 17:32:24.427 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_03_c6a28caf.png 06-12-25 17:32:24.459 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_04_9be234fc.png 06-12-25 17:32:24.489 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_05_fdbf787d.png 06-12-25 17:32:24.515 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_06_7d62d2cf.png 06-12-25 17:32:24.541 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_07_df66ad4c.png 06-12-25 17:32:24.569 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_08_28dde6f5.png 06-12-25 17:32:24.589 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_09_54ae6c54.png 06-12-25 17:32:24.616 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_10_790f471a.png 06-12-25 17:32:24.641 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_11_247f8b5d.png 06-12-25 17:32:24.662 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_12_b910756b.png 06-12-25 17:32:24.695 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_13_50b0dcdb.png 06-12-25 17:32:24.740 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_14_3b76414d.png 06-12-25 17:32:24.767 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_15_893dd48e.png 06-12-25 17:32:24.795 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_004_16_e6186c0a.png 06-12-25 17:32:24.796 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:32:24.796 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:32:24.796 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:32:24.796 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:32:24.825 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_008_00_7188d7ba.png 06-12-25 17:32:24.990 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_008_01_7f7435da.png 06-12-25 17:32:25.049 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_008_02_29199898.png 06-12-25 17:32:25.049 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:32:25.053 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_009_00_dbb98a2c.png 06-12-25 17:32:25.053 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:32:25.053 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:32:25.053 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:32:25.085 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_012_00_f09ac789.png 06-12-25 17:32:25.118 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_012_01_db0c600c.png 06-12-25 17:32:25.118 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:32:25.148 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_013_00_49bcae7d.png 06-12-25 17:32:25.178 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_013_01_668c908c.png 06-12-25 17:32:25.193 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_013_02_01fe0e89.png 06-12-25 17:32:25.194 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:32:25.222 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_014_00_55351fbf.png 06-12-25 17:32:25.249 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_014_01_72016aba.png 06-12-25 17:32:25.276 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_014_02_4ea71bd8.png 06-12-25 17:32:25.304 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_014_03_32921653.png 06-12-25 17:32:25.324 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_014_04_52a8ff88.png 06-12-25 17:32:25.324 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:32:25.353 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_015_00_cc93915a.png 06-12-25 17:32:25.379 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_015_01_3e0a4e43.png 06-12-25 17:32:25.472 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_015_02_8edf09e3.png 06-12-25 17:32:25.527 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_015_03_425c8d28.png 06-12-25 17:32:25.527 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:32:25.549 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_016_00_ee19fb06.png 06-12-25 17:32:25.573 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_016_01_0af60005.png 06-12-25 17:32:25.598 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_016_02_9405d447.png 06-12-25 17:32:25.609 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_016_03_71032867.png 06-12-25 17:32:25.620 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_016_04_a18246d5.png 06-12-25 17:32:25.656 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_016_05_0c6a20af.png 06-12-25 17:32:25.657 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:32:25.680 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_017_00_9e3f54ba.png 06-12-25 17:32:25.727 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_017_01_6cf368f0.png 06-12-25 17:32:25.750 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_017_02_5a0015a7.png 06-12-25 17:32:25.773 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_017_03_1c0ca463.png 06-12-25 17:32:25.774 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:32:25.815 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_018_00_797eb921.png 06-12-25 17:32:25.848 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_018_01_1e2e0b24.png 06-12-25 17:32:25.885 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_018_02_79e63d26.png 06-12-25 17:32:25.921 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_018_03_2180e3d8.png 06-12-25 17:32:25.921 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:32:25.964 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_019_00_4232a08e.png 06-12-25 17:32:25.992 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_019_01_f1cdd062.png 06-12-25 17:32:26.008 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_debug_extraction/Candy___snacks/img_019_02_1bcfaf79.png 06-12-25 17:32:26.008 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:32:26.009 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:32:26.009 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:32:26.009 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:32:26.009 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:32:26.009 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:32:26.009 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:32:32.864 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:32:36.691 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:32:36.693 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/docling_block_debug/Candy___snacks 06-12-25 17:32:36.693 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:32:40.087 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:32:40.090 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:32:40.092 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:32:40.092 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:32:40.092 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:32:40.130 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_001_00_36d5e8f6.png 06-12-25 17:32:40.211 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_001_01_cd96b564.png 06-12-25 17:32:40.319 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_001_02_f4f047c6.png 06-12-25 17:32:40.321 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_001_03_98d7f96a.png 06-12-25 17:32:40.321 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_001_04_502b1a04.png 06-12-25 17:32:40.321 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:32:40.329 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_002_00_73ea99c1.png 06-12-25 17:32:40.329 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:32:40.451 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_003_00_b0a91a9e.png 06-12-25 17:32:40.578 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_003_01_c509868a.png 06-12-25 17:32:40.643 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_003_02_a32d2f25.png 06-12-25 17:32:40.763 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_003_03_d7b11a4d.png 06-12-25 17:32:40.764 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:32:40.791 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_00_89cad6c2.png 06-12-25 17:32:40.828 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_01_f16c1c79.png 06-12-25 17:32:40.849 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_02_c6281ae3.png 06-12-25 17:32:40.881 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_03_a37da330.png 06-12-25 17:32:40.912 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_04_7c7d2fe4.png 06-12-25 17:32:40.940 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_05_e1928a85.png 06-12-25 17:32:40.967 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_06_b0961b18.png 06-12-25 17:32:40.991 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_07_ef9c6e00.png 06-12-25 17:32:41.016 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_08_e64ff9f7.png 06-12-25 17:32:41.036 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_09_02938e0a.png 06-12-25 17:32:41.061 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_10_bda9db23.png 06-12-25 17:32:41.087 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_11_6b44b474.png 06-12-25 17:32:41.107 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_12_c565ecb1.png 06-12-25 17:32:41.137 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_13_d53b2fde.png 06-12-25 17:32:41.179 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_14_4b28fdc9.png 06-12-25 17:32:41.207 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_15_15da7a6c.png 06-12-25 17:32:41.235 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_004_16_85c2a42c.png 06-12-25 17:32:41.235 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:32:41.235 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:32:41.235 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:32:41.235 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:32:41.264 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_008_00_a67a9305.png 06-12-25 17:32:41.429 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_008_01_a173a59b.png 06-12-25 17:32:41.488 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_008_02_ccac0f07.png 06-12-25 17:32:41.488 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:32:41.493 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_009_00_85463b46.png 06-12-25 17:32:41.493 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:32:41.493 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:32:41.493 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:32:41.526 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_012_00_6f761347.png 06-12-25 17:32:41.559 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_012_01_b50daca0.png 06-12-25 17:32:41.560 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:32:41.590 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_013_00_9a8bd8e2.png 06-12-25 17:32:41.621 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_013_01_8281ff77.png 06-12-25 17:32:41.635 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_013_02_1d7d6331.png 06-12-25 17:32:41.635 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:32:41.663 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_014_00_ce8d0aef.png 06-12-25 17:32:41.689 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_014_01_a2f69d47.png 06-12-25 17:32:41.717 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_014_02_500d1782.png 06-12-25 17:32:41.745 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_014_03_3dd88c2d.png 06-12-25 17:32:41.765 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_014_04_a04eb988.png 06-12-25 17:32:41.766 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:32:41.794 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_015_00_3eded005.png 06-12-25 17:32:41.819 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_015_01_4967b790.png 06-12-25 17:32:41.850 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_015_02_dcc14508.png 06-12-25 17:32:41.876 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_015_03_0050a45e.png 06-12-25 17:32:41.877 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:32:41.897 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_016_00_d9f8dca1.png 06-12-25 17:32:41.921 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_016_01_02869e8f.png 06-12-25 17:32:41.947 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_016_02_8f6c2696.png 06-12-25 17:32:41.959 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_016_03_15a705cf.png 06-12-25 17:32:41.970 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_016_04_8c6cb4df.png 06-12-25 17:32:42.006 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_016_05_6453e3aa.png 06-12-25 17:32:42.006 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:32:42.029 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_017_00_a22afb44.png 06-12-25 17:32:42.076 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_017_01_88c370e2.png 06-12-25 17:32:42.118 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_017_02_5f3dc8fc.png 06-12-25 17:32:42.176 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_017_03_5a53fddb.png 06-12-25 17:32:42.176 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:32:42.219 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_018_00_3c5d651e.png 06-12-25 17:32:42.250 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_018_01_12e68643.png 06-12-25 17:32:42.284 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_018_02_811ecfa5.png 06-12-25 17:32:42.316 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_018_03_8e1c193f.png 06-12-25 17:32:42.316 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:32:42.357 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_019_00_7b563560.png 06-12-25 17:32:42.385 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_019_01_45cc19b2.png 06-12-25 17:32:42.401 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_debug/Candy___snacks/img_019_02_64bb2d41.png 06-12-25 17:32:42.401 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:32:42.401 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:32:42.401 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:32:42.401 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:32:42.401 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:32:42.401 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:32:42.402 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:32:54.684 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:32:58.656 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:32:58.658 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/docling_block_test/Candy___snacks 06-12-25 17:32:58.658 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:33:01.744 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:33:01.744 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:33:01.745 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:33:01.745 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:33:01.746 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:33:01.784 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_001_00_5a6310fe.png 06-12-25 17:33:01.866 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_001_01_a8707909.png 06-12-25 17:33:01.977 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_001_02_49674f36.png 06-12-25 17:33:01.978 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_001_03_066f706b.png 06-12-25 17:33:01.978 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_001_04_437aa5e9.png 06-12-25 17:33:01.979 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:33:01.986 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_002_00_1b740da7.png 06-12-25 17:33:01.987 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:33:02.115 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_003_00_06f4cd88.png 06-12-25 17:33:02.242 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_003_01_38a61d18.png 06-12-25 17:33:02.305 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_003_02_ce4ca301.png 06-12-25 17:33:02.430 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_003_03_baa2080f.png 06-12-25 17:33:02.431 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:33:02.458 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_00_73c5f4ea.png 06-12-25 17:33:02.494 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_01_00bbfa70.png 06-12-25 17:33:02.516 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_02_14f23228.png 06-12-25 17:33:02.548 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_03_500556fe.png 06-12-25 17:33:02.579 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_04_d49df5de.png 06-12-25 17:33:02.608 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_05_c10cfd86.png 06-12-25 17:33:02.632 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_06_be6207fe.png 06-12-25 17:33:02.655 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_07_045835a2.png 06-12-25 17:33:02.680 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_08_9fe88e3b.png 06-12-25 17:33:02.700 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_09_3e6794bb.png 06-12-25 17:33:02.725 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_10_cf136570.png 06-12-25 17:33:02.752 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_11_745a6fa5.png 06-12-25 17:33:02.772 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_12_805967f5.png 06-12-25 17:33:02.806 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_13_91a89e22.png 06-12-25 17:33:02.847 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_14_9a86ba68.png 06-12-25 17:33:02.873 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_15_e5322c9a.png 06-12-25 17:33:02.901 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_004_16_8684129a.png 06-12-25 17:33:02.901 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:33:02.902 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:33:02.902 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:33:02.902 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:33:02.931 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_008_00_eb40aafa.png 06-12-25 17:33:03.096 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_008_01_5b5f2ae8.png 06-12-25 17:33:03.156 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_008_02_3df89ce1.png 06-12-25 17:33:03.157 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:33:03.161 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_009_00_14d1ac94.png 06-12-25 17:33:03.161 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:33:03.161 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:33:03.161 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:33:03.194 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_012_00_65393f1d.png 06-12-25 17:33:03.227 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_012_01_76a03585.png 06-12-25 17:33:03.228 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:33:03.259 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_013_00_36632fd8.png 06-12-25 17:33:03.291 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_013_01_8ba397b6.png 06-12-25 17:33:03.307 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_013_02_1056eeb4.png 06-12-25 17:33:03.308 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:33:03.336 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_014_00_93db8240.png 06-12-25 17:33:03.363 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_014_01_8dfbb9ec.png 06-12-25 17:33:03.391 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_014_02_6b1cc4c7.png 06-12-25 17:33:03.420 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_014_03_80fb7ee2.png 06-12-25 17:33:03.441 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_014_04_99e7c393.png 06-12-25 17:33:03.441 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:33:03.469 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_015_00_2862e2ad.png 06-12-25 17:33:03.492 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_015_01_5ea8a65c.png 06-12-25 17:33:03.522 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_015_02_c93ccc1f.png 06-12-25 17:33:03.548 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_015_03_dea3ecb6.png 06-12-25 17:33:03.548 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:33:03.569 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_016_00_48c8f251.png 06-12-25 17:33:03.593 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_016_01_e51f2253.png 06-12-25 17:33:03.619 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_016_02_753c97fd.png 06-12-25 17:33:03.631 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_016_03_e89ac24d.png 06-12-25 17:33:03.642 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_016_04_c767aeb0.png 06-12-25 17:33:03.678 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_016_05_66fe39a9.png 06-12-25 17:33:03.678 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:33:03.701 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_017_00_6d83eff4.png 06-12-25 17:33:03.750 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_017_01_8057ec7e.png 06-12-25 17:33:03.776 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_017_02_775e1ed1.png 06-12-25 17:33:03.798 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_017_03_1c4a3153.png 06-12-25 17:33:03.799 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:33:03.839 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_018_00_fc90a103.png 06-12-25 17:33:03.871 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_018_01_6b17a419.png 06-12-25 17:33:03.907 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_018_02_b8f9e808.png 06-12-25 17:33:03.940 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_018_03_2c471494.png 06-12-25 17:33:03.940 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:33:03.982 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_019_00_b181f612.png 06-12-25 17:33:04.010 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_019_01_6f76c5a3.png 06-12-25 17:33:04.026 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/docling_block_test/Candy___snacks/img_019_02_6ca92624.png 06-12-25 17:33:04.026 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:33:04.026 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:33:04.026 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:33:04.026 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:33:04.026 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:33:04.026 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:33:04.027 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:41:16.470 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:41:20.981 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:41:21.087 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:41:21.214 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:41:21.214 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 17:41:21.215 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 17:41:21.596 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:41:21.596 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:41:21.597 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: multimodal_test 06-12-25 17:41:21.597 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:41:21.597 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 17:41:24.732 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:41:24.733 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:41:24.733 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:41:24.769 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:41:24.769 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:41:24.770 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/multimodal_test/Candy___snacks 06-12-25 17:41:24.770 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:41:26.750 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:41:26.750 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:41:26.751 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:41:26.753 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:41:26.754 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:41:26.793 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_00_14b21a3a.png 06-12-25 17:41:26.875 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_01_c10152ba.png 06-12-25 17:41:26.984 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_02_b634306c.png 06-12-25 17:41:26.985 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_03_7982f45c.png 06-12-25 17:41:26.986 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_04_1c3c2f9b.png 06-12-25 17:41:26.986 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:41:26.994 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_002_00_e5c3b260.png 06-12-25 17:41:26.995 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:41:27.119 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_00_d50ec0c1.png 06-12-25 17:41:27.251 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_01_8a87c17b.png 06-12-25 17:41:27.316 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_02_adc5ab9e.png 06-12-25 17:41:27.453 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_03_829ab3d1.png 06-12-25 17:41:27.454 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:41:27.482 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_00_bb25513e.png 06-12-25 17:41:27.517 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_01_ab0a7690.png 06-12-25 17:41:27.542 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_02_d70db80a.png 06-12-25 17:41:27.575 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_03_78a56f9c.png 06-12-25 17:41:27.607 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_04_72a7957f.png 06-12-25 17:41:27.635 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_05_7006133a.png 06-12-25 17:41:27.662 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_06_3324c864.png 06-12-25 17:41:27.685 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_07_6050a3dd.png 06-12-25 17:41:27.712 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_08_76c8485e.png 06-12-25 17:41:27.731 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_09_21b2c28d.png 06-12-25 17:41:27.757 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_10_67a59ca3.png 06-12-25 17:41:27.787 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_11_ec748585.png 06-12-25 17:41:27.808 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_12_0fcb2b6d.png 06-12-25 17:41:27.840 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_13_57bc5aaf.png 06-12-25 17:41:27.883 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_14_2cf03c39.png 06-12-25 17:41:27.910 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_15_84f819af.png 06-12-25 17:41:27.939 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_16_dc7f4df2.png 06-12-25 17:41:27.939 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:41:27.939 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:41:27.939 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:41:27.939 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:41:27.968 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_008_00_f4285cc7.png 06-12-25 17:41:28.134 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_008_01_3cb7dba6.png 06-12-25 17:41:28.194 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_008_02_7492a8ac.png 06-12-25 17:41:28.194 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:41:28.199 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_009_00_44e1b4e7.png 06-12-25 17:41:28.199 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:41:28.199 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:41:28.199 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:41:28.231 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_012_00_39b7cbb9.png 06-12-25 17:41:28.264 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_012_01_1b7de3c8.png 06-12-25 17:41:28.264 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:41:28.295 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_013_00_98f59808.png 06-12-25 17:41:28.327 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_013_01_c75be53c.png 06-12-25 17:41:28.343 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_013_02_0ed841ee.png 06-12-25 17:41:28.343 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:41:28.373 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_00_cf51b58e.png 06-12-25 17:41:28.399 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_01_a976bc7f.png 06-12-25 17:41:28.428 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_02_ea4ccfc2.png 06-12-25 17:41:28.457 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_03_377c5287.png 06-12-25 17:41:28.478 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_04_f3c2b024.png 06-12-25 17:41:28.478 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:41:28.506 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_00_f086b5b5.png 06-12-25 17:41:28.530 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_01_d4506d34.png 06-12-25 17:41:28.559 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_02_afdf7dd3.png 06-12-25 17:41:28.584 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_03_ec57cf64.png 06-12-25 17:41:28.585 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:41:28.604 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_00_00ad39a0.png 06-12-25 17:41:28.628 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_01_51a2fa88.png 06-12-25 17:41:28.654 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_02_9eb20e85.png 06-12-25 17:41:28.666 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_03_a631fd9d.png 06-12-25 17:41:28.677 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_04_421338e8.png 06-12-25 17:41:28.714 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_05_a1cd0c3d.png 06-12-25 17:41:28.714 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:41:28.737 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_00_144a95e8.png 06-12-25 17:41:28.784 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_01_bc834661.png 06-12-25 17:41:28.808 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_02_16e34881.png 06-12-25 17:41:28.830 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_03_ae31a6f0.png 06-12-25 17:41:28.831 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:41:28.874 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_00_46340d34.png 06-12-25 17:41:28.906 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_01_c1913178.png 06-12-25 17:41:28.942 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_02_77f7da13.png 06-12-25 17:41:28.975 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_03_719706a3.png 06-12-25 17:41:28.975 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:41:29.018 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_019_00_0604e1b7.png 06-12-25 17:41:29.046 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_019_01_79b77658.png 06-12-25 17:41:29.062 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_019_02_8b04bbc7.png 06-12-25 17:41:29.062 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:41:29.062 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:41:29.062 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:41:29.062 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:41:29.062 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:41:29.062 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:41:29.063 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:41:29.068 [INFO ] [doc_loader] Found 62 images 06-12-25 17:41:29.068 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.068 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.068 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:41:29.069 [INFO ] [doc_loader] Loaded 26 documents from user_uploads/sanchitshaleen/Candy & snacks.pdf for user multimodal_test (with 62 images). 06-12-25 17:41:29.086 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.087 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.087 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.087 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.087 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.087 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.087 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.087 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.088 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.088 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.088 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.088 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.088 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.088 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.088 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.089 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.089 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.089 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.089 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.089 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.089 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.090 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.090 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.090 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.090 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.090 [DEBUG ] [core_ingestion] Found 62 images in document metadata 06-12-25 17:41:29.091 [INFO ] [core_ingestion] ✅ Created 1612 image documents for multimodal embedding 06-12-25 17:43:00.949 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:05.627 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:43:05.737 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:05.878 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:05.878 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 17:43:05.878 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 17:43:06.275 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:06.275 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:06.275 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: multimodal_test 06-12-25 17:43:06.275 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 17:43:06.275 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 17:43:09.469 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:43:09.469 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 17:43:09.469 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 17:43:09.511 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 17:43:09.511 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 17:43:09.511 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/multimodal_test/Candy___snacks 06-12-25 17:43:09.511 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 17:43:11.214 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 17:43:11.214 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 17:43:11.215 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 17:43:11.217 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 17:43:11.218 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 17:43:11.257 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_00_c50d4efd.png 06-12-25 17:43:11.338 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_01_304cb3bc.png 06-12-25 17:43:11.447 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_02_b90ff8d1.png 06-12-25 17:43:11.448 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_03_b272f260.png 06-12-25 17:43:11.449 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_001_04_6d3af43c.png 06-12-25 17:43:11.449 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 17:43:11.456 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_002_00_34bb4146.png 06-12-25 17:43:11.457 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 17:43:11.581 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_00_978e4cc0.png 06-12-25 17:43:11.708 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_01_9c067da3.png 06-12-25 17:43:11.773 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_02_2cb4e0d3.png 06-12-25 17:43:11.893 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_003_03_6d0c238b.png 06-12-25 17:43:11.894 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 17:43:11.919 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_00_9448931c.png 06-12-25 17:43:11.954 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_01_66e90814.png 06-12-25 17:43:11.981 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_02_bf361202.png 06-12-25 17:43:12.017 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_03_5f19502f.png 06-12-25 17:43:12.050 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_04_02e52344.png 06-12-25 17:43:12.079 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_05_5907a025.png 06-12-25 17:43:12.104 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_06_545740ea.png 06-12-25 17:43:12.127 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_07_8efda38b.png 06-12-25 17:43:12.158 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_08_dade91fa.png 06-12-25 17:43:12.183 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_09_c9336d66.png 06-12-25 17:43:12.214 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_10_d556f38c.png 06-12-25 17:43:12.248 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_11_a1ae71aa.png 06-12-25 17:43:12.279 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_12_2df27496.png 06-12-25 17:43:12.315 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_13_b1173352.png 06-12-25 17:43:12.356 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_14_6dc956f8.png 06-12-25 17:43:12.385 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_15_61c39083.png 06-12-25 17:43:12.413 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_004_16_23a38a60.png 06-12-25 17:43:12.414 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 17:43:12.414 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 17:43:12.414 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 17:43:12.414 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 17:43:12.446 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_008_00_49d6288c.png 06-12-25 17:43:12.630 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_008_01_c2f33fd4.png 06-12-25 17:43:12.691 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_008_02_484bcf97.png 06-12-25 17:43:12.691 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 17:43:12.696 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_009_00_0559809a.png 06-12-25 17:43:12.696 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 17:43:12.696 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 17:43:12.696 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 17:43:12.729 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_012_00_8a55fa20.png 06-12-25 17:43:12.761 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_012_01_3b878577.png 06-12-25 17:43:12.762 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 17:43:12.793 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_013_00_91fced6b.png 06-12-25 17:43:12.824 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_013_01_0c53c7b8.png 06-12-25 17:43:12.839 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_013_02_4ef35a55.png 06-12-25 17:43:12.839 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 17:43:12.868 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_00_6c644029.png 06-12-25 17:43:12.896 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_01_deafea3f.png 06-12-25 17:43:12.923 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_02_f1499705.png 06-12-25 17:43:12.951 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_03_7ad6b6e5.png 06-12-25 17:43:12.971 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_014_04_18a2430f.png 06-12-25 17:43:12.971 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 17:43:12.999 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_00_131615ee.png 06-12-25 17:43:13.023 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_01_f0f96151.png 06-12-25 17:43:13.052 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_02_0456ce4e.png 06-12-25 17:43:13.079 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_015_03_c4d1d094.png 06-12-25 17:43:13.079 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 17:43:13.101 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_00_ecbf7ff7.png 06-12-25 17:43:13.133 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_01_2b9ad48f.png 06-12-25 17:43:13.160 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_02_095e89fc.png 06-12-25 17:43:13.173 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_03_043015c8.png 06-12-25 17:43:13.184 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_04_e62d9b1e.png 06-12-25 17:43:13.220 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_016_05_0f78d63a.png 06-12-25 17:43:13.220 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 17:43:13.243 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_00_d271be43.png 06-12-25 17:43:13.291 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_01_1c547502.png 06-12-25 17:43:13.315 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_02_849355f7.png 06-12-25 17:43:13.338 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_017_03_3ed62743.png 06-12-25 17:43:13.338 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 17:43:13.379 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_00_3fa295fb.png 06-12-25 17:43:13.409 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_01_3c8f30f7.png 06-12-25 17:43:13.443 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_02_a0ede18c.png 06-12-25 17:43:13.475 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_018_03_7d93cc2b.png 06-12-25 17:43:13.476 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 17:43:13.517 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_019_00_ee8d2902.png 06-12-25 17:43:13.545 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_019_01_7e1dfc87.png 06-12-25 17:43:13.560 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/multimodal_test/Candy___snacks/img_019_02_c6cce150.png 06-12-25 17:43:13.560 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 17:43:13.560 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 17:43:13.560 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 17:43:13.560 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 17:43:13.560 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 17:43:13.560 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 17:43:13.561 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 17:43:13.566 [INFO ] [doc_loader] Found 62 images 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.566 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 17:43:13.567 [INFO ] [doc_loader] Loaded 26 documents from user_uploads/sanchitshaleen/Candy & snacks.pdf for user multimodal_test (with 62 images). 06-12-25 17:43:13.575 [INFO ] [core_ingestion] ✅ Created 62 unique image documents for multimodal embedding 06-12-25 17:43:25.384 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:25.385 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 17:43:25.385 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 17:43:25.385 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:25.437 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:29.225 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 17:43:29.231 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 17:43:29.231 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:07:32.638 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:07:37.225 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 22:07:37.321 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:07:37.446 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:07:37.447 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 22:07:37.447 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 22:07:37.743 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:07:37.743 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:07:37.743 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: structure_test 06-12-25 22:07:37.743 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 22:07:37.743 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 22:07:40.827 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 22:07:40.827 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 22:07:40.828 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 22:07:40.865 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 22:07:40.865 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 22:07:40.865 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/structure_test/Candy___snacks 06-12-25 22:07:40.865 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 22:07:42.555 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 22:07:42.556 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 22:07:42.556 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 22:07:42.558 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 22:07:42.558 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 22:07:42.597 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_00_a4b559e8.png 06-12-25 22:07:42.677 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_01_682b12ad.png 06-12-25 22:07:42.786 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_02_cba668e3.png 06-12-25 22:07:42.788 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_03_54032b4f.png 06-12-25 22:07:42.788 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_04_ba97fe96.png 06-12-25 22:07:42.788 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 22:07:42.796 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_002_00_048ddce6.png 06-12-25 22:07:42.796 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 22:07:42.918 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_00_908a163f.png 06-12-25 22:07:43.083 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_01_89edbd56.png 06-12-25 22:07:43.148 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_02_fb8b2477.png 06-12-25 22:07:43.270 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_03_07c68017.png 06-12-25 22:07:43.271 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 22:07:43.299 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_00_dc2c80ff.png 06-12-25 22:07:43.335 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_01_306c7053.png 06-12-25 22:07:43.410 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_02_2f1c82a3.png 06-12-25 22:07:43.477 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_03_0ffa8429.png 06-12-25 22:07:43.512 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_04_faa7e08d.png 06-12-25 22:07:43.546 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_05_68049c92.png 06-12-25 22:07:43.572 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_06_9fbc7893.png 06-12-25 22:07:43.596 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_07_f320c292.png 06-12-25 22:07:43.622 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_08_cc4c71aa.png 06-12-25 22:07:43.642 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_09_5f445845.png 06-12-25 22:07:43.667 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_10_8634dfa0.png 06-12-25 22:07:43.693 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_11_0df35b7f.png 06-12-25 22:07:43.713 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_12_1a5d3bc6.png 06-12-25 22:07:43.746 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_13_a6044988.png 06-12-25 22:07:43.789 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_14_92cd0c25.png 06-12-25 22:07:43.819 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_15_017c382f.png 06-12-25 22:07:43.852 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_16_74cc1b74.png 06-12-25 22:07:43.853 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 22:07:43.853 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 22:07:43.853 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 22:07:43.853 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 22:07:43.882 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_008_00_101dab51.png 06-12-25 22:07:44.052 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_008_01_6eff3989.png 06-12-25 22:07:44.114 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_008_02_2f0d5908.png 06-12-25 22:07:44.114 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 22:07:44.119 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_009_00_5a9bc37d.png 06-12-25 22:07:44.119 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 22:07:44.119 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 22:07:44.119 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 22:07:44.151 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_012_00_a535da23.png 06-12-25 22:07:44.185 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_012_01_f7108544.png 06-12-25 22:07:44.185 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 22:07:44.216 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_013_00_1fc43bf2.png 06-12-25 22:07:44.248 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_013_01_615c91f7.png 06-12-25 22:07:44.266 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_013_02_29453886.png 06-12-25 22:07:44.266 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 22:07:44.296 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_00_04940455.png 06-12-25 22:07:44.326 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_01_ed2648c1.png 06-12-25 22:07:44.358 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_02_d837f739.png 06-12-25 22:07:44.386 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_03_3ff106f4.png 06-12-25 22:07:44.407 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_04_2edab122.png 06-12-25 22:07:44.407 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 22:07:44.435 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_00_18e07468.png 06-12-25 22:07:44.460 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_01_d11a1eb5.png 06-12-25 22:07:44.489 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_02_97629917.png 06-12-25 22:07:44.516 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_03_b27046ed.png 06-12-25 22:07:44.516 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 22:07:44.575 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_00_76ced856.png 06-12-25 22:07:44.638 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_01_471353ba.png 06-12-25 22:07:44.664 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_02_ade17ac2.png 06-12-25 22:07:44.677 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_03_5eb43792.png 06-12-25 22:07:44.688 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_04_c6cbe1f9.png 06-12-25 22:07:44.727 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_05_f5aea0e6.png 06-12-25 22:07:44.727 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 22:07:44.752 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_00_c23085a7.png 06-12-25 22:07:44.799 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_01_b3b437d3.png 06-12-25 22:07:44.824 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_02_ef03e140.png 06-12-25 22:07:44.851 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_03_9c7269bc.png 06-12-25 22:07:44.852 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 22:07:44.900 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_00_77f4a3e8.png 06-12-25 22:07:44.935 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_01_26008985.png 06-12-25 22:07:44.976 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_02_b75ed161.png 06-12-25 22:07:45.008 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_03_b854d5d2.png 06-12-25 22:07:45.009 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 22:07:45.050 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_019_00_484f0fee.png 06-12-25 22:07:45.078 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_019_01_d250615e.png 06-12-25 22:07:45.093 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_019_02_e4cb9d36.png 06-12-25 22:07:45.093 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 22:07:45.093 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 22:07:45.093 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 22:07:45.093 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 22:07:45.093 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 22:07:45.093 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 22:07:45.094 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 22:07:45.106 [INFO ] [doc_loader] Found 62 images 06-12-25 22:07:45.106 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.106 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.106 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:07:45.107 [INFO ] [doc_loader] Loaded 26 documents from user_uploads/sanchitshaleen/Candy & snacks.pdf for user structure_test (with 62 images). 06-12-25 22:07:45.127 [INFO ] [utils_splitter] 🔨 split_text() starting - input: 26 documents, chunk_size=2000, overlap=250 06-12-25 22:07:45.127 [INFO ] [utils_splitter] ⏳ Executing text_splitter.split_documents()... 06-12-25 22:07:45.136 [INFO ] [utils_splitter] ✅ split_documents() completed, got 20 chunks from 26 documents 06-12-25 22:07:45.136 [INFO ] [utils_splitter] ✅ Successfully split 26 documents into 20 chunks. Total content: 8335 chars 06-12-25 22:07:45.136 [INFO ] [core_ingestion] ✅ Created 62 unique image documents for multimodal embedding 06-12-25 22:08:31.953 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:08:36.461 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 22:08:36.559 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:08:36.689 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:08:36.690 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 22:08:36.690 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 22:08:37.009 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:08:37.009 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:08:37.009 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: structure_test 06-12-25 22:08:37.010 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 22:08:37.010 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 22:08:40.125 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 22:08:40.126 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 22:08:40.126 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 22:08:40.166 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 22:08:40.166 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 22:08:40.166 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/structure_test/Candy___snacks 06-12-25 22:08:40.166 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 22:08:41.867 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 22:08:41.867 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 22:08:41.868 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 22:08:41.869 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 22:08:41.871 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 22:08:41.910 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_00_b8d0cf5b.png 06-12-25 22:08:41.989 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_01_16bf2197.png 06-12-25 22:08:42.098 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_02_4253edc3.png 06-12-25 22:08:42.099 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_03_b2622ec2.png 06-12-25 22:08:42.100 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_001_04_b5f613e8.png 06-12-25 22:08:42.100 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 22:08:42.108 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_002_00_aea078fa.png 06-12-25 22:08:42.108 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 22:08:42.229 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_00_6a74e776.png 06-12-25 22:08:42.358 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_01_a02e1afa.png 06-12-25 22:08:42.422 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_02_85eff226.png 06-12-25 22:08:42.543 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_003_03_46d843c1.png 06-12-25 22:08:42.545 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 22:08:42.570 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_00_649bc5ca.png 06-12-25 22:08:42.605 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_01_d985f2b5.png 06-12-25 22:08:42.628 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_02_20c247c9.png 06-12-25 22:08:42.661 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_03_2c900b70.png 06-12-25 22:08:42.694 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_04_3770c5e0.png 06-12-25 22:08:42.723 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_05_de61ee5f.png 06-12-25 22:08:42.747 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_06_e970f49c.png 06-12-25 22:08:42.771 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_07_78ffd5ea.png 06-12-25 22:08:42.797 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_08_f0df2e12.png 06-12-25 22:08:42.817 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_09_695b314a.png 06-12-25 22:08:42.843 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_10_10b59caf.png 06-12-25 22:08:42.882 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_11_456c14ec.png 06-12-25 22:08:42.907 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_12_f0e6e336.png 06-12-25 22:08:42.945 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_13_d497136a.png 06-12-25 22:08:42.989 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_14_570b0e38.png 06-12-25 22:08:43.021 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_15_803b390b.png 06-12-25 22:08:43.052 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_004_16_38c60fa4.png 06-12-25 22:08:43.052 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 22:08:43.052 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 22:08:43.052 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 22:08:43.052 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 22:08:43.081 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_008_00_fa568dc0.png 06-12-25 22:08:43.253 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_008_01_bf8d1f43.png 06-12-25 22:08:43.313 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_008_02_3cad2da0.png 06-12-25 22:08:43.313 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 22:08:43.318 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_009_00_d21d0400.png 06-12-25 22:08:43.318 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 22:08:43.318 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 22:08:43.318 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 22:08:43.355 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_012_00_e35bb1bd.png 06-12-25 22:08:43.456 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_012_01_dc18de82.png 06-12-25 22:08:43.456 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 22:08:43.490 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_013_00_4233ba55.png 06-12-25 22:08:43.524 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_013_01_6d185b9e.png 06-12-25 22:08:43.540 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_013_02_7a616c79.png 06-12-25 22:08:43.541 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 22:08:43.571 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_00_0dace4e1.png 06-12-25 22:08:43.599 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_01_01defdcc.png 06-12-25 22:08:43.627 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_02_11559be5.png 06-12-25 22:08:43.657 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_03_2e770539.png 06-12-25 22:08:43.681 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_014_04_c64d1857.png 06-12-25 22:08:43.681 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 22:08:43.710 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_00_167f5a84.png 06-12-25 22:08:43.734 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_01_0942322b.png 06-12-25 22:08:43.764 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_02_12300b52.png 06-12-25 22:08:43.790 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_015_03_1db2b208.png 06-12-25 22:08:43.790 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 22:08:43.818 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_00_b8e72c47.png 06-12-25 22:08:43.848 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_01_e7f4cc2c.png 06-12-25 22:08:43.875 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_02_978a0e4d.png 06-12-25 22:08:43.888 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_03_a139aad9.png 06-12-25 22:08:43.900 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_04_8fc52048.png 06-12-25 22:08:43.937 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_016_05_21d4e955.png 06-12-25 22:08:43.938 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 22:08:43.962 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_00_24cf4280.png 06-12-25 22:08:44.010 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_01_c461fc6d.png 06-12-25 22:08:44.035 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_02_40b36a3b.png 06-12-25 22:08:44.058 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_017_03_37b9b409.png 06-12-25 22:08:44.058 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 22:08:44.100 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_00_6ea60bc9.png 06-12-25 22:08:44.132 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_01_fbe75a94.png 06-12-25 22:08:44.168 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_02_c04be7ff.png 06-12-25 22:08:44.204 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_018_03_baf5e6f3.png 06-12-25 22:08:44.204 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 22:08:44.243 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_019_00_ad92c81c.png 06-12-25 22:08:44.273 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_019_01_e34f376f.png 06-12-25 22:08:44.289 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/structure_test/Candy___snacks/img_019_02_f0391219.png 06-12-25 22:08:44.289 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 22:08:44.289 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 22:08:44.289 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 22:08:44.289 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 22:08:44.289 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 22:08:44.289 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 22:08:44.290 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 22:08:44.299 [INFO ] [doc_loader] Found 62 images 06-12-25 22:08:44.299 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.299 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.299 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:08:44.300 [INFO ] [doc_loader] Loaded 26 documents from user_uploads/sanchitshaleen/Candy & snacks.pdf for user structure_test (with 62 images). 06-12-25 22:08:44.310 [INFO ] [utils_splitter] 🔨 split_text() starting - input: 26 documents, chunk_size=2000, overlap=250 06-12-25 22:08:44.310 [INFO ] [utils_splitter] ⏳ Executing text_splitter.split_documents()... 06-12-25 22:08:44.318 [INFO ] [utils_splitter] ✅ split_documents() completed, got 20 chunks from 26 documents 06-12-25 22:08:44.318 [INFO ] [utils_splitter] ✅ Successfully split 26 documents into 20 chunks. Total content: 8335 chars 06-12-25 22:08:44.318 [INFO ] [core_ingestion] ✅ Created 62 unique image documents for multimodal embedding 06-12-25 22:11:48.978 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:11:48.985 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 22:11:48.985 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 22:11:48.985 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:11:49.080 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:11:53.504 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 22:11:53.510 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:11:53.510 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:13:59.135 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:13:59.143 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 22:13:59.143 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 22:13:59.143 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:13:59.232 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:14:03.996 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 22:14:04.003 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:14:04.003 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:14:04.003 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', Qdrant URL='http://localhost:6333', collection='rag_documents', k=5 docs. 06-12-25 22:14:04.003 [INFO ] [core_database] Using Jina multimodal embeddings 06-12-25 22:14:04.003 [INFO ] [core_llm] Falling back to Ollama embeddings (text-only) 06-12-25 22:14:04.014 [WARNING ] [core_database] Embeddings initialized without connection verification. 06-12-25 22:14:04.020 [INFO ] [core_database] Connected to Qdrant at 'http://localhost:6333'. 06-12-25 22:15:26.683 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:15:26.691 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 22:15:26.691 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 22:15:26.691 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:15:26.778 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:15:31.381 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 22:15:31.388 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:15:31.388 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:15:31.388 [INFO ] [core_database] Initializing VectorDB with embeddings='mxbai-embed-large:latest', Qdrant URL='http://localhost:6333', collection='rag_documents', k=5 docs. 06-12-25 22:15:31.388 [INFO ] [core_database] Using Ollama embeddings: mxbai-embed-large:latest 06-12-25 22:15:31.399 [WARNING ] [core_database] Embeddings initialized without connection verification. 06-12-25 22:15:31.405 [INFO ] [core_database] Connected to Qdrant at 'http://localhost:6333'. 06-12-25 22:16:16.818 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:16:21.387 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 22:16:21.484 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:16:21.608 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:16:21.608 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 22:16:21.608 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 22:16:21.940 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:16:21.940 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:16:21.940 [INFO ] [doc_loader] 🔍 load_file() starting - file_path: user_uploads/sanchitshaleen/Candy & snacks.pdf, user_id: phase4_verify 06-12-25 22:16:21.940 [INFO ] [doc_loader] 📋 File extension detected: pdf 06-12-25 22:16:21.940 [INFO ] [doc_loader] 📕 Loading PDF using Docling (with OCR support for scanned PDFs) 06-12-25 22:16:25.103 [WARNING ] [doc_loader] ⚠️ Docling parsing failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 22:16:25.104 [INFO ] [doc_loader] 📕 Loading as PDF file using PyMuPDFLoader 06-12-25 22:16:25.104 [INFO ] [doc_loader] ⏳ Executing loader.load()... 06-12-25 22:16:25.142 [INFO ] [doc_loader] ✅ loader.load() completed, got 26 pages/documents 06-12-25 22:16:25.142 [INFO ] [doc_loader] 🖼️ Extracting images from PDF... 06-12-25 22:16:25.143 [INFO ] [doc_loader] Created image output directory: user_uploads/extracted_images/phase4_verify/Candy___snacks 06-12-25 22:16:25.143 [INFO ] [doc_loader] 🔍 Attempting to extract images using Docling... 06-12-25 22:16:26.866 [WARNING ] [doc_loader] ⚠️ Docling image extraction failed: Conversion failed for: Candy & snacks.pdf with status: ConversionStatus.FAILURE. Errors: Page 1: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "3 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT14": { "/BaseFont": "/AAAAAO+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "311 0 R [stream]", "/FontName": "/AAAAAO+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "310 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 552, 721, 203, 323, 681, 486, 527, 479, 551, 239, 708, 559, 561 ] }, "/TT2": { "/BaseFont": "/AAAAAC+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "293 0 R [stream]", "/FontName": "/AAAAAC+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "292 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT4": { "/BaseFont": "/AAAAAE+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "296 0 R [stream]", "/FontName": "/AAAAAE+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 39, "/Subtype": "/TrueType", "/ToUnicode": "295 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 582, 369, 586, 573, 516, 556 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 2: could not find the page-dimensions: { "/Contents": "27 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT20": { "/BaseFont": "/AAAAAU+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "320 0 R [stream]", "/FontName": "/AAAAAU+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 47, "/Subtype": "/TrueType", "/ToUnicode": "319 0 R [stream]", "/Type": "/Font", "/Widths": [ 561, 355, 494, 537, 537, 532, 538, 537, 418, 347, 226, 495, 246, 246, 503 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT26": { "/BaseFont": "/AAAABA+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "329 0 R [stream]", "/FontName": "/AAAABA+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 54, "/Subtype": "/TrueType", "/ToUnicode": "328 0 R [stream]", "/Type": "/Font", "/Widths": [ 604, 334, 531, 551, 561, 203, 534, 566, 559, 561, 340, 577, 552, 525, 323, 479, 452, 561, 527, 239, 438, 732 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/Shading": { "/Sh1": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, -278384, 146644.5, 0 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "51 0 R [stream]", "/ShadingType": 2 }, "/Sh2": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 146644.5, 0, 146644.5, 278384 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "52 0 R [stream]", "/ShadingType": 2 } }, "/XObject": { "/Im1": "30 0 R [stream]", "/Im2": "31 0 R [stream]", "/Im3": "46 0 R [stream]", "/Im4": "47 0 R [stream]", "/Im5": "48 0 R [stream]" } }, "/Type": "/Page" }; Page 3: could not find the page-dimensions: { "/Contents": "56 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT40": { "/BaseFont": "/AAAABO+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "350 0 R [stream]", "/FontName": "/AAAABO+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "349 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT42": { "/BaseFont": "/AAAABQ+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "353 0 R [stream]", "/FontName": "/AAAABQ+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 79, "/Subtype": "/TrueType", "/ToUnicode": "352 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 287, 203, 790, 660, 198, 485, 270, 479, 721, 231, 566, 488, 313, 333, 561, 551, 551, 561, 534, 589, 552, 484, 707, 697, 452, 584, 591, 530, 293, 534, 534, 287, 534, 293, 551, 685, 543, 288, 331, 339 ] }, "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT50": { "/BaseFont": "/AAAABY+Aptos-BoldItalic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 588, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -520, -275, 1259, 1010 ], "/FontFile2": "365 0 R [stream]", "/FontName": "/AAAABY+Aptos-BoldItalic", "/ItalicAngle": -6, "/MaxWidth": 1334, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "364 0 R [stream]", "/Type": "/Font", "/Widths": [ 723, 573, 345, 561, 300, 203, 506, 579, 587, 296, 761, 579, 494, 587, 366, 557, 266, 516, 511, 555, 587 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im6": "79 0 R [stream]" } }, "/Type": "/Page" }; Page 4: could not find the page-dimensions: { "/Contents": "85 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT48": { "/BaseFont": "/AAAABW+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "362 0 R [stream]", "/FontName": "/AAAABW+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 64, "/Subtype": "/TrueType", "/ToUnicode": "361 0 R [stream]", "/Type": "/Font", "/Widths": [ 617, 620, 634, 294, 573, 505, 586, 203, 605, 707, 623, 723, 707, 586, 369, 573, 494, 556, 586, 335, 552, 579, 494, 677, 598, 549, 534, 516, 696, 737, 537, 821 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT54": { "/BaseFont": "/AAAACC+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "371 0 R [stream]", "/FontName": "/AAAACC+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 35, "/Subtype": "/TrueType", "/ToUnicode": "370 0 R [stream]", "/Type": "/Font", "/Widths": [ 551, 552, 313 ] }, "/TT56": { "/BaseFont": "/AAAACE+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "374 0 R [stream]", "/FontName": "/AAAACE+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "373 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 561, 527, 551, 323, 239, 525, 531, 260, 203, 552, 853, 561, 721, 484, 551, 486, 534, 293, 438, 286, 286, 487, 293, 585, 334, 452 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im10": "97 0 R [stream]", "/Im7": "94 0 R [stream]", "/Im8": "95 0 R [stream]", "/Im9": "96 0 R [stream]" } }, "/Type": "/Page" }; Page 5: could not find the page-dimensions: { "/Contents": "103 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im11": "106 0 R [stream]", "/Im12": "107 0 R [stream]", "/Im13": "108 0 R [stream]", "/Im14": "109 0 R [stream]", "/Im15": "110 0 R [stream]", "/Im16": "111 0 R [stream]", "/Im17": "112 0 R [stream]", "/Im18": "113 0 R [stream]", "/Im19": "114 0 R [stream]", "/Im20": "115 0 R [stream]", "/Im21": "116 0 R [stream]", "/Im22": "117 0 R [stream]", "/Im23": "118 0 R [stream]", "/Im24": "119 0 R [stream]", "/Im25": "120 0 R [stream]", "/Im26": "121 0 R [stream]", "/Im27": "122 0 R [stream]" } }, "/Type": "/Page" }; Page 6: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "124 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT16": { "/BaseFont": "/AAAAAQ+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "314 0 R [stream]", "/FontName": "/AAAAAQ+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "313 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT18": { "/BaseFont": "/AAAAAS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "317 0 R [stream]", "/FontName": "/AAAAAS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 52, "/Subtype": "/TrueType", "/ToUnicode": "316 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 729, 718, 623, 586, 537, 620 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/Tc1": { "/BaseFont": "/AAAACF+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "376 0 R [stream]", "/FontName": "/AAAACF+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 0, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 475, 0, 529, 274, 0, 0, 236, 0, 487, 0, 0, 541, 571, 0, 0, 335, 414, 311, 536, 0, 0, 0, 0, 456 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 7: could not find the page-dimensions: { "/Annots": "[skipping /Annots]", "/Contents": "131 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT34": { "/BaseFont": "/AAAABI+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "341 0 R [stream]", "/FontName": "/AAAABI+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 66, "/Subtype": "/TrueType", "/ToUnicode": "340 0 R [stream]", "/Type": "/Font", "/Widths": [ 718, 582, 268, 586, 556, 296, 579, 516, 605, 369, 573, 549, 355, 203, 505, 494, 586, 293, 300, 293, 300, 534, 466, 586, 387, 729, 511, 579, 737, 707, 552, 335, 889, 598 ] }, "/TT36": { "/BaseFont": "/AAAABK+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "344 0 R [stream]", "/FontName": "/AAAABK+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 86, "/Subtype": "/TrueType", "/ToUnicode": "343 0 R [stream]", "/Type": "/Font", "/Widths": [ 203, 686, 552, 551, 323, 260, 239, 486, 525, 853, 561, 527, 559, 561, 452, 531, 334, 452, 487, 500, 301, 561, 681, 721, 340, 551, 577, 286, 524, 442, 479, 210, 892, 707, 484, 286, 534, 534, 293, 293, 534, 706, 732, 692, 589, 566, 293, 260, 790, 286, 561, 585, 606, 270 ] }, "/TT38": { "/BaseFont": "/AAAABM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "347 0 R [stream]", "/FontName": "/AAAABM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "346 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT52": { "/BaseFont": "/AAAACA+Aptos-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 562, "/CapHeight": 657, "/Descent": -282, "/Flags": 68, "/FontBBox": [ -477, -275, 1174, 1010 ], "/FontFile2": "368 0 R [stream]", "/FontName": "/AAAACA+Aptos-Italic", "/ItalicAngle": -6, "/MaxWidth": 1208, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "367 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 442, 532, 854, 561, 260, 530, 203, 287, 561, 584, 231, 313, 610, 485, 333, 488, 288, 530, 551, 452, 591, 293, 534, 552, 438, 287, 270, 534, 534, 293, 452, 561 ] }, "/TT58": { "/BaseFont": "/AAAACH+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "379 0 R [stream]", "/FontName": "/AAAACH+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "378 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT60": { "/BaseFont": "/AAAACJ+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "382 0 R [stream]", "/FontName": "/AAAACJ+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "381 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 573, 598, 707, 634, 294, 605, 505, 737, 723, 203, 387, 821, 620, 623, 718 ] }, "/TT62": { "/BaseFont": "/AAAACL+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "385 0 R [stream]", "/FontName": "/AAAACL+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "384 0 R [stream]", "/Type": "/Font", "/Widths": [ 577, 606, 732, 686, 681, 692, 479, 203, 556, 589, 260, 500, 566, 339 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] } }, "/ProcSet": [ "/PDF", "/Text" ], "/Shading": { "/Sh3": { "/ColorSpace": [ "/ICCBased", "25 0 R [stream]" ], "/Coords": [ 2689387, 0, 2689387, 3371136 ], "/Domain": [ 0, 1 ], "/Extend": [ false, false ], "/Function": "149 0 R [stream]", "/ShadingType": 2 } } }, "/Type": "/Page" }; Page 8: could not find the page-dimensions: { "/Contents": "151 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT44": { "/BaseFont": "/AAAABS+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "356 0 R [stream]", "/FontName": "/AAAABS+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 67, "/Subtype": "/TrueType", "/ToUnicode": "355 0 R [stream]", "/Type": "/Font", "/Widths": [ 707, 737, 821, 605, 723, 573, 505, 598, 203, 294, 619, 620, 718, 634, 707, 696, 586, 552, 579, 586, 494, 579, 268, 586, 516, 300, 573, 549, 369, 677, 534, 556, 582, 355, 537 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT70": { "/BaseFont": "/AAAACT+AptosDisplay", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 540, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -503, -275, 1169, 1010 ], "/FontFile2": "397 0 R [stream]", "/FontName": "/AAAACT+AptosDisplay", "/ItalicAngle": 0, "/MaxWidth": 1243, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 46, "/Subtype": "/TrueType", "/ToUnicode": "396 0 R [stream]", "/Type": "/Font", "/Widths": [ 556, 590, 695, 655, 651, 656, 477, 193, 509, 541, 580, 765, 235, 550 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 9: could not find the page-dimensions: { "/Contents": "158 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] }, "/TT64": { "/BaseFont": "/AAAACN+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "388 0 R [stream]", "/FontName": "/AAAACN+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "387 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 525, 498, 226, 423, 479, 229, 391, 527, 525, 335, 525, 349, 525, 250, 799, 229, 452, 525, 471, 250, 525, 453, 252, 459, 305, 525, 579, 455, 715, 498, 507, 646, 890, 507, 420, 507, 517, 395, 642, 662, 855, 507, 459, 252, 507, 498, 498 ] }, "/TT66": { "/BaseFont": "/AAAACP+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "391 0 R [stream]", "/FontName": "/AAAACP+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 61, "/Subtype": "/TrueType", "/ToUnicode": "390 0 R [stream]", "/Type": "/Font", "/Widths": [ 615, 478, 389, 416, 343, 229, 514, 335, 513, 514, 226, 487, 514, 791, 514, 514, 446, 514, 252, 855, 447, 229, 567, 514, 455, 715, 305, 514, 252 ] }, "/TT72": { "/BaseFont": "/AAAACV+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "400 0 R [stream]", "/FontName": "/AAAACV+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 53, "/Subtype": "/TrueType", "/ToUnicode": "399 0 R [stream]", "/Type": "/Font", "/Widths": [ 630, 538, 226, 537, 347, 355, 503, 537, 494, 246, 316, 813, 473, 537, 537, 631, 474, 246, 399, 418, 267 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im1": "30 0 R [stream]", "/Im28": "163 0 R [stream]", "/Im29": "164 0 R [stream]" } }, "/Type": "/Page" }; Page 10: could not find the page-dimensions: { "/Contents": "167 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT22": { "/BaseFont": "/AAAAAW+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "323 0 R [stream]", "/FontName": "/AAAAAW+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 97, "/Subtype": "/TrueType", "/ToUnicode": "322 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 525, 335, 498, 349, 226, 525, 479, 525, 799, 391, 229, 525, 527, 423, 455, 471, 252, 855, 525, 221, 252, 229, 525, 642, 452, 487, 250, 453, 395, 507, 507, 306, 507, 715, 303, 303, 433, 507, 623, 250, 268, 507, 517, 615, 459, 305, 567, 420, 386, 507, 239, 890, 533, 459, 662, 631, 507, 520, 519, 646, 544, 498, 579, 525 ] }, "/TT24": { "/BaseFont": "/AAAAAY+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "326 0 R [stream]", "/FontName": "/AAAAAY+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 48, "/Subtype": "/TrueType", "/ToUnicode": "325 0 R [stream]", "/Type": "/Font", "/Widths": [ 488, 433, 514, 791, 514, 229, 478, 268, 226, 855, 682, 221, 389, 252, 715, 447 ] }, "/TT28": { "/BaseFont": "/AAAABC+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "332 0 R [stream]", "/FontName": "/AAAABC+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 51, "/Subtype": "/TrueType", "/ToUnicode": "331 0 R [stream]", "/Type": "/Font", "/Widths": [ 605, 634, 737, 707, 696, 707, 505, 203, 294, 512, 573, 387, 598, 723, 537, 620, 821, 623, 718 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im30": "170 0 R [stream]" } }, "/Type": "/Page" }; Page 11: could not find the page-dimensions: { "/Contents": "172 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT12": { "/BaseFont": "/AAAAAM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "308 0 R [stream]", "/FontName": "/AAAAAM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "307 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc2": { "/BaseFont": "/AAAACW+Bogle-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 600, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -139, -272, 1176, 1032 ], "/FontFile3": "402 0 R [stream]", "/FontName": "/AAAACW+Bogle-Regular", "/ItalicAngle": 0, "/MaxWidth": 1377, "/StemH": 67, "/StemV": 74, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 122, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 665, 0, 0, 0, 0, 0, 241, 0, 199, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 546, 500, 547, 525, 374, 547, 539, 230, 0, 484, 240, 827, 539, 560, 546, 547, 386, 406, 379, 526, 490, 702, 0, 500, 414 ] }, "/Tc3": { "/BaseFont": "/AAAACX+Bogle-Bold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 1067, "/AvgWidth": 713, "/CapHeight": 700, "/Descent": -323, "/Flags": 32, "/FontBBox": [ -156, -306, 1199, 1043 ], "/FontFile3": "404 0 R [stream]", "/FontName": "/AAAACX+Bogle-Bold", "/ItalicAngle": 0, "/MaxWidth": 1417, "/StemH": 114, "/StemV": 125, "/Type": "/FontDescriptor", "/XHeight": 462 }, "/LastChar": 121, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 511, 394, 565, 0, 253, 0, 517, 0, 828, 0, 544, 0, 0, 387, 413, 0, 533, 0, 0, 0, 496 ] }, "/Tc4": { "/BaseFont": "/AAAACY+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "406 0 R [stream]", "/FontName": "/AAAACY+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 0, 874, 750, 0, 0, 788, 600, 552, 526, 694 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 12: could not find the page-dimensions: { "/Contents": "179 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ExtGState": { "/Gs1": { "/Type": "/ExtGState", "/ca": 0.502 }, "/Gs2": { "/Type": "/ExtGState", "/ca": 1 } }, "/Font": { "/TT10": { "/BaseFont": "/AAAAAK+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "305 0 R [stream]", "/FontName": "/AAAAAK+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 81, "/Subtype": "/TrueType", "/ToUnicode": "304 0 R [stream]", "/Type": "/Font", "/Widths": [ 505, 579, 268, 516, 203, 511, 582, 586, 556, 552, 369, 355, 335, 573, 296, 761, 579, 549, 300, 605, 707, 294, 889, 696, 586, 586, 494, 340, 300, 821, 617, 534, 300, 573, 729, 707, 293, 534, 534, 534, 293, 718, 620, 598, 537, 512, 534, 634, 737 ] }, "/TT74": { "/BaseFont": "/AAAADC+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "413 0 R [stream]", "/FontName": "/AAAADC+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 59, "/Subtype": "/TrueType", "/ToUnicode": "412 0 R [stream]", "/Type": "/Font", "/Widths": [ 473, 503, 246, 494, 537, 226, 653, 537, 246, 347, 532, 418, 480, 397, 316, 538, 355, 874, 399, 537, 659, 498, 267, 474, 537, 631, 473 ] }, "/TT76": { "/BaseFont": "/AAAADF+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "418 0 R [stream]", "/FontName": "/AAAADF+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 42, "/Subtype": "/TrueType", "/ToUnicode": "417 0 R [stream]", "/Type": "/Font", "/Widths": [ 534, 203, 260, 853, 531, 484, 527, 486, 790, 442 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] }, "/Tc5": { "/BaseFont": "/AAAACZ+Gibson-SemiBold", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 626, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -118, -207, 1217, 943 ], "/FontFile3": "408 0 R [stream]", "/FontName": "/AAAACZ+Gibson-SemiBold", "/ItalicAngle": 0, "/MaxWidth": 1397, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 493 }, "/LastChar": 85, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 680, 0, 0, 0, 556, 0, 744, 0, 288, 0, 0, 473, 874, 750, 788, 0, 0, 0, 0, 526, 694 ] }, "/Tc6": { "/BaseFont": "/AAAADA+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "410 0 R [stream]", "/FontName": "/AAAADA+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 53, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 586, 586, 586, 586 ] }, "/Tc7": { "/BaseFont": "/AAAADD+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "415 0 R [stream]", "/FontName": "/AAAADD+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 120, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 436, 586, 0, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 426, 854, 0, 786, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 529, 0, 593, 0, 236, 0, 0, 0, 816, 541, 0, 0, 0, 0, 414, 0, 536, 0, 0, 496 ] } }, "/ProcSet": [ "/PDF", "/Text" ] }, "/Type": "/Page" }; Page 13: could not find the page-dimensions: { "/Contents": "190 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT68": { "/BaseFont": "/AAAACR+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "394 0 R [stream]", "/FontName": "/AAAACR+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 73, "/Subtype": "/TrueType", "/ToUnicode": "393 0 R [stream]", "/Type": "/Font", "/Widths": [ 260, 323, 203, 486, 551, 552, 559, 260, 561, 239, 551, 525, 527, 531, 334, 853, 561, 487, 721, 561, 286, 566, 681, 484, 534, 442, 732, 577, 479, 706, 604, 556, 500, 892, 286, 293, 293, 460, 692, 452, 301 ] }, "/TT78": { "/BaseFont": "/AAAADH+Aptos-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 587, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -542, -275, 1342, 1010 ], "/FontFile2": "421 0 R [stream]", "/FontName": "/AAAADH+Aptos-Bold", "/ItalicAngle": 0, "/MaxWidth": 1420, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 477 }, "/LastChar": 40, "/Subtype": "/TrueType", "/ToUnicode": "420 0 R [stream]", "/Type": "/Font", "/Widths": [ 294, 889, 552, 511, 556, 203, 620, 619 ] }, "/TT8": { "/BaseFont": "/AAAAAI+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "302 0 R [stream]", "/FontName": "/AAAAAI+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 90, "/Subtype": "/TrueType", "/ToUnicode": "301 0 R [stream]", "/Type": "/Font", "/Widths": [ 479, 551, 239, 486, 203, 525, 552, 551, 323, 527, 484, 559, 561, 721, 260, 561, 452, 334, 531, 561, 340, 301, 853, 286, 540, 210, 561, 452, 442, 606, 260, 566, 286, 686, 577, 286, 604, 534, 585, 487, 438, 732, 681, 790, 556, 293, 293, 339, 706, 732, 524, 589, 553, 500, 534, 534, 534, 534 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im31": "193 0 R [stream]", "/Im32": "194 0 R [stream]" } }, "/Type": "/Page" }; Page 14: could not find the page-dimensions: { "/Contents": "198 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im33": "201 0 R [stream]", "/Im34": "203 0 R [stream]", "/Im35": "204 0 R [stream]" } }, "/Type": "/Page" }; Page 15: could not find the page-dimensions: { "/Contents": "206 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im36": "209 0 R [stream]", "/Im37": "210 0 R [stream]", "/Im38": "211 0 R [stream]", "/Im39": "212 0 R [stream]", "/Im40": "213 0 R [stream]" } }, "/Type": "/Page" }; Page 16: could not find the page-dimensions: { "/Contents": "215 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT80": { "/BaseFont": "/AAAADK+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "426 0 R [stream]", "/FontName": "/AAAADK+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 62, "/Subtype": "/TrueType", "/ToUnicode": "425 0 R [stream]", "/Type": "/Font", "/Widths": [ 252, 799, 479, 471, 498, 391, 226, 525, 335, 423, 229, 349, 453, 525, 229, 525, 525, 305, 527, 715, 525, 498, 623, 525, 433, 386, 455, 252, 487, 452 ] }, "/TT82": { "/BaseFont": "/AAAADM+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "429 0 R [stream]", "/FontName": "/AAAADM+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "428 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/Tc8": { "/BaseFont": "/AAAADI+Gibson-Regular", "/Encoding": "/MacRomanEncoding", "/FirstChar": 32, "/FontDescriptor": { "/Ascent": 800, "/AvgWidth": 335, "/CapHeight": 690, "/Descent": -200, "/Flags": 32, "/FontBBox": [ -150, -225, 1098, 946 ], "/FontFile3": "423 0 R [stream]", "/FontName": "/AAAADI+Gibson-Regular", "/ItalicAngle": 0, "/MaxWidth": 1310, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 475 }, "/LastChar": 208, "/Subtype": "/Type1", "/Type": "/Font", "/Widths": [ 199, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 301, 0, 0, 436, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 0, 0, 531, 0, 0, 534, 501, 667, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 597, 475, 597, 529, 274, 593, 548, 236, 0, 487, 237, 816, 541, 571, 596, 0, 335, 414, 311, 536, 482, 761, 496, 479, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 462 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im41": "218 0 R [stream]", "/Im42": "219 0 R [stream]", "/Im43": "220 0 R [stream]", "/Im44": "225 0 R [stream]" } }, "/Type": "/Page" }; Page 17: could not find the page-dimensions: { "/Contents": "228 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] }, "/TT46": { "/BaseFont": "/AAAABU+Aptos", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 939, "/AvgWidth": 561, "/CapHeight": 657, "/Descent": -282, "/Flags": 4, "/FontBBox": [ -500, -275, 1182, 1010 ], "/FontFile2": "359 0 R [stream]", "/FontName": "/AAAABU+Aptos", "/ItalicAngle": 0, "/MaxWidth": 1269, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 476 }, "/LastChar": 80, "/Subtype": "/TrueType", "/ToUnicode": "358 0 R [stream]", "/Type": "/Font", "/Widths": [ 692, 552, 559, 551, 323, 203, 566, 484, 531, 334, 534, 551, 525, 260, 527, 561, 452, 339, 721, 486, 524, 452, 732, 239, 892, 706, 260, 604, 853, 561, 301, 500, 556, 561, 577, 606, 686, 293, 568, 286, 732, 286, 293, 487, 585, 534, 534, 534 ] }, "/TT6": { "/BaseFont": "/AAAAAG+ArialMT", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 905, "/AvgWidth": 441, "/CapHeight": 716, "/Descent": -212, "/Flags": 4, "/FontBBox": [ -665, -325, 2000, 1039 ], "/FontFile2": "299 0 R [stream]", "/FontName": "/AAAAAG+ArialMT", "/ItalicAngle": 0, "/Leading": 33, "/MaxWidth": 2000, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 519 }, "/LastChar": 33, "/Subtype": "/TrueType", "/ToUnicode": "298 0 R [stream]", "/Type": "/Font", "/Widths": [ 350 ] }, "/TT84": { "/BaseFont": "/AAAADO+Calibri-Italic", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 633, "/Descent": -269, "/Flags": 68, "/FontBBox": [ -725, -276, 1259, 1026 ], "/FontFile2": "432 0 R [stream]", "/FontName": "/AAAADO+Calibri-Italic", "/ItalicAngle": -5, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 467 }, "/LastChar": 65, "/Subtype": "/TrueType", "/ToUnicode": "431 0 R [stream]", "/Type": "/Font", "/Widths": [ 459, 229, 514, 446, 513, 343, 389, 250, 226, 487, 478, 433, 335, 514, 642, 514, 452, 416, 252, 567, 229, 447, 514, 455, 715, 514, 305, 514, 791, 498, 514, 514, 239 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im45": "231 0 R [stream]", "/Im46": "232 0 R [stream]", "/Im47": "235 0 R [stream]", "/Im48": "236 0 R [stream]", "/Im49": "237 0 R [stream]", "/Im50": "238 0 R [stream]" } }, "/Type": "/Page" }; Page 18: could not find the page-dimensions: { "/Contents": "240 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] }, "/TT32": { "/BaseFont": "/AAAABG+Calibri", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 521, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -503, -313, 1240, 1026 ], "/FontFile2": "338 0 R [stream]", "/FontName": "/AAAABG+Calibri", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 464 }, "/LastChar": 71, "/Subtype": "/TrueType", "/ToUnicode": "337 0 R [stream]", "/Type": "/Font", "/Widths": [ 487, 229, 335, 229, 498, 391, 226, 527, 525, 471, 349, 525, 479, 433, 453, 303, 507, 507, 303, 423, 715, 525, 525, 525, 525, 418, 690, 418, 517, 420, 252, 799, 386, 305, 252, 306, 533, 455, 567 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im51": "243 0 R [stream]", "/Im52": "244 0 R [stream]", "/Im53": "245 0 R [stream]", "/Im54": "246 0 R [stream]" } }, "/Type": "/Page" }; Page 19: could not find the page-dimensions: { "/Contents": "248 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im55": "251 0 R [stream]", "/Im56": "252 0 R [stream]", "/Im57": "253 0 R [stream]", "/Im58": "254 0 R [stream]" } }, "/Type": "/Page" }; Page 20: could not find the page-dimensions: { "/Contents": "256 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/Font": { "/TT30": { "/BaseFont": "/AAAABE+Calibri-Bold", "/FirstChar": 33, "/FontDescriptor": { "/Ascent": 952, "/AvgWidth": 536, "/CapHeight": 632, "/Descent": -269, "/Flags": 4, "/FontBBox": [ -519, -349, 1262, 1039 ], "/FontFile2": "335 0 R [stream]", "/FontName": "/AAAABE+Calibri-Bold", "/ItalicAngle": 0, "/MaxWidth": 1328, "/StemV": 0, "/Type": "/FontDescriptor", "/XHeight": 469 }, "/LastChar": 75, "/Subtype": "/TrueType", "/ToUnicode": "334 0 R [stream]", "/Type": "/Font", "/Widths": [ 606, 473, 538, 246, 537, 507, 267, 226, 473, 503, 246, 494, 537, 653, 537, 347, 507, 659, 537, 355, 430, 267, 474, 399, 498, 591, 474, 507, 532, 418, 507, 631, 630, 498, 529, 813, 537, 423, 316, 637, 537, 676, 563 ] } }, "/ProcSet": [ "/PDF", "/Text", "/ImageB", "/ImageC", "/ImageI" ], "/XObject": { "/Im59": "259 0 R [stream]", "/Im60": "260 0 R [stream]", "/Im61": "261 0 R [stream]" } }, "/Type": "/Page" }; Page 21: could not find the page-dimensions: { "/Contents": "263 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 22: could not find the page-dimensions: { "/Contents": "267 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 23: could not find the page-dimensions: { "/Contents": "271 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 24: could not find the page-dimensions: { "/Contents": "275 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 25: could not find the page-dimensions: { "/Contents": "280 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }; Page 26: could not find the page-dimensions: { "/Contents": "284 0 R [stream]", "/Parent": "[skipping /Parent]", "/Resources": { "/ColorSpace": { "/Cs1": [ "/ICCBased", "25 0 R [stream]" ] }, "/ProcSet": [ "/PDF" ] }, "/Type": "/Page" }, falling back to PyMuPDF 06-12-25 22:16:26.866 [INFO ] [doc_loader] 📕 Extracting images using PyMuPDF... 06-12-25 22:16:26.867 [INFO ] [doc_loader] Opened PDF with 26 pages 06-12-25 22:16:26.868 [DEBUG ] [doc_loader] No images found on page 0 06-12-25 22:16:26.869 [INFO ] [doc_loader] Found 5 images on page 1 06-12-25 22:16:26.910 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_001_00_52436a16.png 06-12-25 22:16:26.993 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_001_01_46b2a009.png 06-12-25 22:16:27.105 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_001_02_87490e5b.png 06-12-25 22:16:27.106 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_001_03_74d45dbf.png 06-12-25 22:16:27.106 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_001_04_0c408ff1.png 06-12-25 22:16:27.106 [INFO ] [doc_loader] Found 1 images on page 2 06-12-25 22:16:27.114 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_002_00_49144587.png 06-12-25 22:16:27.115 [INFO ] [doc_loader] Found 4 images on page 3 06-12-25 22:16:27.245 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_003_00_19d465ab.png 06-12-25 22:16:27.380 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_003_01_63b32923.png 06-12-25 22:16:27.452 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_003_02_e57bfbc9.png 06-12-25 22:16:27.582 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_003_03_81002deb.png 06-12-25 22:16:27.583 [INFO ] [doc_loader] Found 17 images on page 4 06-12-25 22:16:27.609 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_00_15d3b0f0.png 06-12-25 22:16:27.649 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_01_76ecadcb.png 06-12-25 22:16:27.673 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_02_96ff76b8.png 06-12-25 22:16:27.711 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_03_8279a88f.png 06-12-25 22:16:27.746 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_04_5567e9aa.png 06-12-25 22:16:27.777 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_05_d7e865bf.png 06-12-25 22:16:27.803 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_06_21a4cefe.png 06-12-25 22:16:27.826 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_07_451c16dd.png 06-12-25 22:16:27.853 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_08_a4557d30.png 06-12-25 22:16:27.873 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_09_9f23aa04.png 06-12-25 22:16:27.899 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_10_bfb38de7.png 06-12-25 22:16:27.925 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_11_49694737.png 06-12-25 22:16:27.944 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_12_59187770.png 06-12-25 22:16:27.981 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_13_af5ef74b.png 06-12-25 22:16:28.024 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_14_8536b267.png 06-12-25 22:16:28.051 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_15_1d23b01f.png 06-12-25 22:16:28.079 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_004_16_081f57b8.png 06-12-25 22:16:28.080 [DEBUG ] [doc_loader] No images found on page 5 06-12-25 22:16:28.080 [DEBUG ] [doc_loader] No images found on page 6 06-12-25 22:16:28.080 [DEBUG ] [doc_loader] No images found on page 7 06-12-25 22:16:28.080 [INFO ] [doc_loader] Found 3 images on page 8 06-12-25 22:16:28.108 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_008_00_a6e60f28.png 06-12-25 22:16:28.276 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_008_01_0ef9686b.png 06-12-25 22:16:28.339 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_008_02_5f78ebeb.png 06-12-25 22:16:28.339 [INFO ] [doc_loader] Found 1 images on page 9 06-12-25 22:16:28.365 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_009_00_aba84ce3.png 06-12-25 22:16:28.365 [DEBUG ] [doc_loader] No images found on page 10 06-12-25 22:16:28.366 [DEBUG ] [doc_loader] No images found on page 11 06-12-25 22:16:28.366 [INFO ] [doc_loader] Found 2 images on page 12 06-12-25 22:16:28.461 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_012_00_a672d7c7.png 06-12-25 22:16:28.515 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_012_01_6bd49b63.png 06-12-25 22:16:28.515 [INFO ] [doc_loader] Found 3 images on page 13 06-12-25 22:16:28.548 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_013_00_8999a941.png 06-12-25 22:16:28.582 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_013_01_8c4935f7.png 06-12-25 22:16:28.598 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_013_02_35b659e1.png 06-12-25 22:16:28.598 [INFO ] [doc_loader] Found 5 images on page 14 06-12-25 22:16:28.627 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_014_00_b836c4dc.png 06-12-25 22:16:28.655 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_014_01_02cd7697.png 06-12-25 22:16:28.683 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_014_02_6fc97320.png 06-12-25 22:16:28.710 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_014_03_a3d57a33.png 06-12-25 22:16:28.732 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_014_04_b37a8d4f.png 06-12-25 22:16:28.732 [INFO ] [doc_loader] Found 4 images on page 15 06-12-25 22:16:28.762 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_015_00_c3047535.png 06-12-25 22:16:28.788 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_015_01_841cfbea.png 06-12-25 22:16:28.830 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_015_02_341e0735.png 06-12-25 22:16:28.863 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_015_03_07a825f8.png 06-12-25 22:16:28.864 [INFO ] [doc_loader] Found 6 images on page 16 06-12-25 22:16:28.886 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_016_00_b699b57e.png 06-12-25 22:16:28.920 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_016_01_915856ab.png 06-12-25 22:16:28.950 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_016_02_b446245c.png 06-12-25 22:16:28.963 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_016_03_55cbd4cc.png 06-12-25 22:16:28.975 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_016_04_e51cce99.png 06-12-25 22:16:29.013 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_016_05_8f0dee1f.png 06-12-25 22:16:29.014 [INFO ] [doc_loader] Found 4 images on page 17 06-12-25 22:16:29.038 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_017_00_49e4c44b.png 06-12-25 22:16:29.085 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_017_01_6ae20492.png 06-12-25 22:16:29.111 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_017_02_141a7893.png 06-12-25 22:16:29.135 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_017_03_0f266235.png 06-12-25 22:16:29.135 [INFO ] [doc_loader] Found 4 images on page 18 06-12-25 22:16:29.177 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_018_00_84d254ee.png 06-12-25 22:16:29.208 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_018_01_56df0990.png 06-12-25 22:16:29.243 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_018_02_88388362.png 06-12-25 22:16:29.275 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_018_03_e276e1d7.png 06-12-25 22:16:29.275 [INFO ] [doc_loader] Found 3 images on page 19 06-12-25 22:16:29.315 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_019_00_0af0620a.png 06-12-25 22:16:29.345 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_019_01_e5bb12c2.png 06-12-25 22:16:29.361 [INFO ] [doc_loader] ✅ Saved image: user_uploads/extracted_images/phase4_verify/Candy___snacks/img_019_02_3991baac.png 06-12-25 22:16:29.361 [DEBUG ] [doc_loader] No images found on page 20 06-12-25 22:16:29.362 [DEBUG ] [doc_loader] No images found on page 21 06-12-25 22:16:29.362 [DEBUG ] [doc_loader] No images found on page 22 06-12-25 22:16:29.362 [DEBUG ] [doc_loader] No images found on page 23 06-12-25 22:16:29.362 [DEBUG ] [doc_loader] No images found on page 24 06-12-25 22:16:29.362 [DEBUG ] [doc_loader] No images found on page 25 06-12-25 22:16:29.362 [INFO ] [doc_loader] ✅ Extracted 62 images from PDF 06-12-25 22:16:29.367 [INFO ] [doc_loader] Found 62 images 06-12-25 22:16:29.367 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.368 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.369 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.369 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.369 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.369 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.369 [INFO ] [doc_loader] Attached 62 images to document metadata 06-12-25 22:16:29.369 [INFO ] [doc_loader] Loaded 26 documents from user_uploads/sanchitshaleen/Candy & snacks.pdf for user phase4_verify (with 62 images). 06-12-25 22:16:29.376 [INFO ] [utils_splitter] 🔨 split_text() starting - input: 26 documents, chunk_size=2000, overlap=250 06-12-25 22:16:29.376 [INFO ] [utils_splitter] ⏳ Executing text_splitter.split_documents()... 06-12-25 22:16:29.384 [INFO ] [utils_splitter] ✅ split_documents() completed, got 20 chunks from 26 documents 06-12-25 22:16:29.384 [INFO ] [utils_splitter] ✅ Successfully split 26 documents into 20 chunks. Total content: 8335 chars 06-12-25 22:16:29.384 [INFO ] [core_ingestion] ✅ Created 62 unique image documents for multimodal embedding 06-12-25 22:17:32.296 [INFO ] [doc_loader] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:17:36.804 [INFO ] [doc_loader] ✅ Docling library available - will use for PDF parsing with OCR support 06-12-25 22:17:36.813 [INFO ] [utils_splitter] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:17:37.025 [INFO ] [core_llm] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:17:37.025 [WARNING ] [core_llm] ⚠️ Jina Embeddings library not available - will use text-only embeddings 06-12-25 22:17:37.025 [INFO ] [core_llm] Loaded 3 dummy responses for testing. 06-12-25 22:17:37.329 [INFO ] [core_database] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:17:37.329 [INFO ] [core_ingestion] Logger initialized. [File: 'app.log', Console: 'Disabled'] 06-12-25 22:17:37.329 [INFO ] [utils_splitter] 🔨 split_text() starting - input: 2 documents, chunk_size=2000, overlap=250 06-12-25 22:17:37.329 [INFO ] [utils_splitter] ⏳ Executing text_splitter.split_documents()... 06-12-25 22:17:37.329 [INFO ] [utils_splitter] ✅ split_documents() completed, got 2 chunks from 2 documents 06-12-25 22:17:37.329 [INFO ] [utils_splitter] ✅ Successfully split 2 documents into 2 chunks. Total content: 528 chars 06-12-25 22:17:37.329 [INFO ] [core_ingestion] ✅ Created 2 unique image documents for multimodal embedding