mirror of
				https://github.com/Unstructured-IO/unstructured.git
				synced 2025-10-31 18:14:51 +00:00 
			
		
		
		
	fix: added the missing function argument (#3085)
This commit is contained in:
		
							parent
							
								
									b8d894f963
								
							
						
					
					
						commit
						9b83330b5a
					
				| @ -1,4 +1,4 @@ | ||||
| ## 0.14.3-dev0 | ||||
| ## 0.14.3-dev1 | ||||
| 
 | ||||
| ### Enhancements | ||||
| 
 | ||||
| @ -8,6 +8,8 @@ | ||||
| 
 | ||||
| ### Fixes | ||||
| 
 | ||||
| * Add the missing `form_extraction_skip_tables` argument to the `partition_pdf_or_image` call. | ||||
| 
 | ||||
| ## 0.14.2 | ||||
| 
 | ||||
| ### Enhancements | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| __version__ = "0.14.3-dev0"  # pragma: no cover | ||||
| __version__ = "0.14.3-dev1"  # pragma: no cover | ||||
|  | ||||
| @ -205,6 +205,7 @@ def partition_pdf( | ||||
|         date_from_file_object=date_from_file_object, | ||||
|         starting_page_number=starting_page_number, | ||||
|         extract_forms=extract_forms, | ||||
|         form_extraction_skip_tables=form_extraction_skip_tables, | ||||
|         **kwargs, | ||||
|     ) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan Kanty Milczek
						Jan Kanty Milczek